Searched refs:float32_t (Results 1 – 4 of 4) sorted by relevance
/loramac-node-latest/src/boards/mcu/saml21/cmsis/ |
D | arm_math.h | 398 typedef float float32_t; typedef 1109 …float32_t *pState; /**< points to the state variable array. The array is of length numTaps+bloc… 1110 float32_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps. */ 1246 float32_t * pSrc, 1247 float32_t * pDst, 1262 float32_t * pCoeffs, 1263 float32_t * pState, 1298 …float32_t *pState; /**< Points to the array of state coefficients. The array is of lengt… 1299 …float32_t *pCoeffs; /**< Points to the array of coefficients. The array is of length 5*nu… 1413 float32_t * pSrc, [all …]
|
D | arm_common_tables.h | 51 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 …]
|
/loramac-node-latest/src/boards/mcu/stm32/cmsis/ |
D | arm_math.h | 407 typedef float float32_t; typedef 1062 …float32_t *pState; /**< points to the state variable array. The array is of length numTaps+bloc… 1063 float32_t *pCoeffs; /**< points to the coefficient array. The array is of length numTaps. */ 1196 float32_t * pSrc, 1197 float32_t * pDst, 1212 float32_t * pCoeffs, 1213 float32_t * pState, 1245 …float32_t *pState; /**< Points to the array of state coefficients. The array is of length 4… 1246 …float32_t *pCoeffs; /**< Points to the array of coefficients. The array is of length 5*numSt… 1347 float32_t * pSrc, [all …]
|
D | arm_common_tables.h | 51 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 …]
|