Lines Matching refs:float32_t
61 extern const float32_t twiddleCoef_16[32];
63 extern const float32_t twiddleCoef_32[64];
65 extern const float32_t twiddleCoef_64[128];
67 extern const float32_t twiddleCoef_128[256];
69 extern const float32_t twiddleCoef_256[512];
71 extern const float32_t twiddleCoef_512[1024];
73 extern const float32_t twiddleCoef_1024[2048];
75 extern const float32_t twiddleCoef_2048[4096];
77 extern const float32_t twiddleCoef_4096[8192];
135 extern const float32_t twiddleCoef_rfft_32[32];
137 extern const float32_t twiddleCoef_rfft_64[64];
139 extern const float32_t twiddleCoef_rfft_128[128];
141 extern const float32_t twiddleCoef_rfft_256[256];
143 extern const float32_t twiddleCoef_rfft_512[512];
145 extern const float32_t twiddleCoef_rfft_1024[1024];
147 extern const float32_t twiddleCoef_rfft_2048[2048];
149 extern const float32_t twiddleCoef_rfft_4096[4096];
238 extern const float32_t realCoefA[8192];
239 extern const float32_t realCoefB[8192];
247 extern const float32_t Weights_128[256];
248 extern const float32_t cos_factors_128[128];
250 extern const float32_t Weights_512[1024];
251 extern const float32_t cos_factors_512[512];
253 extern const float32_t Weights_2048[4096];
254 extern const float32_t cos_factors_2048[2048];
256 extern const float32_t Weights_8192[16384];
257 extern const float32_t cos_factors_8192[8192];
289 extern const float32_t sinTable_f32[FAST_MATH_TABLE_SIZE + 1];
308 extern const float32_t exp_tab[8];
309 extern const float32_t __logf_lut_f32[8];