OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:K0L
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/sensorservice/
Fusion.cpp
522
const mat33_t
K0L
(K[0] * L);
524
P[0][0] -=
K0L
*P[0][0];
526
P[1][0] -=
K0L
*P[1][0];
/device/google/contexthub/firmware/os/algos/
fusion.c
459
struct Mat33
K0L
;
460
mat33Multiply(&
K0L
, &K[0], &L);
466
mat33Multiply(&tmp, &
K0L
, &fusion->P[0][0]);
472
mat33Multiply(&tmp, &
K0L
, &fusion->P[0][1]);
Completed in 444 milliseconds