Home
last modified time | relevance | path

Searched refs:exph (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/lgpl3/mpfr/dist/src/
H A Dget_ld.c168 ld.s.exph = (e + 0x3FFE) >> 8; in mpfr_get_ld()
172 ld.s.exph = ld.s.expl = 0; in mpfr_get_ld()
H A Dset_ld.c163 exp = (mpfr_exp_t) ((x.s.exph << 8) + x.s.expl); /* 15-bit unsigned int */ in mpfr_set_ld()
H A Dmpfr-impl.h819 unsigned int exph : 7; member
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dtset_ld.c454 x.s.exph = 0; in bug_20160907()