Searched refs:prod2 (Results 1 – 6 of 6) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_reduction.cpp | 120 Tensor<float, 0, DataLayout> prod2 = tensor.prod(reduction_axis4); in test_simple_reductions() local 121 VERIFY_IS_EQUAL(prod2.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 | 340 const int64_t prod2 = static_cast<int64_t>(jtj[1]) * jtj[1]; 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 | 757 const uint16x8_t prod2 = vmull_u8(vget_high_u8(abs_diff), in AccumulateSSE16_NEON() local 761 const uint32x4_t sum2 = vpaddlq_u16(prod2); in AccumulateSSE16_NEON() 809 const uint16x8_t prod2 = vmull_u8(vget_high_u8(abs_diff), in SSE4x4_NEON() local 813 const uint32x4_t sum2 = vpaddlq_u16(prod2); in SSE4x4_NEON()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 2028 tcu::Interval prod2; in fma() local 2035 TCU_SET_INTERVAL(prod2, tmp, tmp = ia.hi() * ib.lo()); in fma() 2038 …prod = format.convert(format.roundOut(prod0 | prod1 | prod2 | prod3, ia.isFinite() && ib.isFinite(… in fma()
|
/external/pffft/ |
D | sse2neon.h | 3137 int16x8_t prod2 = vmulq_s16(a_odd, b_odd); 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'
|