Lines Matching refs:pOut
2124 float32_t * p, float32_t * pOut,
3866 float32_t * pOut,
3935 q15_t * pOut,
3966 q31_t * pOut,
4018 float32_t * pOut,
4070 q31_t * pOut,
4124 q15_t * pOut,
5623 float32_t * pOut) in arm_sqrt_f32() argument
5629 *pOut = __sqrtf(in); in arm_sqrt_f32()
5631 *pOut = __builtin_sqrtf(in); in arm_sqrt_f32()
5633 *pOut = __builtin_sqrtf(in); in arm_sqrt_f32()
5635 __ASM("VSQRT.F32 %0,%1" : "=t"(*pOut) : "t"(in)); in arm_sqrt_f32()
5637 *pOut = sqrtf(in); in arm_sqrt_f32()
5644 *pOut = 0.0f; in arm_sqrt_f32()
5659 q31_t * pOut);
5671 q15_t * pOut);