HomeSort by relevance Sort by last modified time
    Searched refs:M00 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gfx/
matrix3_f.cc 19 M00,
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] -= q
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
mmx_blend.S 208 * 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/mesa3d/src/mesa/x86/
mmx_blend.S 208 * 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 53 milliseconds