Searched refs:int8 (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/ |
D | matrix.h | 64 …int8 n ///< n can vary up to and including 10 but the matrices A and eigvec m… 76 …int8 n ///< n can vary up to and including 4 but the matrices A and eigvec mu… 82 int8 i, 83 int8 j, 84 int8 iMatrixSize 90 int8 iColInd[], 91 int8 iRowInd[], 92 int8 iPivot[], 93 int8 isize, 94 int8* pierror [all …]
|
D | matrix.c | 30 int8 i, in f3x3matrixAeqI() 52 int8 i, in f3x3matrixAeqB() 73 int8 i, in fmatrixAeqI() 94 int8 i, in f3x3matrixAeqScalar() 113 int8 i, in f3x3matrixAeqAxScalar() 132 int8 i, in f3x3matrixAeqMinusA() 216 void fEigenCompute10(float A[][10], float eigval[], float eigvec[][10], int8 n) in fEigenCompute10() 234 int8 i, in fEigenCompute10() 238 int8 k; in fEigenCompute10() 241 int8 ctr; in fEigenCompute10() [all …]
|
D | hal_frdm_fxs_mult2_b.c | 24 int8 i; // loop counter in ApplyAccelHAL() 51 int8 i; // loop counter in ApplyMagHAL() 79 int8 i; // loop counter in ApplyGyroHAL()
|
D | magnetic.c | 28 int8 i, in fInitializeMagCalibration() 99 int8 j, in iUpdateMagBuffer() 103 int8 itooclose; // flag denoting measurement is too close to existing ones in iUpdateMagBuffer() 289 int8 i; // loop counter in fInvertMagCal() 316 int8 i, in fRunMagCalibration() 447 int8 i, in fUpdateMagCalibration4Slice() 453 int8 iColInd[4]; in fUpdateMagCalibration4Slice() 454 int8 iRowInd[4]; in fUpdateMagCalibration4Slice() 455 int8 iPivot[4]; in fUpdateMagCalibration4Slice() 576 int8 ierror; // matrix inversion error flag in fUpdateMagCalibration4Slice() [all …]
|
D | fusion.c | 287 int8 i; // loop counter in fInit_6DOF_GY_KALMAN() 351 int8 i;// loop counter in fInit_9DOF_GBY_KALMAN() 538 int8 i; // loop counter in fRun_3DOF_Y_BASIC() 650 int8 ierror; // matrix inversion error flag in fRun_6DOF_GY_KALMAN() 651 int8 i, in fRun_6DOF_GY_KALMAN() 657 int8 iColInd[3]; in fRun_6DOF_GY_KALMAN() 658 int8 iRowInd[3]; in fRun_6DOF_GY_KALMAN() 659 int8 iPivot[3]; in fRun_6DOF_GY_KALMAN() 1048 int8 ierror; // matrix inversion error flag in fRun_9DOF_GBY_KALMAN() 1049 int8 i, in fRun_9DOF_GBY_KALMAN() [all …]
|
D | orientation.c | 130 int8 i; // counter in f3DOFTiltWin8() 276 int8 i, j; // loop counters in feCompassNED() 350 int8 i, j; // loop counters in feCompassAndroid() 424 int8 i, j; // loop counters in feCompassWin8()
|
D | precisionAccelerometer.c | 20 volatile int8 *AccelCalPacketOn) in fInitializeAccelCalibration() 68 struct AccelSensor *pthisAccel, volatile int8 *AccelCalPacketOn) in fUpdateAccelBuffer()
|
D | sensor_fusion.h | 39 typedef int8_t int8; typedef
|