Searched refs:__tg_copysign (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Headers/
H A Dtgmath.h614 __tg_copysign(float __x, float __y) {return copysignf(__x, __y);} function
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);} function
622 __tg_copysign(long double __x, long double __y) {return copysignl(__x, __y);} function
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \

Completed in 1934 milliseconds