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

/freebsd-13-stable/lib/msun/src/
H A Ds_copysign.c26 copysign(double x, double y) function
/freebsd-13-stable/include/
H A Dtgmath.h168 #define copysign(x, y) __tg_simple2(x, y, copysign) macro
/freebsd-13-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_math.h76 __DEVICE__ double copysign(double __a, double __b) { function
H A D__clang_hip_math.h577 inline double copysign(double __x, double __y) { function

Completed in 81 milliseconds