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

  /external/eigen/Eigen/src/Geometry/arch/
Geometry_SSE.h 48 __m128 mul1=_mm_mul_ps(vec4f_swizzle1(a,1,2,0,3),vec4f_swizzle1(b,2,0,1,3)); local
51 pstore(&res.x(),_mm_sub_ps(mul1,mul2));
  /external/webp/src/enc/
backward_references.c 488 const double mul1 = (recursive_cost_model != 0) ? 1.0 : 0.82; local
580 cost_val += GetLiteralCost(cost_model, argb[i]) * mul1;

Completed in 976 milliseconds