Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_expl.c295 t = tbl[n2].lo + tbl[n2].hi; in expm1l()
298 t = SUM2P(tbl[n2].hi - 1, tbl[n2].lo * (r1 + 1) + t * q + in expm1l()
299 tbl[n2].hi * r1); in expm1l()
303 t = SUM2P(tbl[n2].hi - 2, tbl[n2].lo * (r1 + 1) + t * q + in expm1l()
304 tbl[n2].hi * r1); in expm1l()
308 t = SUM2P(tbl[n2].hi, tbl[n2].lo + t * (q + r1)); in expm1l()
312 t = SUM2P(tbl[n2].hi, tbl[n2].lo + t * (q + r1)); in expm1l()
322 t = SUM2P(tbl[n2].hi, tbl[n2].lo - twomk + t * (q + r1)); in expm1l()
324 t = SUM2P(tbl[n2].hi - twomk, tbl[n2].lo + t * (q + r1)); in expm1l()
Dk_expl.h101 } tbl[INTERVALS] = { variable
266 t = tbl[n2].lo + tbl[n2].hi; in __k_expl()
267 *hip = tbl[n2].hi; in __k_expl()
268 *lop = tbl[n2].lo + t * (q + r1); in __k_expl()
Ds_exp2l.c61 static const long double tbl[TBLSIZE] = { variable
414 t = tbl[i0]; /* exp2t[i0] */ in exp2l()
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_exp2.c50 static const double tbl[TBLSIZE * 2] = { variable
377 t = tbl[i0]; /* exp2t[i0] */ in exp2()
378 z -= tbl[i0 + 1]; /* eps[i0] */ in exp2()