Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/external/arm/
Darm_sin_cos_f32.c47 typedef float float32_t; typedef
62 static const float32_t sinTable_f32[FAST_MATH_TABLE_SIZE + 1] = {
209 float32_t arm_sin_f32( in arm_sin_f32()
210 float32_t x) in arm_sin_f32()
212 float32_t sinVal, fract, in; /* Temporary variables for input, output */ in arm_sin_f32()
214 float32_t a, b; /* Two nearest output values */ in arm_sin_f32()
216 float32_t findex; in arm_sin_f32()
232 in = in - (float32_t) n; in arm_sin_f32()
235 findex = (float32_t) FAST_MATH_TABLE_SIZE * in; in arm_sin_f32()
239 fract = findex - (float32_t) index; in arm_sin_f32()
[all …]
Darm_common_tables.c206 const float32_t twiddleCoef_16[32] = {
240 const float32_t twiddleCoef_32[64] = {
290 const float32_t twiddleCoef_64[128] = {
373 const float32_t twiddleCoef_128[256] = {
519 const float32_t twiddleCoef_256[512] = {
793 const float32_t twiddleCoef_512[1024] = {
1322 const float32_t twiddleCoef_1024[2048] = {
2364 const float32_t twiddleCoef_2048[4096] = {
4430 const float32_t twiddleCoef_4096[8192] = {
22870 const float32_t twiddleCoef_rfft_32[32] = {
[all …]
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Darm_common_tables.h51 extern const float32_t twiddleCoef_16[32];
52 extern const float32_t twiddleCoef_32[64];
53 extern const float32_t twiddleCoef_64[128];
54 extern const float32_t twiddleCoef_128[256];
55 extern const float32_t twiddleCoef_256[512];
56 extern const float32_t twiddleCoef_512[1024];
57 extern const float32_t twiddleCoef_1024[2048];
58 extern const float32_t twiddleCoef_2048[4096];
59 extern const float32_t twiddleCoef_4096[8192];
79 extern const float32_t twiddleCoef_rfft_32[32];
[all …]
Darm_math.h392 typedef float float32_t; typedef
1103float32_t *pState; /**< points to the state variable array. The array is of length numTaps+bloc…
1104 float32_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps. */
1240 float32_t * pSrc,
1241 float32_t * pDst,
1256 float32_t * pCoeffs,
1257 float32_t * pState,
1292float32_t *pState; /**< Points to the array of state coefficients. The array is of lengt…
1293float32_t *pCoeffs; /**< Points to the array of coefficients. The array is of length 5*nu…
1407 float32_t * pSrc,
[all …]