Searched refs:copysign (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dsignbitd.c46 return copysign (1.0, arg) < 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_emu.h161 #define copysign(a,b) { if (getsign(a)) signbyte(b) |= 0x80; \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/
H A Dconfigure30958 { $as_echo "$as_me:$LINENO: checking whether copysign is declared" >&5
30959 $as_echo_n "checking whether copysign is declared... " >&6; }
30974 #ifndef copysign
30975 (void) copysign;
31029 { $as_echo "$as_me:$LINENO: checking whether copysign can be used without linking with libm" >&5
31030 $as_echo_n "checking whether copysign can be used without linking with libm... " >&6; }
31046 return copysign (x, y) < 0;
[all...]

Completed in 144 milliseconds