Searched refs:pow (Results 1 – 10 of 10) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/StatisticsFunctions/ |
| D | arm_rms_f16.c | 71 float16_t pow = 0.0f; in arm_rms_f16() local 73 arm_power_f16(pSrc, blockSize, &pow); in arm_rms_f16() 76 arm_sqrt_f16(pow / (float16_t) blockSize, pResult); in arm_rms_f16()
|
| D | arm_rms_q31.c | 66 q63_t pow = 0.0f; in arm_rms_q31() local 68 arm_power_q31(pSrc, blockSize, &pow); in arm_rms_q31() 70 normalizedPower=clip_q63_to_q31((pow / (q63_t) blockSize) >> 17); in arm_rms_q31()
|
| D | arm_rms_q15.c | 63 q63_t pow = 0.0f; in arm_rms_q15() local 66 arm_power_q15(pSrc, blockSize, &pow); in arm_rms_q15() 68 normalizedPower=__SSAT((pow / (q63_t) blockSize) >> 15,16); in arm_rms_q15()
|
| D | arm_rms_f32.c | 67 float32_t pow = 0.0f; in arm_rms_f32() local 69 arm_power_f32(pSrc, blockSize, &pow); in arm_rms_f32() 72 arm_sqrt_f32(pow / (float32_t) blockSize, pResult); in arm_rms_f32()
|
| /hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW40Z4/ |
| D | BLEDefaults.h | 397 #define DB_TO_LINEAR(x) (pow(10,((x)/(double)20.0)))
|
| /hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/ |
| D | fsl_debug_console.c | 496 if (fa >= pow((double)10, (double)precision_width)) in DbgConsole_ConvertFloatRadixNumToString() 504 if (fa <= -pow((double)10, (double)precision_width)) in DbgConsole_ConvertFloatRadixNumToString()
|
| /hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/str/ |
| D | fsl_str.c | 707 if (fa >= pow((double)10, (double)precision_width)) in ConvertFloatRadixNumToString() 715 if (fa <= -pow((double)10, (double)precision_width)) in ConvertFloatRadixNumToString()
|
| /hal_nxp-latest/mcux/mcux-sdk/utilities/str/ |
| D | fsl_str.c | 693 if (fa >= pow((double)10, (double)precision_width)) in ConvertFloatRadixNumToString() 701 if (fa <= -pow((double)10, (double)precision_width)) in ConvertFloatRadixNumToString()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_enet/ |
| D | fsl_enet.c | 915 txFifoSize = (uint32_t)pow( in ENET_CreateHandler()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_enet/ |
| D | fsl_enet.c | 915 txFifoSize = (uint32_t)pow((double)2, in ENET_CreateHandler()
|