OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unityA
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/sensorservice/
Fusion.cpp
345
vec3_t
unityA
= a * l_inv;
349
update(
unityA
, Ba, p);
/device/google/contexthub/firmware/os/algos/
fusion.c
555
struct Vec3
unityA
= *a;
556
vec3ScalarMul(&
unityA
, l_inv);
566
float cos_err = vec3Dot(&aa, &
unityA
);
581
fusionUpdate(fusion, &
unityA
, &fusion->Ba, p);
Completed in 584 milliseconds