Home | History | Annotate | Download | only in ld80

Lines Matching defs:ax

50 	long double ax, hi, lo, s;
57 INSERT_LDBL80_WORDS(ax, ix, lx);
74 s = __kernel_sinpil(ax);
79 s = __kernel_cospil(0.5 - ax);
81 s = __kernel_cospil(ax - 0.5);
83 s = __kernel_sinpil(1 - ax);
88 FFLOORL80(x, j0, ix, lx); /* Integer part of ax. */
89 ax -= x;
90 EXTRACT_LDBL80_WORDS(ix, lx, ax);
97 s = __kernel_sinpil(ax);
99 s = __kernel_cospil(0.5 - ax);
103 s = __kernel_cospil(ax - 0.5);
105 s = __kernel_sinpil(1 - ax);