Home
last modified time | relevance | path

Searched refs:mat33Rotate (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c41 static void mat33Rotate(struct Mat33 *A, float c, float s, uint32_t k,
357 mat33Rotate(S, c, s, i, k, i, l); in mat33GetEigenbasis()
361 mat33Rotate(S, c, s, k, i, i, l); in mat33GetEigenbasis()
365 mat33Rotate(S, c, s, k, i, l, i); in mat33GetEigenbasis()
428 void mat33Rotate(struct Mat33 *A, float c, float s, uint32_t k, uint32_t l, in mat33Rotate() function