Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/test/
H A Dulp.h86 return RT(scalbn) (d, -p->ulpexp) + e;
140 p->ulpexp = RT(ulpscale) (p->y); in call_long_fenv()
142 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in call_long_fenv()
144 p->tail = RT(lscalbn) (yl - p->y, -p->ulpexp); in call_long_fenv()
162 p->ulpexp = RT(ulpscale) (p->y); in call_long_nofenv()
164 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in call_long_nofenv()
166 p->tail = RT(lscalbn) (yl - p->y, -p->ulpexp); in call_long_nofenv()
219 p->ulpexp = RT(ulpscale_mpfr) (my, t); in call_mpfr_fix()
236 mpfr_mul_2si (me, me, -p->ulpexp, MPFR_RNDN); in call_mpfr_fix()
H A Dulp.c136 /* result = y + tail*2^ulpexp. */
141 int ulpexp; member
150 int ulpexp; member
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c4521 mpd_ssize_t ulpexp; in mpd_qexp() local
4541 ulpexp = result->exp + result->digits - workctx.prec; in mpd_qexp()
4544 ulpexp = result->exp; in mpd_qexp()
4546 _ssettriple(&ulp, MPD_POS, 1, ulpexp); in mpd_qexp()

Completed in 15 milliseconds