/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/simd/ |
H A D | geometric.h | 72 glm_vec4 const mul1 = _mm_mul_ps(swp1, swp2); in glm_vec4_cross() local 90 glm_vec4 const mul1 = _mm_mul_ps(N, mul0); in glm_vec4_faceforward() local 98 glm_vec4 const mul1 = _mm_mul_ps(mul0, _mm_set1_ps(2.0f)); in glm_vec4_reflect() local 107 glm_vec4 const mul1 = _mm_mul_ps(dot0, dot0); in glm_vec4_refract() local
|
H A D | common.h | 213 glm_vec4 const mul1 = glm_vec4_mul(clp0, clp0); in glm_vec4_smoothstep() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/simd/ |
D | geometric.h | 72 glm_vec4 const mul1 = _mm_mul_ps(swp1, swp2); in glm_vec4_cross() local 90 glm_vec4 const mul1 = _mm_mul_ps(N, mul0); in glm_vec4_faceforward() local 98 glm_vec4 const mul1 = _mm_mul_ps(mul0, _mm_set1_ps(2.0f)); in glm_vec4_reflect() local 107 glm_vec4 const mul1 = _mm_mul_ps(dot0, dot0); in glm_vec4_refract() local
|
D | common.h | 213 glm_vec4 const mul1 = glm_vec4_mul(clp0, clp0); in glm_vec4_smoothstep() local
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | ml_sse3.c | 71 const __m128 mul1 = _mm_mul_ps(weight1, inputs128); in av1_nn_propagate_4to4_sse3() local 93 const __m128 mul1 = _mm_mul_ps(inputs128, weight1); in av1_nn_propagate_4to8_sse3() local
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | ml_neon.c | 150 float32x4_t mul1[2] = { zero, zero }; in nn_propagate_4to4() local 188 float32x4_t mul1[4] = { zero, zero, zero, zero }; in nn_propagate_4to8() local
|
/aosp_15_r20/art/test/455-checker-gvn/src/ |
H A D | Main.java | 72 int mul1 = mX * mY; in $noinline$mulAndIntrinsic() local
|
/aosp_15_r20/external/libvpx/vp8/common/mips/msa/ |
H A D | idct_msa.c | 180 v8i16 input0, input1, dequant_in0, dequant_in1, mul0, mul1; in dequant_idct4x4_addblk_msa() local 218 v8i16 in0, in1, in2, in3, mul0, mul1, mul2, mul3, dequant_in0, dequant_in1; in dequant_idct4x4_addblk_2x_msa() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | deblock_msa.c | 551 v4i32 mul0, mul1, mul2, mul3; in vpx_mbpost_proc_across_ip_msa() local 657 v4i32 mul1 = { 0 }; in vpx_mbpost_proc_down_msa() local
|
H A D | sum_squares_msa.c | 18 v4i32 mul0, mul1; in vpx_sum_squares_2d_i16_msa() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | common_subgraph_elimination_test.cc | 142 Output mul1 = ops::Mul(s.WithOpName("mul1"), c1, c2); in TEST_F() local
|
H A D | arithmetic_optimizer_test.cc | 878 Output mul1 = ops::Mul(s.WithOpName("mul1"), x, y1); in TEST_F() local 2942 Output mul1 = ops::Multiply(s.WithOpName("mul1"), const1, 0.5f); in TEST_F() local 3320 auto mul1 = ops::Mul(s.WithOpName("mul1"), a, b); in TEST_F() local 3378 auto mul1 = ops::Mul(s.WithOpName("mul1"), a, b); in TEST_F() local 3457 auto mul1 = ops::Mul(s.WithOpName("mul1"), a, b); in TEST_F() local
|
H A D | mkl_remapper_test.cc | 860 auto mul1 = ops::Mul(s.WithOpName("mul1"), input, sigmoid1); in RunTest() local
|
H A D | constant_folding_test.cc | 57 Output mul1; in SimpleNeutralElementTest() local 791 Output mul1 = ops::Mul(s.WithOpName("mul1"), x, zeros); in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | bfloat16_conversion_folding_test.cc | 136 HloInstruction* mul1 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
|
H A D | bfloat16_normalization_test.cc | 137 HloInstruction* mul1 = builder.AddInstruction( in TEST_F() local
|
H A D | memory_space_assignment_test.cc | 2549 HloInstruction* mul1 = builder.AddInstruction( in TEST_P() local
|
/aosp_15_r20/external/libvpx/vp8/common/loongarch/ |
H A D | idct_lsx.c | 158 __m128i in0, in1, in2, in3, mul0, mul1, mul2, mul3, dequant_in0, dequant_in1; in dequant_idct4x4_addblk_2x_lsx() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | simd_quat.inl | 121 __m128 mul1 = _mm_mul_ps(q1.Data, _mm_shuffle_ps(q2.Data, q2.Data, _MM_SHUFFLE(1, 0, 3, 2))); local
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | simd_quat.inl | 121 __m128 mul1 = _mm_mul_ps(q1.Data, _mm_shuffle_ps(q2.Data, q2.Data, _MM_SHUFFLE(1, 0, 3, 2))); local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/nistec/ |
D | p256_asm_amd64.s | 1303 #define mul1 DX macro
|
/aosp_15_r20/external/webp/src/enc/ |
H A D | backward_references_cost_enc.c | 134 const float mul1 = 0.82f; in AddSingleLiteralWithCostModel() local
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 905 Instruction *mul1 = NULL; // mul1 before mul2 in tryCollapseChainedMULs() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | encapsulate_subgraphs_pass_test.cc | 828 auto mul1 = ops::Mul(root.WithOpName("mul1"), const_guarantee_add1, add2); in TEST() local
|
/aosp_15_r20/external/neon_2_sse/ |
H A D | NEON_2_SSE.h | 4253 __m128i ab, ba, mask, mul, mul1; in _NEON2SSE_PERFORMANCE_WARNING() local 4314 __m128i ab, ba, mask, mul, mul1, mask1; in _NEON2SSE_PERFORMANCE_WARNING() local
|