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/os/algos/common/math/
mat.h
86
void
mat33ScalarMul
(struct Mat33 *A, float c);
mat.c
115
void
mat33ScalarMul
(struct Mat33 *A, float c) {
/device/google/contexthub/firmware/os/algos/
fusion.c
323
mat33ScalarMul
(&tmp, k1 * ilwe);
329
mat33ScalarMul
(&tmp, k0);
334
mat33ScalarMul
(&tmp, k0);
340
mat33ScalarMul
(&tmp, ilwe * ilwe * ilwe * (lwedT - k1));
Completed in 647 milliseconds