Searched refs:M_0 (Results 1 – 3 of 3) sorted by relevance
26 #define M_0(x) M_ ## x macro27 #define M_1(x) x + M_0(0) 33 a: M_0(1)(2)(3)(4)(5);34 b: M_0(5)(4)(3)(2)(1);
527 double M_0 = M[0]; in solve_2x2_system() local529 double det = (M_0 * M_3) - (M[1] * M[2]); in solve_2x2_system()533 M_0 += 1e-10; in solve_2x2_system()535 det = (M_0 * M_3) - (M[1] * M[2]); in solve_2x2_system()541 output_vec[1] = -M[2] * mult_b0 + M_0 * mult_b1; in solve_2x2_system()
16 ; CHECK-NEXT: [[M_0:%.*]] = phi i32 [ [[TMP3]], [[BB:%.*]] ], [ [[TMP15:%.*]], [[BB17:%.*]] ]29 ; CHECK-NEXT: [[TMP15]] = add nsw i32 [[M_0]], [[TMP14]]87 ; CHECK-NEXT: [[M_0:%.*]] = phi i32 [ [[TMP3]], [[BB:%.*]] ], [ [[TMP15:%.*]], [[BB19:%.*]] ]100 ; CHECK-NEXT: [[TMP15]] = add nsw i32 [[M_0]], [[TMP14]]