Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c48 CHRE_ASSERT_NOT_NULL(A); in initZeroMatrix()
54 CHRE_ASSERT_NOT_NULL(A); in initDiagonalMatrix()
65 CHRE_ASSERT_NOT_NULL(A); in initMatrixColumns()
66 CHRE_ASSERT_NOT_NULL(v1); in initMatrixColumns()
67 CHRE_ASSERT_NOT_NULL(v2); in initMatrixColumns()
68 CHRE_ASSERT_NOT_NULL(v3); in initMatrixColumns()
83 CHRE_ASSERT_NOT_NULL(out); in mat33Apply()
84 CHRE_ASSERT_NOT_NULL(A); in mat33Apply()
85 CHRE_ASSERT_NOT_NULL(v); in mat33Apply()
94 CHRE_ASSERT_NOT_NULL(out); in mat33Multiply()
[all …]
Dvec.h59 CHRE_ASSERT_NOT_NULL(v); in initVec3()
67 CHRE_ASSERT_NOT_NULL(v); in vec3Add()
68 CHRE_ASSERT_NOT_NULL(w); in vec3Add()
77 CHRE_ASSERT_NOT_NULL(u); in vec3AddVecs()
78 CHRE_ASSERT_NOT_NULL(v); in vec3AddVecs()
79 CHRE_ASSERT_NOT_NULL(w); in vec3AddVecs()
87 CHRE_ASSERT_NOT_NULL(v); in vec3Sub()
88 CHRE_ASSERT_NOT_NULL(w); in vec3Sub()
97 CHRE_ASSERT_NOT_NULL(u); in vec3SubVecs()
98 CHRE_ASSERT_NOT_NULL(v); in vec3SubVecs()
[all …]
Dvec.c23 CHRE_ASSERT_NOT_NULL(outX); in findOrthogonalVector()
24 CHRE_ASSERT_NOT_NULL(outY); in findOrthogonalVector()
25 CHRE_ASSERT_NOT_NULL(outZ); in findOrthogonalVector()
56 CHRE_ASSERT_NOT_NULL(u); in vecAdd()
57 CHRE_ASSERT_NOT_NULL(v); in vecAdd()
58 CHRE_ASSERT_NOT_NULL(w); in vecAdd()
66 CHRE_ASSERT_NOT_NULL(v); in vecAddInPlace()
67 CHRE_ASSERT_NOT_NULL(w); in vecAddInPlace()
75 CHRE_ASSERT_NOT_NULL(u); in vecSub()
76 CHRE_ASSERT_NOT_NULL(v); in vecSub()
[all …]
Dlevenberg_marquardt.c34 CHRE_ASSERT_NOT_NULL(solver); in lmSolverInit()
35 CHRE_ASSERT_NOT_NULL(params); in lmSolverInit()
36 CHRE_ASSERT_NOT_NULL(func); in lmSolverInit()
44 CHRE_ASSERT_NOT_NULL(solver); in lmSolverSetData()
45 CHRE_ASSERT_NOT_NULL(data); in lmSolverSetData()
63 CHRE_ASSERT_NOT_NULL(solver); in lmSolverSolve()
64 CHRE_ASSERT_NOT_NULL(initial_state); in lmSolverSolve()
65 CHRE_ASSERT_NOT_NULL(state); in lmSolverSolve()
66 CHRE_ASSERT_NOT_NULL(solver->data); in lmSolverSolve()
219 CHRE_ASSERT_NOT_NULL(state); in computeResidualAndGradients()
[all …]
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c259 CHRE_ASSERT_NOT_NULL(over_temp_cal); in overTempCalInit()
315 CHRE_ASSERT_NOT_NULL(over_temp_cal); in overTempCalSetModel()
316 CHRE_ASSERT_NOT_NULL(offset); in overTempCalSetModel()
317 CHRE_ASSERT_NOT_NULL(temp_sensitivity); in overTempCalSetModel()
318 CHRE_ASSERT_NOT_NULL(sensor_intercept); in overTempCalSetModel()
418 CHRE_ASSERT_NOT_NULL(over_temp_cal); in overTempCalGetModel()
419 CHRE_ASSERT_NOT_NULL(offset); in overTempCalGetModel()
420 CHRE_ASSERT_NOT_NULL(offset_temp_celsius); in overTempCalGetModel()
421 CHRE_ASSERT_NOT_NULL(timestamp_nanos); in overTempCalGetModel()
422 CHRE_ASSERT_NOT_NULL(temp_sensitivity); in overTempCalGetModel()
[all …]
/device/google/contexthub/firmware/os/algos/calibration/sphere_fit/
Dsphere_fit_calibration.c49 CHRE_ASSERT_NOT_NULL(sphere_cal); in sphereFitInit()
50 CHRE_ASSERT_NOT_NULL(lm_params); in sphereFitInit()
68 CHRE_ASSERT_NOT_NULL(sphere_cal); in sphereFitReset()
83 CHRE_ASSERT_NOT_NULL(sphere_cal); in sphereFitSetSolverData()
84 CHRE_ASSERT_NOT_NULL(lm_data); in sphereFitSetSolverData()
93 CHRE_ASSERT_NOT_NULL(sphere_cal); in sphereFitRunCal()
94 CHRE_ASSERT_NOT_NULL(data); in sphereFitRunCal()
106 CHRE_ASSERT_NOT_NULL(sphere_cal); in sphereFitSetInitialBias()
114 CHRE_ASSERT_NOT_NULL(sphere_cal); in sphereFitGetLatestCal()
115 CHRE_ASSERT_NOT_NULL(cal_data); in sphereFitGetLatestCal()
[all …]
/device/google/contexthub/firmware/os/algos/calibration/diversity_checker/
Ddiversity_checker.c29 CHRE_ASSERT_NOT_NULL(diverse_data); in diversityCheckerInit()
64 CHRE_ASSERT_NOT_NULL(diverse_data); in diversityCheckerReset()
112 CHRE_ASSERT_NOT_NULL(diverse_data); in diversityCheckerUpdate()
141 CHRE_ASSERT_NOT_NULL(diverse_data); in diversityCheckerNormQuality()
/device/google/contexthub/firmware/chre/platform/
Dassert.h23 #define CHRE_ASSERT_NOT_NULL ASSERT_NOT_NULL macro
/device/google/contexthub/firmware/os/algos/calibration/sample_rate_estimator/
Dsample_rate_estimator.c35 CHRE_ASSERT_NOT_NULL(sample_rate_estimator); in sampleRateEstimatorInit()