Lines Matching refs:ax
45 double_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clog() local
54 ax = fabs(x); in clog()
56 if (ax < ay) { in clog()
57 t = ax; in clog()
58 ax = ay; in clog()
62 GET_HIGH_WORD(hax, ax); in clog()
72 if (ax == 1) { in clog()
80 return (CMPLX(log(ax), v)); in clog()
99 t = (double)(ax * (0x1p27 + 1)); in clog()
100 axh = (double)(ax - t) + t; in clog()
101 axl = ax - axh; in clog()
102 ax2h = ax * ax; in clog()