Searched refs:_copysign (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/lib/libc/gen/
H A Dldexp.c87 _copysign(double x, double y) function
111 if (k > 0x7fe) return huge*_copysign(huge,x); /* overflow */
116 return huge*_copysign(huge,x); /*overflow*/
117 else return tiny*_copysign(tiny,x); /*underflow*/
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dacconfig.h193 # define copysign _copysign
H A Dconfigure12943 echo $ac_n "checking for _copysign declaration""... $ac_c" 1>&6
12944 echo "configure:12945: checking for _copysign declaration" >&5
12963 _copysign(0, 0);
12990 for ac_func in _copysign
/openbsd-current/gnu/lib/libstdc++-v3/
H A Dconfig.h435 /* Define to 1 if you have the `_copysign' function. */
822 # define copysign _copysign

Completed in 98 milliseconds