Home
last modified time | relevance | path

Searched refs:mul1 (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/
H A Dgeometric.h72 glm_vec4 const mul1 = _mm_mul_ps(swp1, swp2); in glm_vec4_cross() local
73 glm_vec4 const sub0 = _mm_sub_ps(mul0, mul1); in glm_vec4_cross()
90 glm_vec4 const mul1 = _mm_mul_ps(N, mul0); in glm_vec4_faceforward() local
91 return mul1; in glm_vec4_faceforward()
98 glm_vec4 const mul1 = _mm_mul_ps(mul0, _mm_set1_ps(2.0f)); in glm_vec4_reflect() local
99 glm_vec4 const sub0 = _mm_sub_ps(I, mul1); in glm_vec4_reflect()
107 glm_vec4 const mul1 = _mm_mul_ps(dot0, dot0); in glm_vec4_refract() local
109 glm_vec4 const sub1 = _mm_sub_ps(_mm_set1_ps(1.0f), mul1); in glm_vec4_refract()
H A Dcommon.h213 glm_vec4 const mul1 = glm_vec4_mul(clp0, clp0); in glm_vec4_smoothstep() local
214 glm_vec4 const mul2 = glm_vec4_mul(mul1, sub2); in glm_vec4_smoothstep()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp911 Instruction *mul1 = NULL; // mul1 before mul2 in tryCollapseChainedMULs() local
921 mul1 = insn; in tryCollapseChainedMULs()
922 if (mul1 && !mul1->saturate) { in tryCollapseChainedMULs()
925 if (mul1->src(s1 = 0).getImmediate(imm1) || in tryCollapseChainedMULs()
926 mul1->src(s1 = 1).getImmediate(imm1)) { in tryCollapseChainedMULs()
927 bld.setPosition(mul1, false); in tryCollapseChainedMULs()
930 mul1->setSrc(s1, bld.loadImm(NULL, f * imm1.reg.data.f32)); in tryCollapseChainedMULs()
931 mul1 in tryCollapseChainedMULs()
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_cost_enc.c133 const double mul1 = 0.82; in AddSingleLiteralWithCostModel() local
135 cost_val += GetLiteralCost(cost_model, color) * mul1; in AddSingleLiteralWithCostModel()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm.asm105 %macro VP9_UNPACK_MULSUB_2D_4X 6 ; dst1 [src1], dst2 [src2], dst3, dst4, mul1, mul2

Completed in 9 milliseconds