Lines Matching refs:pOut
4342 float32_t * pOut,
4415 q15_t * pOut,
4449 q31_t * pOut,
4503 float32_t * pOut,
4557 q31_t * pOut,
4613 q15_t * pOut,
6197 float32_t * pOut) in arm_sqrt_f32() argument
6204 *pOut = __sqrtf(in); in arm_sqrt_f32()
6206 *pOut = __builtin_sqrtf(in); in arm_sqrt_f32()
6208 *pOut = sqrtf(in); in arm_sqrt_f32()
6215 *pOut = 0.0f; in arm_sqrt_f32()
6231 q31_t * pOut);
6242 q15_t * pOut);