OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:q31_t
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h
382
typedef int32_t
q31_t
;
typedef
459
static __INLINE
q31_t
clip_q63_to_q31(
462
return ((
q31_t
) (x >> 32) != ((
q31_t
) x >> 31)) ?
463
((0x7FFFFFFF ^ ((
q31_t
) (x >> 63)))) : (
q31_t
) x;
472
return ((
q31_t
) (x >> 32) != ((
q31_t
) x >> 31)) ?
480
q31_t
x)
482
return ((
q31_t
) (x >> 24) != ((q31_t) x >> 23))
[
all
...]
arm_common_tables.h
48
extern const
q31_t
armRecipTableQ31[64];
49
//extern const
q31_t
realCoefAQ31[1024];
50
//extern const
q31_t
realCoefBQ31[1024];
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]
[
all
...]
/device/google/contexthub/firmware/external/arm/
arm_common_tables.c
[
all
...]
Completed in 126 milliseconds