/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/chromium_org/third_party/WebKit/Source/platform/audio/ |
SincResampler.cpp | 277 __m128 mul1; local 291 mul1 = _mm_mul_ps(mInput, mK1); \ 293 sums1 = _mm_add_ps(sums1, mul1); \
|
/external/chromium_org/third_party/libwebp/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;
|
/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;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_peephole.cpp | 556 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->src(s1).mod = Modifier(0) [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_peephole.cpp | 556 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->src(s1).mod = Modifier(0) [all...] |