OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initZeroMatrix
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/algos/common/math/
mat.h
61
void
initZeroMatrix
(struct Mat33 *A);
mat.c
46
void
initZeroMatrix
(struct Mat33 *A) {
54
initZeroMatrix
(A);
/device/google/contexthub/firmware/os/algos/
fusion.c
222
initZeroMatrix
(&fusion->P[0][0]);
223
initZeroMatrix
(&fusion->P[0][1]);
224
initZeroMatrix
(&fusion->P[1][0]);
225
initZeroMatrix
(&fusion->P[1][1]);
251
initZeroMatrix
(&fusion->P[0][0]);
252
initZeroMatrix
(&fusion->P[0][1]);
253
initZeroMatrix
(&fusion->P[1][0]);
254
initZeroMatrix
(&fusion->P[1][1]);
Completed in 123 milliseconds