Searched refs:M11 (Results 1 - 7 of 7) sorted by last modified time

/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S48 // {in,out}17 Block Value 11 M11
128 #define M11 in17 define
682 mov M2 = M11
693 mov M11 = M8
731 mov M1 = M11
742 mov M11 = Y
788 mov M10 = M11
799 mov M11 = M8
/external/mesa3d/src/mesa/sparc/
H A Dsparc_matrix.h46 #define M11 %f27 macro
H A Dxform.S857 fmuls %f2, M11, %f10 ! FGM
1129 fmuls %f2, M11, %f15 ! FGM Group f11, f5 available
/external/clang/test/Misc/
H A Dmacro-backtrace.c14 #define M11(A, B) M10(A, B) macro
15 #define M12(A, B) M11(A, B)
24 // CHECK-LIMIT: #define M12(A, B) M11(A, B)
25 // CHECK-LIMIT: macro-backtrace.c:14:19: note: expanded from macro 'M11'
26 // CHECK-LIMIT: #define M11(A, B) M10(A, B)
39 // CHECK-NO-CARETS-NEXT: macro-backtrace.c:14:19: note: expanded from macro 'M11'
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/
H A Dsparc_matrix.h46 #define M11 %f27 macro
H A Dxform.S857 fmuls %f2, M11, %f10 ! FGM
1129 fmuls %f2, M11, %f15 ! FGM Group f11, f5 available
/external/chromium_org/ui/gfx/geometry/
H A Dmatrix3_f.cc23 M11, enumerator in enum:__anon16837::MatrixCoordinates
38 static_cast<double>(data[M11]) * data[M22] -
45 static_cast<double>(data[M11]) * data[M20]);
108 (data_[M11] * data_[M22] - data_[M12] * data_[M21]) / determinant,
110 (data_[M01] * data_[M12] - data_[M02] * data_[M11]) / determinant,
114 (data_[M10] * data_[M21] - data_[M11] * data_[M20]) / determinant,
116 (data_[M00] * data_[M11] - data_[M01] * data_[M10]) / determinant);
143 eigenvalues[1] = data_[M11];
148 (data_[M11] - q) * (data_[M11]
[all...]

Completed in 198 milliseconds