Searched defs:copysign (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/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 __y) _NOEXCEPT { in copysign() function 38 copysign(_A1 __x, _A2 __y) _NOEXCEPT { copysign() function
|
/freebsd-src/lib/msun/src/ |
H A D | s_copysign.c | 22 copysign(double x, double y) in copysign() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 370 void copysign(const KnownFPClass &Sign) { copysign() function
|
/freebsd-src/include/ |
H A D | tgmath.h | 166 #define copysign(x, y) __tg_simple2(x, y, copysign) macro
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math.h | 76 __DEVICE__ double copysign(double __a, double __b) { in copysign() function
|
H A D | tgmath.h | 618 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
|