Home
last modified time | relevance | path

Searched defs:AKFS_ATAN2 (Results 1 – 1 of 1) sorted by relevance

/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_Math.h36 #define AKFS_ATAN2(y, x) atan2((y), (x)) macro
43 #define AKFS_ATAN2(y, x) atan2f((y), (x)) macro