Home
last modified time | relevance | path

Searched defs:copysign (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dcopysign.h28 _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 Ds_copysign.c22 copysign(double x, double y) in copysign() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h436 void copysign(const KnownFPClass &Sign) { in copysign() function
/freebsd/include/
H A Dtgmath.h166 #define copysign(x, y) __tg_simple2(x, y, copysign) macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h618 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro