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.h95 return RT(scalbn) (d, -p->ulpexp) + e; in RT()
153 p->ulpexp = RT(ulpscale) (p->y); in T()
155 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in T()
157 p->tail = RT(lscalbn) (yl - p->y, -p->ulpexp); in T()
179 p->ulpexp = RT(ulpscale) (p->y); in T()
181 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in T()
183 p->tail = RT(lscalbn) (yl - p->y, -p->ulpexp); in T()
236 p->ulpexp = RT(ulpscale_mpfr) (my, t); in T()
253 mpfr_mul_2si (me, me, -p->ulpexp, MPFR_RNDN); in T()
H A Dulp.c137 int ulpexp; member
146 int ulpexp; member