Home | History | Annotate | Download | only in complex

Lines Matching refs:fabsl

58 #define isinf(x)	(fabsl(x) == INFINITY)
151 } else if (x >= LDBL_EPSILON * fabsl(y-1)) {
178 } else if (x >= LDBL_EPSILON * fabsl(y-1)) {
200 ax = fabsl(x);
201 ay = fabsl(y);
255 ax = fabsl(x);
256 ay = fabsl(y);
269 rx = fabsl(cimagl(w));
313 return (CMPLXL(fabsl(ry), rx));
316 return (CMPLXL(fabsl(ry), copysignl(rx, cimagl(z))));
327 ax = fabsl(x);
328 ay = fabsl(y);
386 ax = fabsl(x);
387 ay = fabsl(y);