OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:magsqr
(Results
1 - 1
of
1
) sorted by null
/hardware/invensense/60xx/mlsdk/mllite/
mlsupervisor.c
113
float
magSqr
= 0;
140
magSqr
=
143
xTransY[0] += (-2 * inpData[0]) *
magSqr
;
144
xTransY[1] += (-2 * inpData[1]) *
magSqr
;
145
xTransY[2] += (-2 * inpData[2]) *
magSqr
;
146
xTransY[3] +=
magSqr
;
Completed in 164 milliseconds