Searched refs:det (Results 1 – 4 of 4) sorted by relevance
338 float det; // matrix determinant in fComputeAccelCalibration7() local384 det = pthisAccelCal->fmatB[0][j] * in fComputeAccelCalibration7()387 if (det < 0.0F) in fComputeAccelCalibration7()434 float det; // matrix determinant in fComputeAccelCalibration10() local506 det = f3x3matrixDetA(pthisAccelCal->fA); in fComputeAccelCalibration10()507 if (det < 0.0F) in fComputeAccelCalibration10()514 det = -det; in fComputeAccelCalibration10()
1593 float det; // matrix determinant in fComputeMagCalibration7() local1704 det = 1.0F; in fComputeMagCalibration7()1708 det *= pthisMagCal->fA[l][l]; in fComputeMagCalibration7()1715 if (det < 0.0F) in fComputeMagCalibration7()1719 det = -det; in fComputeMagCalibration7()1732 f3x3matrixAeqAxScalar(pthisMagCal->fA, powf(det, -(ONETHIRD))); in fComputeMagCalibration7()1735 pthisMagCal->ftrB = sqrtf(fabsf(ftmp)) * DEFAULTB * powf(det, -(ONESIXTH)); in fComputeMagCalibration7()1756 float det; // matrix determinant in fComputeMagCalibration10() local1884 det = f3x3matrixDetA(pthisMagCal->fA); in fComputeMagCalibration10()1885 if (det < 0.0F) in fComputeMagCalibration10()[all …]
811 sc_rm_det_t det, sc_rm_rmsg_t rmsg);
653 sc_err_t sc_rm_set_memreg_iee(sc_ipc_t ipc, sc_rm_mr_t mr, sc_rm_det_t det, in sc_rm_set_memreg_iee() argument665 RPC_U8(&msg, 1U) = U8(det); in sc_rm_set_memreg_iee()