Home
last modified time | relevance | path

Searched defs:uexp (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpf/
H A Dcmp_ui.c38 mp_exp_t uexp; in mpf_cmp_ui() local
H A Dcmp_si.c39 mp_exp_t uexp; in mpf_cmp_si() local
H A Dsqrt.c68 mp_exp_t uexp, expodd; in mpf_sqrt() local
H A Ddiv_2exp.c84 mp_exp_t uexp = u->_mp_exp; in mpf_div_2exp() local
H A Dmul_2exp.c78 mp_exp_t uexp = u->_mp_exp; in mpf_mul_2exp() local
H A Dadd_ui.c40 mp_exp_t uexp = u->_mp_exp; in mpf_add_ui() local
H A Dcmp.c38 mp_exp_t uexp, vexp; in mpf_cmp() local
H A Deq.c40 mp_exp_t uexp, vexp; in mpf_eq() local
H A Dadd.c40 mp_exp_t uexp; in mpf_add() local
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Deq.c33 mpfr_exp_t uexp, vexp; in mpfr_eq() local
H A Dset_z_2exp.c35 mpfr_uexp_t uexp; in mpfr_set_z_2exp() local
H A Dfpif.c298 mpfr_uexp_t uexp; in mpfr_fpif_store_exponent() local
379 mpfr_uexp_t uexp; in mpfr_fpif_read_exponent_from_file() local
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dget_d.c380 unsigned long uexp; in mpn_get_d() local
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/
H A DdecCommon.c502 uInt uexp=(uInt)(num->exponent+DECBIAS); /* biased exponent */ in decFinalize() local
597 uInt uexp=(uInt)(exp+DECBIAS); /* biased exponent */ in decFloatFromBCD() local
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/
H A DdecCommon.c502 uInt uexp=(uInt)(num->exponent+DECBIAS); /* biased exponent */ in decFinalize() local
597 uInt uexp=(uInt)(exp+DECBIAS); /* biased exponent */ in decFloatFromBCD() local
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecCommon.c502 uInt uexp=(uInt)(num->exponent+DECBIAS); /* biased exponent */ in decFinalize() local
597 uInt uexp=(uInt)(exp+DECBIAS); /* biased exponent */ in decFloatFromBCD() local
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecCommon.c502 uInt uexp=(uInt)(num->exponent+DECBIAS); /* biased exponent */ in decFinalize() local
597 uInt uexp=(uInt)(exp+DECBIAS); /* biased exponent */ in decFloatFromBCD() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreal.h54 unsigned int uexp : EXP_BITS; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreal.h54 unsigned int uexp : EXP_BITS; member
/netbsd-src/games/hack/
H A Dhack.h172 long int ugold,ugold0,uexp,urexp; member