Searched refs:result_high (Results 1 – 2 of 2) sorted by relevance
215 uint32* result_high) { in MultiplyHighLow() argument219 *result_high = static_cast<uint32>(product >> 32); in MultiplyHighLow()222 *result_high = __umulhi(a, b); in MultiplyHighLow()
6771 float32x4_t result_low, result_high; in Dequantize() local6775 &result_high); in Dequantize()6778 vst1q_f32(output_data + i + 4, result_high); in Dequantize()6810 float32x4_t result_low, result_high; in Dequantize() local6814 &result_high); in Dequantize()6817 vst1q_f32(output_data + i + 4, result_high); in Dequantize()6847 float32x4_t result_low, result_high; in Dequantize() local6851 &result_high); in Dequantize()6854 vst1q_f32(output_data + i + 4, result_high); in Dequantize()