Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dlevenberg_marquardt.c13 static bool checkRelativeStepSize(const float *step, const float *state,
105 if (checkRelativeStepSize(data->step, state, state_dim, in lmSolverSolve()
185 bool checkRelativeStepSize(const float *step, const float *state, in checkRelativeStepSize() function