Lines Matching defs:t
71 long double t, y, z;80 t = fabsl(x);82 if (t <= threshold) {83 if (t > one)84 z = one - two / (expm1l(t + t) + two);85 else if (t > small) {86 y = expm1l(-t - t);90 dummy = t + big;91 /* inexact if t != 0 */95 } else if (!finitel(t))