Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dsensor_fusion.h86 #define ONETHIRD 0.33333333F ///< one third macro
Dmagnetic.c927 ftmp = powf(fabs(fdetA), -(ONETHIRD)); in fUpdateMagCalibration7Slice()
1280 ftmp = powf(fabs(fdetA), -(ONETHIRD)); in fUpdateMagCalibration10Slice()
1732 f3x3matrixAeqAxScalar(pthisMagCal->fA, powf(det, -(ONETHIRD))); in fComputeMagCalibration7()
1941 f3x3matrixAeqAxScalar(pthisMagCal->fA, powf(det, -(ONETHIRD))); in fComputeMagCalibration10()