/external/clang/lib/Headers/ |
tgmath.h | 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} function 566 __tg_atan2(double __x, double __y) {return atan2(__x, __y);} function 570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);} function 573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \
|
/prebuilts/sdk/renderscript/clang-include/ |
tgmath.h | 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} function 566 __tg_atan2(double __x, double __y) {return atan2(__x, __y);} function 570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);} function 573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \
|