Home
last modified time | relevance | path

Searched refs:PI (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dfast_math_functions.h49 #ifndef PI
50 #define PI 3.14159265358979f macro
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/BayesFunctions/
Darm_gaussian_naive_bayes_predict_f16.c95 vacc1 = vaddq(vacc1, vlogq_f16(vmulq_n_f16(vsigma, 2.0f16 * (_Float16)PI))); in arm_gaussian_naive_bayes_predict_f16()
118 … vaddq_m_f16(vacc1, vacc1, vlogq_f16(vmulq_n_f16(vsigma, 2.0f16 * (_Float16)PI)), p0); in arm_gaussian_naive_bayes_predict_f16()
Darm_gaussian_naive_bayes_predict_f32.c93 vacc1 = vaddq(vacc1, vlogq_f32(vmulq_n_f32(vsigma, 2.0f * PI))); in arm_gaussian_naive_bayes_predict_f32()
116 vaddq_m_f32(vacc1, vacc1, vlogq_f32(vmulq_n_f32(vsigma, 2.0f * PI)), p0); in arm_gaussian_naive_bayes_predict_f32()
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1024/cmsis_pack_flash_algo/
DTarget.lin4 PRG 0 PI ; Programming Functions
/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_param_defines.h162 #define PI 3.141592653589795f macro
Dwls_subspace_processing.c389 omega_hat_sort[0] = (omega_hat_pos>0) ? omega_hat_pos : (omega_hat_pos + 2 * PI); in calcDimOnePhase()
522 omega_hat_sort[ii] = (omega_hat[ii]>0)?omega_hat[ii]:(omega_hat[ii]+2*PI); in calcPhase()
579 tempVal = omega_hat_sort[kk]/(2*PI); in calcDelayAmplitude()
Dwls_radix4Fft.c347 #define PI 3.141592653589793 macro
Dwls_processing.c1863 float angle = PI*phaseRollNg/(1<<(12-1));
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/
Darm_math.h348 #ifndef PI
349 #define PI 3.14159265358979f macro