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

  /external/eigen/Eigen/src/Geometry/arch/
Geometry_SSE.h 49 __m128 mul2=_mm_mul_ps(vec4f_swizzle1(a,2,0,1,3),vec4f_swizzle1(b,1,2,0,3)); local
51 pstore(&res.x(),_mm_sub_ps(mul1,mul2));
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 258 : mul2
273 /|<^/!b mul2
  /external/v8/test/mjsunit/
number-limits.js 41 mulBelowMin <= 0, "mul2" + i);
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 1014 MaybeULong *mul, *mul2; local
    [all...]
tytypes.c 662 static MaybeULong mul_MaybeULong ( MaybeULong mul1, MaybeULong mul2 ) {
664 if (!mul2.b) { vg_assert(mul2.ul == 0); return mul2; }
665 mul1.ul *= mul2.ul;

Completed in 632 milliseconds