Home
last modified time | relevance | path

Searched defs:expo (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/mpc/src/
H A Dget_x.c79 prettify (const char *str, const mp_exp_t expo, int base, int special) in prettify()
192 mp_exp_t expo; in get_pretty_str() local
H A Datan.c194 mpfr_exp_t err, expo; in mpc_atan() local
H A Dpow.c438 mpfr_exp_t expo; in is_odd() local
/dflybsd-src/contrib/mpfr/src/
H A Disinteger.c29 mpfr_exp_t expo; in mpfr_integer_p() local
H A Dpow.c114 mpfr_exp_t expo; in is_odd() local
161 mpfr_rnd_t rnd_mode, int y_is_integer, mpfr_save_expo_t *expo) in mpfr_pow_general()
H A Dexp3.c48 mpfr_exp_t diff, expo; in mpfr_exp_rational() local
H A Datan.c42 mpfr_exp_t diff, expo; in mpfr_atan_aux() local
H A Dlngamma.c119 mpfr_exp_t expo; in unit_bit() local
H A Dmpfr-impl.h1448 #define MPFR_SMALL_INPUT_AFTER_SAVE_EXPO(y,v,err1,err2,dir,rnd,expo,extra) \ argument
/dflybsd-src/lib/libc/stdio/
H A Dxprintf_float.c84 exponent(char *p0, int expo, int fmtch) in exponent()