Home
last modified time | relevance | path

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

/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_Direction.c58 const AKFVEC* hvec, in AKFS_Azimuth() argument
76 Yh = -(hvec->u.x)*cosR + (hvec->u.z)*sinR; in AKFS_Azimuth()
77 Xh = (hvec->u.x)*sinP*sinR + (hvec->u.y)*cosP + (hvec->u.z)*sinP*cosR; in AKFS_Azimuth()
85 const AKFVEC hvec[], in AKFS_Direction() argument
109 if (AKFS_VbAve(nhvec, hvec, hnave, &have) != AKFS_SUCCESS) { in AKFS_Direction()
DAKFS_Direction.h28 const AKFVEC hvec[],