Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpc/dist/src/
H A Dget_x.c76 prettify (const char *str, const mpfr_exp_t expo, int base, int special) in prettify()
189 mpfr_exp_t expo; in get_pretty_str() local
H A Datan.c225 mpfr_exp_t err, expo; in mpc_atan() local
H A Dpow.c440 mpfr_exp_t expo; in is_odd() local
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Disinteger.c29 mpfr_exp_t expo; in mpfr_integer_p() local
H A Dodd_p.c31 mpfr_exp_t expo; in mpfr_odd_p() local
H A Dexp3.c48 mpfr_exp_t diff, expo; in mpfr_exp_rational() local
H A Datan.c96 mpfr_exp_t diff, expo; in mpfr_atan_aux() local
H A Dpow.c124 mpfr_rnd_t rnd_mode, int y_is_integer, mpfr_save_expo_t *expo) in mpfr_pow_general()
H A Dlngamma.c123 mpfr_exp_t expo; in unit_bit() local
H A Dmpfr-impl.h2019 #define MPFR_SMALL_INPUT_AFTER_SAVE_EXPO(y,v,err1,err2,dir,rnd,expo,extra) \ argument
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dlibf7.h132 int16_t expo; member
336 bool f7_store_expo (f7_t *cc, int16_t expo) in f7_store_expo()
493 f7_t* f7_set_1pow2 (f7_t *cc, int16_t expo, bool sign) in f7_set_1pow2()
526 f7_t* f7_init (f7_t *cc, uint8_t flags, uint64_t mant, int16_t expo) in f7_init()
H A Dlibf7.c144 f7_t* f7_init_impl (uint64_t mant, uint8_t flags, f7_t *cc, int16_t expo) in f7_init_impl()
535 void f7_frexp (f7_t *cc, const f7_t *aa, int *expo) in f7_frexp()
697 bool f7_abscmp_msb_ge (const f7_t *aa, uint8_t msb, int16_t expo) in f7_abscmp_msb_ge()
838 int16_t expo = add_ssat16 (aa->expo, bb->expo); in ALIAS() local
1057 int16_t expo = add_ssat16 (delta, aa->expo); in f7_ldexp() local
1338 int16_t expo = sub_ssat16 (aa->expo, bb->expo); in f7_divx() local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dlibf7.h132 int16_t expo; member
336 bool f7_store_expo (f7_t *cc, int16_t expo) in f7_store_expo()
493 f7_t* f7_set_1pow2 (f7_t *cc, int16_t expo, bool sign) in f7_set_1pow2()
526 f7_t* f7_init (f7_t *cc, uint8_t flags, uint64_t mant, int16_t expo) in f7_init()
H A Dlibf7.c144 f7_t* f7_init_impl (uint64_t mant, uint8_t flags, f7_t *cc, int16_t expo) in f7_init_impl()
535 void f7_frexp (f7_t *cc, const f7_t *aa, int *expo) in f7_frexp()
697 bool f7_abscmp_msb_ge (const f7_t *aa, uint8_t msb, int16_t expo) in f7_abscmp_msb_ge()
838 int16_t expo = add_ssat16 (aa->expo, bb->expo); in ALIAS() local
1057 int16_t expo = add_ssat16 (delta, aa->expo); in f7_ldexp() local
1338 int16_t expo = sub_ssat16 (aa->expo, bb->expo); in f7_divx() local
/netbsd-src/sys/compat/linux/arch/i386/
H A Dlinux_machdep.h44 uint16_t expo; member
49 uint16_t expo; member
/netbsd-src/lib/libc/gen/
H A Drandomid.c185 pmod(u_int32_t gen, u_int32_t expo, u_int32_t mod) in pmod()
/netbsd-src/external/mit/lua/dist/src/
H A Dllex.c238 const char *expo = "Ee"; in read_numeral() local
/netbsd-src/bin/ksh/
H A Dshf.c886 int expo, decpt; local
/netbsd-src/external/bsd/bc/dist/
H A Dnumber.c1144 bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale) in bc_raisemod()
/netbsd-src/lib/libc/stdio/
H A Dvfwprintf.c1948 exponent(CHAR_T *p0, int expo, int fmtch) in exponent()