Home
last modified time | relevance | path

Searched refs:pOut (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/cmsis/
Darm_math.h2248 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()
[all …]
/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Darm_math.h2362 float32_t * p, float32_t * pOut,
4234 float32_t * pOut,
4307 q15_t * pOut,
4341 q31_t * pOut,
4395 float32_t * pOut,
4449 q31_t * pOut,
4505 q15_t * pOut,
6097 float32_t * pOut) in arm_sqrt_f32() argument
6104 *pOut = __sqrtf(in); in arm_sqrt_f32()
6106 *pOut = sqrtf(in); in arm_sqrt_f32()
[all …]