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

  /external/clang/lib/Headers/
tgmath.h 614 __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), \
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 614 __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 20 milliseconds