Home
last modified time | relevance | path

Searched refs:M_0 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Preprocessor/
Dmacro_disable.c26 #define M_0(x) M_ ## x macro
27 #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);
/external/libaom/libaom/av1/encoder/
Dglobal_motion.c527 double M_0 = M[0]; in solve_2x2_system() local
529 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()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dbasic-cyclic-opt.ll16 ; 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]]