HomeSort by relevance Sort by last modified time
    Searched refs:vecMaxAbsoluteValue (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/algos/common/math/
vec.c 122 float vecMaxAbsoluteValue(const float *v, size_t dim) {
levenberg_marquardt.c 235 return (vecMaxAbsoluteValue(gradient, state_dim) < gradient_threshold);
vec.h 210 float vecMaxAbsoluteValue(const float *v, size_t dim);

Completed in 490 milliseconds