OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mat33ScalarMul
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/algos/
mat.h
57
void
mat33ScalarMul
(struct Mat33 *A, float c);
/device/google/contexthub/firmware/src/algos/
fusion.c
324
mat33ScalarMul
(&tmp, k1 * ilwe);
330
mat33ScalarMul
(&tmp, k0);
335
mat33ScalarMul
(&tmp, k0);
341
mat33ScalarMul
(&tmp, ilwe * ilwe * ilwe * (lwedT - k1));
mat.c
89
void
mat33ScalarMul
(struct Mat33 *A, float c)
Completed in 312 milliseconds