Home
last modified time | relevance | path

Searched refs:q31_t (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/cmsis/
Darm_math.h397 typedef int32_t q31_t; typedef
484 static __INLINE q31_t clip_q63_to_q31( in clip_q63_to_q31()
487 return ((q31_t) (x >> 32) != ((q31_t) x >> 31)) ? in clip_q63_to_q31()
488 ((0x7FFFFFFF ^ ((q31_t) (x >> 63)))) : (q31_t) x; in clip_q63_to_q31()
497 return ((q31_t) (x >> 32) != ((q31_t) x >> 31)) ? in clip_q63_to_q15()
505 q31_t x) in clip_q31_to_q7()
507 return ((q31_t) (x >> 24) != ((q31_t) x >> 23)) ? in clip_q31_to_q7()
515 q31_t x) in clip_q31_to_q15()
517 return ((q31_t) (x >> 16) != ((q31_t) x >> 15)) ? in clip_q31_to_q15()
527 q31_t y) in mult32x64()
[all …]
Darm_common_tables.h48 extern const q31_t armRecipTableQ31[64];
61 extern const q31_t twiddleCoef_16_q31[24];
62 extern const q31_t twiddleCoef_32_q31[48];
63 extern const q31_t twiddleCoef_64_q31[96];
64 extern const q31_t twiddleCoef_128_q31[192];
65 extern const q31_t twiddleCoef_256_q31[384];
66 extern const q31_t twiddleCoef_512_q31[768];
67 extern const q31_t twiddleCoef_1024_q31[1536];
68 extern const q31_t twiddleCoef_2048_q31[3072];
69 extern const q31_t twiddleCoef_4096_q31[6144];
[all …]
/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Darm_math.h388 typedef int32_t q31_t; typedef
465 static __INLINE q31_t clip_q63_to_q31( in clip_q63_to_q31()
468 return ((q31_t) (x >> 32) != ((q31_t) x >> 31)) ? in clip_q63_to_q31()
469 ((0x7FFFFFFF ^ ((q31_t) (x >> 63)))) : (q31_t) x; in clip_q63_to_q31()
478 return ((q31_t) (x >> 32) != ((q31_t) x >> 31)) ? in clip_q63_to_q15()
486 q31_t x) in clip_q31_to_q7()
488 return ((q31_t) (x >> 24) != ((q31_t) x >> 23)) ? in clip_q31_to_q7()
496 q31_t x) in clip_q31_to_q15()
498 return ((q31_t) (x >> 16) != ((q31_t) x >> 15)) ? in clip_q31_to_q15()
508 q31_t y) in mult32x64()
[all …]
Darm_common_tables.h48 extern const q31_t armRecipTableQ31[64];
61 extern const q31_t twiddleCoef_16_q31[24];
62 extern const q31_t twiddleCoef_32_q31[48];
63 extern const q31_t twiddleCoef_64_q31[96];
64 extern const q31_t twiddleCoef_128_q31[192];
65 extern const q31_t twiddleCoef_256_q31[384];
66 extern const q31_t twiddleCoef_512_q31[768];
67 extern const q31_t twiddleCoef_1024_q31[1536];
68 extern const q31_t twiddleCoef_2048_q31[3072];
69 extern const q31_t twiddleCoef_4096_q31[6144];
[all …]