Searched defs:T2 (Results 1 - 1 of 1) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_expl.c106 * Our T1 and T2 are chosen to be approximately the points where method
107 * A and method B have the same accuracy. Tang's T1 and T2 are the
115 * Split the interval [T1, T2] into two intervals [T1, T3] and [T3, T2].
128 T2 = 0.1659, /* ~30.625/128 * log(2) */ variable
235 if (T1 < x && x < T2) {

Completed in 141 milliseconds