Lines Matching defs:ax
71 long double ax, hi, lo, odd, t;
78 INSERT_LDBL80_WORDS(ax, ix, lx);
95 t = __kernel_tanpil(ax);
96 } else if (ax == 0.5)
99 t = -__kernel_tanpil(1 - ax);
104 FFLOORL80(x, j0, ix, lx); /* Integer part of ax. */
106 ax -= x;
107 EXTRACT_LDBL80_WORDS(ix, lx, ax);
110 t = ix == 0 ? copysignl(0, odd) : __kernel_tanpil(ax);
111 else if (ax == 0.5L)
114 t = -__kernel_tanpil(1 - ax);