HomeSort by relevance Sort by last modified time
    Searched defs:M12 (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Misc/
macro-backtrace.c 15 #define M12(A, B) M11(A, B)
18 if (M12(ip, fp)) { }
22 // CHECK-LIMIT: if (M12(ip, fp)) { }
23 // CHECK-LIMIT: macro-backtrace.c:15:19: note: expanded from macro 'M12'
24 // CHECK-LIMIT: #define M12(A, B) M11(A, B)
38 // CHECK-NO-CARETS-NEXT: macro-backtrace.c:15:19: note: expanded from macro 'M12'
  /external/chromium_org/ui/gfx/geometry/
matrix3_f.cc 24 M12,
39 static_cast<double>(data[M12]) * data[M21]) +
41 static_cast<double>(data[M12]) * data[M20] -
108 (data_[M11] * data_[M22] - data_[M12] * data_[M21]) / determinant,
110 (data_[M01] * data_[M12] - data_[M02] * data_[M11]) / determinant,
111 (data_[M12] * data_[M20] - data_[M10] * data_[M22]) / determinant,
113 (data_[M02] * data_[M10] - data_[M00] * data_[M12]) / determinant,
129 std::abs(data_[M12] - data_[M21]) > epsilon) {
138 data_[M12] * data_[M12];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
sparc_matrix.h 47 #define M12 %f28
55 ldd [BASE + (12 * 0x4)], M12; \
60 ldd [BASE + (12 * 0x4)], M12
64 ldd [BASE + (12 * 0x4)], M12
69 ldd [BASE + (12 * 0x4)], M12; \
74 ldd [BASE + (12 * 0x4)], M12; \
86 ldd [BASE + (12 * 0x4)], M12; \
92 ldd [BASE + (12 * 0x4)], M12
99 ldd [BASE + (12 * 0x4)], M12; \
105 ldd [BASE + (12 * 0x4)], M12; \
    [all...]
  /external/mesa3d/src/mesa/sparc/
sparc_matrix.h 47 #define M12 %f28
55 ldd [BASE + (12 * 0x4)], M12; \
60 ldd [BASE + (12 * 0x4)], M12
64 ldd [BASE + (12 * 0x4)], M12
69 ldd [BASE + (12 * 0x4)], M12; \
74 ldd [BASE + (12 * 0x4)], M12; \
86 ldd [BASE + (12 * 0x4)], M12; \
92 ldd [BASE + (12 * 0x4)], M12
99 ldd [BASE + (12 * 0x4)], M12; \
105 ldd [BASE + (12 * 0x4)], M12; \
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
md5-ia64.S 32 // {in,out}1 Block Value 12 M12
129 #define M12 in1
310 // loading into M12 here produces the M0 value, M13 -> M1, etc.
640 FFLOAD(A, B, C, D, M12, RotateM0, 7)
678 mov M15 = M12
689 mov M12 = M13
747 mov M8 = M12
758 mov M12 = U
784 mov M15 = M12
795 mov M12 = M
    [all...]
  /external/openssl/crypto/md5/asm/
md5-ia64.S 32 // {in,out}1 Block Value 12 M12
129 #define M12 in1
310 // loading into M12 here produces the M0 value, M13 -> M1, etc.
640 FFLOAD(A, B, C, D, M12, RotateM0, 7)
678 mov M15 = M12
689 mov M12 = M13
747 mov M8 = M12
758 mov M12 = U
784 mov M15 = M12
795 mov M12 = M
    [all...]

Completed in 557 milliseconds