Home
last modified time | relevance | path

Searched refs:vecNorm (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/os/algos/common/math/
Dvec.c100 float vecNorm(const float *v, size_t dim) { in vecNorm() function
Dvec.h201 float vecNorm(const float *v, size_t dim);
Dlevenberg_marquardt.c185 (vecNorm(state, dim) + relative_error_threshold); in checkRelativeStepSize()
/device/google/contexthub/firmware/os/algos/calibration/diversity_checker/
Ddiversity_checker.c163 norm_results = vecNorm(vec_bias_removed, THREE_AXIS_DATA_DIM); in diversityCheckerNormQuality()
/device/google/contexthub/firmware/os/algos/calibration/sphere_fit/
Dsphere_fit_calibration.c177 const float norm = vecNorm(x_corr, THREE_AXIS_DIM); in sphereFitResidAndJacobianFunc()