Searched refs:M00 (Results 1 - 4 of 4) sorted by path

/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js294 goog.i18n.CompactNumberFormatSymbols_sw={COMPACT_DECIMAL_SHORT_PATTERN:{1E3:{other:"elfu\u00a00"},1E4:{other:"elfu\u00a000"},1E5:{other:"laki0"},1E6:{other:"M0"},1E7:{other:"M00"},1E8:{other:"M000"},1E9:{other:"B0"},1E10:{other:"B00"},1E11:{other:"B000"},1E12:{other:"T0"},1E13:{other:"T00"},1E14:{other:"T000"}},COMPACT_DECIMAL_LONG_PATTERN:{1E3:{other:"Elfu 0"},1E4:{other:"Elfu 00"},1E5:{other:"Elfu 000"},1E6:{other:"Milioni 0"},1E7:{other:"Milioni 00"},1E8:{other:"Milioni 000"},1E9:{other:"Bilioni 0"},
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dmmx_blend.S208 * note that M00 is a register with 0x0000000000000000 constant which can be easily obtained making
210 * PXOR ( M00, M00 )
219 #define GMB_UNPACK(MP1, MQ1, MP2, MQ2, M00) \
223 PUNPCKLBW ( M00, MQ1 ) /* qa1 | qb1 | qg1 | qr1 */ ;\
224 TWO(PUNPCKHBW ( M00, MQ2 )) /* qa2 | qb2 | qg2 | qr2 */ ;\
225 PUNPCKLBW ( M00, MP1 ) /* pa1 | pb1 | pg1 | pr1 */ ;\
226 TWO(PUNPCKHBW ( M00, MP2 )) /* pa2 | pb2 | pg2 | pr2 */
/external/chromium_org/ui/gfx/geometry/
H A Dmatrix3_f.cc19 M00, enumerator in enum:__anon16837::MatrixCoordinates
37 static_cast<double>(data[M00]) * (
112 (data_[M00] * data_[M22] - data_[M02] * data_[M20]) / determinant,
113 (data_[M02] * data_[M10] - data_[M00] * data_[M12]) / determinant,
115 (data_[M01] * data_[M20] - data_[M00] * data_[M21]) / determinant,
116 (data_[M00] * data_[M11] - data_[M01] * data_[M10]) / determinant);
142 eigenvalues[0] = data_[M00];
147 p = (data_[M00] - q) * (data_[M00] - q) +
155 matrix_b.data_[M00]
[all...]
/external/mesa3d/src/mesa/x86/
H A Dmmx_blend.S208 * note that M00 is a register with 0x0000000000000000 constant which can be easily obtained making
210 * PXOR ( M00, M00 )
219 #define GMB_UNPACK(MP1, MQ1, MP2, MQ2, M00) \
223 PUNPCKLBW ( M00, MQ1 ) /* qa1 | qb1 | qg1 | qr1 */ ;\
224 TWO(PUNPCKHBW ( M00, MQ2 )) /* qa2 | qb2 | qg2 | qr2 */ ;\
225 PUNPCKLBW ( M00, MP1 ) /* pa1 | pb1 | pg1 | pr1 */ ;\
226 TWO(PUNPCKHBW ( M00, MP2 )) /* pa2 | pb2 | pg2 | pr2 */

Completed in 417 milliseconds