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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/include/
H A Dmpfr.h189 #define MPFR_SIGN(x) ((x)->_mpfr_sign) macro
776 MPFR_SIGN (_x))
792 #define mpfr_set(a,b,r) mpfr_set4(a,b,r,MPFR_SIGN(b))
794 #define mpfr_copysign(a,b,c,r) mpfr_set4(a,b,r,MPFR_SIGN(c))
796 #define mpfr_signbit(x) (MPFR_SIGN(x) < 0)
895 (mpfr_int) MPFR_REGULAR_KIND * MPFR_SIGN (x) \
897 (mpfr_int) MPFR_INF_KIND * MPFR_SIGN (x) \
899 : (mpfr_int) MPFR_ZERO_KIND * MPFR_SIGN (x) )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sys-include/
H A Dmpfr.h189 #define MPFR_SIGN(x) ((x)->_mpfr_sign) macro
776 MPFR_SIGN (_x))
792 #define mpfr_set(a,b,r) mpfr_set4(a,b,r,MPFR_SIGN(b))
794 #define mpfr_copysign(a,b,c,r) mpfr_set4(a,b,r,MPFR_SIGN(c))
796 #define mpfr_signbit(x) (MPFR_SIGN(x) < 0)
895 (mpfr_int) MPFR_REGULAR_KIND * MPFR_SIGN (x) \
897 (mpfr_int) MPFR_INF_KIND * MPFR_SIGN (x) \
899 : (mpfr_int) MPFR_ZERO_KIND * MPFR_SIGN (x) )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sys-include/
H A Dmpfr.h189 #define MPFR_SIGN(x) ((x)->_mpfr_sign) macro
776 MPFR_SIGN (_x))
792 #define mpfr_set(a,b,r) mpfr_set4(a,b,r,MPFR_SIGN(b))
794 #define mpfr_copysign(a,b,c,r) mpfr_set4(a,b,r,MPFR_SIGN(c))
796 #define mpfr_signbit(x) (MPFR_SIGN(x) < 0)
895 (mpfr_int) MPFR_REGULAR_KIND * MPFR_SIGN (x) \
897 (mpfr_int) MPFR_INF_KIND * MPFR_SIGN (x) \
899 : (mpfr_int) MPFR_ZERO_KIND * MPFR_SIGN (x) )

Completed in 125 milliseconds