Searched refs:prod1 (Results 1 – 6 of 6) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_cmplx_mult_q15.c | 334 q31_t prod1, prod2; in arm_mat_cmplx_mult_q15() local 469 prod1 = -__SMUSD(pSourceA, pSourceB); in arm_mat_cmplx_mult_q15() 471 prod1 = __SMUSD(pSourceA, pSourceB); in arm_mat_cmplx_mult_q15() 474 sumReal += (q63_t) prod1; in arm_mat_cmplx_mult_q15() 483 prod1 = -__SMUSD(pSourceA, pSourceB); in arm_mat_cmplx_mult_q15() 485 prod1 = __SMUSD(pSourceA, pSourceB); in arm_mat_cmplx_mult_q15() 488 sumReal += (q63_t) prod1; in arm_mat_cmplx_mult_q15() 542 prod1 = -__SMUSD(pSourceA, pSourceB); in arm_mat_cmplx_mult_q15() 544 prod1 = __SMUSD(pSourceA, pSourceB); in arm_mat_cmplx_mult_q15() 547 sumReal += (q63_t) prod1; in arm_mat_cmplx_mult_q15()
|
/third_party/flutter/skia/tests/ |
D | MathTest.cpp | 83 unsigned prod1 = SkMulDiv255Round(a, b); in test_muldivround() 84 SkASSERT(prod0 == prod1); in test_muldivround() 95 unsigned prod1 = SkMulDiv255Round(a, b); in test_muldivround() local 97 REPORTER_ASSERT(reporter, prod0 == prod1); in test_muldivround()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_neon.c | 755 const uint16x8_t prod1 = vmull_u8(vget_low_u8(abs_diff), in AccumulateSSE16_NEON() local 760 const uint32x4_t sum1 = vpaddlq_u16(prod1); in AccumulateSSE16_NEON() 807 const uint16x8_t prod1 = vmull_u8(vget_low_u8(abs_diff), in SSE4x4_NEON() local 812 const uint32x4_t sum1 = vpaddlq_u16(prod1); in SSE4x4_NEON()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_neon.c | 755 const uint16x8_t prod1 = vmull_u8(vget_low_u8(abs_diff), in AccumulateSSE16_NEON() local 760 const uint32x4_t sum1 = vpaddlq_u16(prod1); in AccumulateSSE16_NEON() 807 const uint16x8_t prod1 = vmull_u8(vget_low_u8(abs_diff), in SSE4x4_NEON() local 812 const uint32x4_t sum1 = vpaddlq_u16(prod1); in SSE4x4_NEON()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 57 nir_ssa_def *prod1 = in build_mat3_det() local 62 nir_ssa_def *diff = nir_fsub(b, prod0, prod1); in build_mat3_det()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 2028 tcu::Interval prod1; in fma() local 2035 TCU_SET_INTERVAL(prod1, tmp, tmp = ia.lo() * ib.hi()); in fma() 2039 …prod = format.convert(format.roundOut(prod0 | prod1 | prod2 | prod3, ia.isFinite(format.getMaxValu… in fma()
|