Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Darm_math.h382 typedef int32_t q31_t; typedef
459 static __INLINE q31_t clip_q63_to_q31( in clip_q63_to_q31()
462 return ((q31_t) (x >> 32) != ((q31_t) x >> 31)) ? in clip_q63_to_q31()
463 ((0x7FFFFFFF ^ ((q31_t) (x >> 63)))) : (q31_t) x; in clip_q63_to_q31()
472 return ((q31_t) (x >> 32) != ((q31_t) x >> 31)) ? in clip_q63_to_q15()
480 q31_t x) in clip_q31_to_q7()
482 return ((q31_t) (x >> 24) != ((q31_t) x >> 23)) ? in clip_q31_to_q7()
490 q31_t x) in clip_q31_to_q15()
492 return ((q31_t) (x >> 16) != ((q31_t) x >> 15)) ? in clip_q31_to_q15()
502 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 …]
/device/google/contexthub/firmware/external/arm/
Darm_common_tables.c8552 const q31_t twiddleCoef_16_q31[24] = {
8585 const q31_t twiddleCoef_32_q31[48] = {
8630 const q31_t twiddleCoef_64_q31[96] = {
8699 const q31_t twiddleCoef_128_q31[192] = {
8816 const q31_t twiddleCoef_256_q31[384] = {
9029 const q31_t twiddleCoef_512_q31[768] = {
9434 const q31_t twiddleCoef_1024_q31[1536] = {
10223 const q31_t twiddleCoef_2048_q31[3072] = {
11780 const q31_t twiddleCoef_4096_q31[6144] =
21210 const q31_t armRecipTableQ31[64] = {
[all …]