Searched defs:mul1 (Results 1 - 7 of 7) sorted by relevance

/external/eigen/Eigen/src/Geometry/arch/
H A DGeometry_SSE.h48 __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/chromium_org/third_party/WebKit/Source/platform/audio/
H A DSincResampler.cpp276 __m128 mul1; local
290 mul1 = _mm_mul_ps(mInput, mK1); \
292 sums1 = _mm_add_ps(sums1, mul1); \
/external/valgrind/main/coregrind/m_debuginfo/
H A Dtytypes.c662 static MaybeULong mul_MaybeULong ( MaybeULong mul1, MaybeULong mul2 ) { argument
663 if (!mul1.b) { vg_assert(mul1.ul == 0); return mul1; }
665 mul1.ul *= mul2.ul;
666 return mul1;
/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.c574 const double mul1 = (recursive_cost_model != 0) ? 1.0 : 0.82; local
663 cost_val += GetLiteralCost(cost_model, argb[i]) * mul1;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp556 Instruction *mul1 = NULL; // mul1 before mul2 local
566 mul1 = insn;
567 if (mul1 && !mul1->saturate) {
570 if (mul1->src(s1 = 0).getImmediate(imm1) ||
571 mul1->src(s1 = 1).getImmediate(imm1)) {
572 bld.setPosition(mul1, false);
575 mul1->setSrc(s1, bld.loadImm(NULL, f * imm1.reg.data.f32));
576 mul1
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp556 Instruction *mul1 = NULL; // mul1 before mul2 local
566 mul1 = insn;
567 if (mul1 && !mul1->saturate) {
570 if (mul1->src(s1 = 0).getImmediate(imm1) ||
571 mul1->src(s1 = 1).getImmediate(imm1)) {
572 bld.setPosition(mul1, false);
575 mul1->setSrc(s1, bld.loadImm(NULL, f * imm1.reg.data.f32));
576 mul1
[all...]
/external/webp/src/enc/
H A Dbackward_references.c574 const double mul1 = (recursive_cost_model != 0) ? 1.0 : 0.82; local
663 cost_val += GetLiteralCost(cost_model, argb[i]) * mul1;

Completed in 322 milliseconds