Searched refs:x39 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baijfact5.c | 25 MatScalar x37, x38, x39, x40, x41, x42, x43, x44, x45, x46, x47, x48, x49; in MatILUFactorNumeric_SeqBAIJ_7_inplace() local 205 x39 = pv[38]; in MatILUFactorNumeric_SeqBAIJ_7_inplace() 256 … pc[35] = m36 = p1 * x36 + p8 * x37 + p15 * x38 + p22 * x39 + p29 * x40 + p36 * x41 + p43 * x42; in MatILUFactorNumeric_SeqBAIJ_7_inplace() 257 … pc[36] = m37 = p2 * x36 + p9 * x37 + p16 * x38 + p23 * x39 + p30 * x40 + p37 * x41 + p44 * x42; in MatILUFactorNumeric_SeqBAIJ_7_inplace() 258 … pc[37] = m38 = p3 * x36 + p10 * x37 + p17 * x38 + p24 * x39 + p31 * x40 + p38 * x41 + p45 * x42; in MatILUFactorNumeric_SeqBAIJ_7_inplace() 259 … pc[38] = m39 = p4 * x36 + p11 * x37 + p18 * x38 + p25 * x39 + p32 * x40 + p39 * x41 + p46 * x42; in MatILUFactorNumeric_SeqBAIJ_7_inplace() 260 … pc[39] = m40 = p5 * x36 + p12 * x37 + p19 * x38 + p26 * x39 + p33 * x40 + p40 * x41 + p47 * x42; in MatILUFactorNumeric_SeqBAIJ_7_inplace() 261 … pc[40] = m41 = p6 * x36 + p13 * x37 + p20 * x38 + p27 * x39 + p34 * x40 + p41 * x41 + p48 * x42; in MatILUFactorNumeric_SeqBAIJ_7_inplace() 262 … pc[41] = m42 = p7 * x36 + p14 * x37 + p21 * x38 + p28 * x39 + p35 * x40 + p42 * x41 + p49 * x42; in MatILUFactorNumeric_SeqBAIJ_7_inplace() 313 x39 = pv[38]; in MatILUFactorNumeric_SeqBAIJ_7_inplace() [all …]
|