OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cosR
(Results
1 - 2
of
2
) sorted by null
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Direction.c
67
AKFLOAT
cosR
; /* cos value of roll angle */
74
cosR
= AKFS_COS(roll);
76
Yh = -(hvec->u.x)*
cosR
+ (hvec->u.z)*sinR;
77
Xh = (hvec->u.x)*sinP*sinR + (hvec->u.y)*cosP + (hvec->u.z)*sinP*
cosR
;
/external/opencv/cvaux/src/
cvvecfacetracking.cpp
[
all
...]
Completed in 61 milliseconds