Home
last modified time | relevance | path

Searched refs:result_high (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/random/
Dphilox_random.h215 uint32* result_high) { in MultiplyHighLow() argument
219 *result_high = static_cast<uint32>(product >> 32); in MultiplyHighLow()
222 *result_high = __umulhi(a, b); in MultiplyHighLow()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h6771 float32x4_t result_low, result_high; in Dequantize() local
6775 &result_high); in Dequantize()
6778 vst1q_f32(output_data + i + 4, result_high); in Dequantize()
6810 float32x4_t result_low, result_high; in Dequantize() local
6814 &result_high); in Dequantize()
6817 vst1q_f32(output_data + i + 4, result_high); in Dequantize()
6847 float32x4_t result_low, result_high; in Dequantize() local
6851 &result_high); in Dequantize()
6854 vst1q_f32(output_data + i + 4, result_high); in Dequantize()