Searched refs:float_val0 (Results 1 – 3 of 3) sorted by relevance
250 const float32x4_t float_val0 = vcvtq_f32_s32(dotprod0); in BatchMatMul() local253 float_val0, scaling_factor0); in BatchMatMul()
243 const __m128 float_val0 = _mm_cvtepi32_ps(scratch_val0); in SseMatrixBatchVectorMultiplyAccumulate() local245 const __m128 prod0 = _mm_mul_ps(float_val0, scaling_factor0); in SseMatrixBatchVectorMultiplyAccumulate()
1198 const float32x4_t float_val0 = vcvtq_f32_s32(scratch_val0); in NeonMatrixBatchVectorMultiplyAccumulate() local1201 vmlaq_f32(vld1q_f32(result), float_val0, scaling_factor0); in NeonMatrixBatchVectorMultiplyAccumulate()1436 const float32x4_t float_val0 = vcvtq_f32_s32(dotprod0); in NeonMatrixBatchVectorMultiplyAccumulate() local1439 vmlaq_f32(vld1q_f32(result), float_val0, scaling_factor0); in NeonMatrixBatchVectorMultiplyAccumulate()