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

/freebsd-9.3-release/lib/msun/i387/
H A Ds_copysign.S39 ENTRY(copysign) function
/freebsd-9.3-release/lib/msun/src/
H A Ds_copysign.c26 copysign(double x, double y) function
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dcopysign.c135 copysign (double x, double y) function
147 copysign (double x, double y) function
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dcopysign.c135 copysign (double x, double y) function
147 copysign (double x, double y) function
/freebsd-9.3-release/include/
H A Dtgmath.h165 #define copysign(x, y) __tg_simple2(x, y, copysign) macro
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
/freebsd-9.3-release/gnu/lib/libstdc++/
H A Dconfig.h836 # define copysign _copysign macro
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h171 copysign, enumerator in enum:llvm::LibFunc::Func

Completed in 89 milliseconds