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.c291 t = tbl[n2].lo + tbl[n2].hi; in expm1l()
294 t = SUM2P(tbl[n2].hi - 1, tbl[n2].lo * (r1 + 1) + t * q + in expm1l()
295 tbl[n2].hi * r1); in expm1l()
299 t = SUM2P(tbl[n2].hi - 2, tbl[n2].lo * (r1 + 1) + t * q + in expm1l()
300 tbl[n2].hi * r1); in expm1l()
304 t = SUM2P(tbl[n2].hi, tbl[n2].lo + t * (q + r1)); in expm1l()
308 t = SUM2P(tbl[n2].hi, tbl[n2].lo + t * (q + r1)); in expm1l()
318 t = SUM2P(tbl[n2].hi, tbl[n2].lo - twomk + t * (q + r1)); in expm1l()
320 t = SUM2P(tbl[n2].hi - twomk, tbl[n2].lo + t * (q + r1)); in expm1l()
Dk_expl.h103 } tbl[INTERVALS] = { variable
260 t = tbl[n2].lo + tbl[n2].hi; in __k_expl()
261 *hip = tbl[n2].hi; in __k_expl()
262 *lop = tbl[n2].lo + t * (q + r1); in __k_expl()
Ds_exp2l.c63 static const long double tbl[TBLSIZE] = { variable
416 t = tbl[i0]; /* exp2t[i0] */ in exp2l()
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_exp2.c52 static const double tbl[TBLSIZE * 2] = { variable
379 t = tbl[i0]; /* exp2t[i0] */ in exp2()
380 z -= tbl[i0 + 1]; /* eps[i0] */ in exp2()