Lines Matching refs:pOut
2390 float32_t * p, float32_t * pOut,
4139 float32_t * pOut,
4208 q15_t * pOut,
4239 q31_t * pOut,
4291 float32_t * pOut,
4343 q31_t * pOut,
4397 q15_t * pOut,
5851 float32_t * pOut) in arm_sqrt_f32() argument
5857 *pOut = __sqrtf(in); in arm_sqrt_f32()
5859 *pOut = sqrtf(in); in arm_sqrt_f32()
5864 __ASM("VSQRT.F32 %0,%1" : "=t"(*pOut) : "t"(in)); in arm_sqrt_f32()
5866 *pOut = sqrtf(in); in arm_sqrt_f32()
5870 *pOut = sqrtf(in); in arm_sqrt_f32()
5877 *pOut = 0.0f; in arm_sqrt_f32()
5893 q31_t * pOut);
5906 q15_t * pOut);
5918 float32_t * pOut,
5923 q31_t * pOut,
5928 q15_t * pOut,