Searched refs:prod1 (Results 1 – 9 of 9) sorted by relevance
/external/skqp/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()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_reduction.cpp | 112 Tensor<float, 0, DataLayout> prod1 = tensor.prod(); in test_simple_reductions() local 113 VERIFY_IS_EQUAL(prod1.rank(), 0); in test_simple_reductions() 123 VERIFY_IS_APPROX(prod1(), prod2()); in test_simple_reductions()
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | optical_flow.cc | 339 const int64_t prod1 = static_cast<int64_t>(jtj[0]) * jtj[2]; in FindFlowAtPoint_ESM() local 347 const double det_inv = 1.0 / static_cast<double>(prod1 - prod2); in FindFlowAtPoint_ESM()
|
/external/webp/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()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | sse_tensor_utils.cc | 247 const __m128 prod1 = _mm_mul_ps(float_val1, scaling_factor1); in SseMatrixBatchVectorMultiplyAccumulate() local 248 const __m128 result1 = _mm_add_ps(_mm_load1_ps(result + 4), prod1); in SseMatrixBatchVectorMultiplyAccumulate()
|
/external/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()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 2027 tcu::Interval prod1; in fma() local 2034 TCU_SET_INTERVAL(prod1, tmp, tmp = ia.lo() * ib.hi()); in fma() 2038 …prod = format.convert(format.roundOut(prod0 | prod1 | prod2 | prod3, ia.isFinite() && ib.isFinite(… in fma()
|
/external/pffft/ |
D | sse2neon.h | 3136 int16x8_t prod1 = vmulq_s16(a_even, b_even); in _mm_maddubs_epi16() 3140 return vreinterpretq_m128i_s16(vqaddq_s16(prod1, prod2)); in _mm_maddubs_epi16()
|
/external/ply/ply/ |
D | CHANGES | 625 'some_production : prod1 prod2'
|