Home
last modified time | relevance | path

Searched refs:ulpexp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.h99 return RT(scalbn) (d, -p->ulpexp) + e; in RT()
159 p->ulpexp = RT(ulpscale) (p->y); in T()
161 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in T()
163 p->tail = RT(lscalbn) (yl - p->y, -p->ulpexp); in T()
185 p->ulpexp = RT(ulpscale) (p->y); in T()
187 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in T()
189 p->tail = RT(lscalbn) (yl - p->y, -p->ulpexp); in T()
242 p->ulpexp = RT(ulpscale_mpfr) (my, t); in T()
259 mpfr_mul_2si (me, me, -p->ulpexp, MPFR_RNDN); in T()
H A Dulp.c108 int ulpexp; member
117 int ulpexp; member