Searched defs:copysign (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_copysign.c26 copysign(double x, double y) function
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcopysign.c135 copysign (double x, double y) function
147 copysign (double x, double y) function
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcopysign.c135 copysign (double x, double y) function
147 copysign (double x, double y) function
/freebsd-11-stable/include/
H A Dtgmath.h166 #define copysign(x, y) __tg_simple2(x, y, copysign) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h617 #undef copysign macro
618 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
H A D__clang_cuda_device_functions.h1510 __DEVICE__ double copysign(double __a, double __b) { function
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h836 # define copysign _copysign macro

Completed in 109 milliseconds