OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mat33Rotate
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/inc/algos/
mat.h
88
void
mat33Rotate
(struct Mat33 *A, float c, float s, uint32_t k, uint32_t l, uint32_t i, uint32_t j);
/device/google/contexthub/firmware/src/algos/
mat.c
395
mat33Rotate
(S, c, s, i, k, i, l);
399
mat33Rotate
(S, c, s, k, i, i, l);
403
mat33Rotate
(S, c, s, k, i, l, i);
466
void
mat33Rotate
(struct Mat33 *A, float c, float s, uint32_t k, uint32_t l, uint32_t i, uint32_t j)
Completed in 34 milliseconds