Home
last modified time | relevance | path

Searched refs:prod1 (Results 1 – 9 of 9) sorted by relevance

/external/skia/tests/
DMathTest.cpp83 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/skqp/tests/
DMathTest.cpp83 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/
Dcxx11_tensor_reduction.cpp112 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/examples/android/jni/object_tracking/
Doptical_flow.cc339 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/
Denc_neon.c755 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/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c53 nir_ssa_def *prod1 = in build_mat3_det() local
58 nir_ssa_def *diff = nir_fsub(b, prod0, prod1); in build_mat3_det()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp2066 tcu::Interval prod1; in fma() local
2073 TCU_SET_INTERVAL(prod1, tmp, tmp = ia.lo() * ib.hi()); in fma()
2077 …prod = format.convert(format.roundOut(prod0 | prod1 | prod2 | prod3, ia.isFinite() && ib.isFinite(… in fma()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp2326 tcu::Interval prod1; in fma() local
2333 TCU_SET_INTERVAL(prod1, tmp, tmp = ia.lo() * ib.hi()); in fma()
2337 …prod = format.convert(format.roundOut(prod0 | prod1 | prod2 | prod3, ia.isFinite() && ib.isFinite(… in fma()
/external/ply/ply/
DCHANGES625 'some_production : prod1 prod2'