Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/msun/ld128/
Ds_expl.c90 t = SUM2P(hi, lo); in expl()
296 t = SUM2P(tbl[n2].hi - 1, tbl[n2].lo * (r1 + 1) + t * q + in expm1l()
301 t = SUM2P(tbl[n2].hi - 2, tbl[n2].lo * (r1 + 1) + t * q + in expm1l()
306 t = SUM2P(tbl[n2].hi, tbl[n2].lo + t * (q + r1)); in expm1l()
310 t = SUM2P(tbl[n2].hi, tbl[n2].lo + t * (q + r1)); in expm1l()
320 t = SUM2P(tbl[n2].hi, tbl[n2].lo - twomk + t * (q + r1)); in expm1l()
322 t = SUM2P(tbl[n2].hi - twomk, tbl[n2].lo + t * (q + r1)); in expm1l()
/third_party/FreeBSD/lib/msun/src/
Dmath_private.h822 #define SUM2P(x, y) ({ \ macro