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

  /device/google/contexthub/firmware/os/algos/common/math/
vec.c 64 void vecAddInPlace(float *v, const float *w, size_t dim) {
levenberg_marquardt.c 166 vecAddInPlace(tmp, gradient, state_dim);
vec.h 186 void vecAddInPlace(float *v, const float *w, size_t dim);

Completed in 3515 milliseconds