Searched defs:copysign (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__math/ |
H A D | copysign.h | 28 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float copysign(float __x, float __y) _NOEXCEPT { in copysign() function 32 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double copysign(long double __x, long double __… in copysign() function 37 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type copysign(_A1 __x,… in copysign() function
|
/freebsd/lib/msun/src/ |
H A D | s_copysign.c | 22 copysign(double x, double y) in copysign() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 436 void copysign(const KnownFPClass &Sign) { in copysign() function
|
/freebsd/include/ |
H A D | tgmath.h | 166 #define copysign(x, y) __tg_simple2(x, y, copysign) macro
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 618 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
|