HomeSort by relevance Sort by last modified time
    Searched refs:AKFS_ATAN2 (Results 1 - 2 of 2) sorted by null

  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Math.h 36 #define AKFS_ATAN2(y, x) atan2((y), (x))
43 #define AKFS_ATAN2(y, x) atan2f((y), (x))
AKFS_Direction.c 80 *azimuth = AKFS_ATAN2(Yh, Xh);

Completed in 131 milliseconds