Searched defs:M10 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Misc/
H A Dmacro-backtrace.c13 #define M10(A, B) M9(A, B) macro
14 #define M11(A, B) M10(A, B)
26 // CHECK-LIMIT: #define M11(A, B) M10(A, B)
40 // CHECK-NO-CARETS-NEXT: macro-backtrace.c:13:19: note: expanded from macro 'M10'
/external/chromium_org/ui/gfx/geometry/
H A Dmatrix3_f.cc22 M10, enumerator in enum:__anon16837::MatrixCoordinates
42 static_cast<double>(data[M10]) * data[M22]) +
44 static_cast<double>(data[M10]) * data[M21] -
111 (data_[M12] * data_[M20] - data_[M10] * data_[M22]) / determinant,
113 (data_[M02] * data_[M10] - data_[M00] * data_[M12]) / determinant,
114 (data_[M10] * data_[M21] - data_[M11] * data_[M20]) / determinant,
116 (data_[M00] * data_[M11] - data_[M01] * data_[M10]) / determinant);
127 if (std::abs(data_[M01] - data_[M10]) > epsilon ||
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/
H A Dsparc_matrix.h45 #define M10 %f26 macro
119 ldd [BASE + (10 * 0x4)], M10; \
139 ld [BASE + (10 * 0x4)], M10
147 ld [BASE + (10 * 0x4)], M10; \
154 ld [BASE + (10 * 0x4)], M10; \
159 ld [BASE + (10 * 0x4)], M10; \
167 ld [BASE + (10 * 0x4)], M10; \
/external/mesa3d/src/mesa/sparc/
H A Dsparc_matrix.h45 #define M10 %f26 macro
119 ldd [BASE + (10 * 0x4)], M10; \
139 ld [BASE + (10 * 0x4)], M10
147 ld [BASE + (10 * 0x4)], M10; \
154 ld [BASE + (10 * 0x4)], M10; \
159 ld [BASE + (10 * 0x4)], M10; \
167 ld [BASE + (10 * 0x4)], M10; \
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S43 // {in,out}12 Block Value 10 M10
127 #define M10 in12 define
695 mov M5 = M10
706 mov M10 = U
777 mov X = M10
788 mov M10 = M11

Completed in 73 milliseconds