Home
last modified time | relevance | path

Searched refs:low_accuracy (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_QR_algorithm.h31 int QR_algorithm(float *inMatArr, float *resD, int matSizeN, int low_accuracy);
Dwls_QR_algorithm.c952 int QR_algorithm(float *inMatArr, float *resD, int matSizeN, int low_accuracy) in QR_algorithm() argument
979 step = (low_accuracy == 1) ? TOL_QR_STEP_LOW : TOL_QR_STEP; in QR_algorithm()
1138 if (low_accuracy == 1) in QR_algorithm()