Lines Matching refs:pOut
2248 float32_t * p, float32_t * pOut,
3990 float32_t * pOut,
4059 q15_t * pOut,
4090 q31_t * pOut,
4142 float32_t * pOut,
4194 q31_t * pOut,
4248 q15_t * pOut,
5747 float32_t * pOut) in arm_sqrt_f32() argument
5753 *pOut = __sqrtf(in); in arm_sqrt_f32()
5755 *pOut = __builtin_sqrtf(in); in arm_sqrt_f32()
5757 *pOut = __builtin_sqrtf(in); in arm_sqrt_f32()
5759 __ASM("VSQRT.F32 %0,%1" : "=t"(*pOut) : "t"(in)); in arm_sqrt_f32()
5761 *pOut = sqrtf(in); in arm_sqrt_f32()
5768 *pOut = 0.0f; in arm_sqrt_f32()
5783 q31_t * pOut);
5795 q15_t * pOut);