Searched refs:INFINITY (Results 1 - 25 of 27) sorted by relevance

12

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_cprojf.c34 __real__ res = INFINITY;
H A Ds_cprojl.c34 __real__ res = INFINITY;
H A Ds_cproj.c34 __real__ res = INFINITY;
/haiku/src/system/libroot/posix/musl/math/
H A Dexp2f.c43 if (asuint(x) == asuint(-INFINITY))
45 if (abstop >= top12(INFINITY))
H A Dexpf.c43 if (asuint(x) == asuint(-INFINITY))
45 if (abstop >= top12(INFINITY))
H A Dlog10l.c130 if (x == INFINITY)
131 return INFINITY;
H A Dpowl.c64 * pow overflow x**y > MAXNUM INFINITY
223 return INFINITY;
230 if (x != 0.0 || y == -INFINITY)
231 return INFINITY;
235 return INFINITY;
259 return -INFINITY;
260 return INFINITY;
H A Dexp2.c83 if (asuint64(x) == asuint64(-INFINITY))
85 if (abstop >= top12(INFINITY))
H A Dfmal.c91 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo);
123 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo);
222 return (nextafterl(z, -INFINITY));
227 return (nextafterl(z, INFINITY));
H A Dexp.c85 if (asuint64(x) == asuint64(-INFINITY))
87 if (abstop >= top12(INFINITY))
H A Dlog1pl.c111 if (xm1 == INFINITY)
H A Dlog2l.c116 if (x == INFINITY)
H A Dlogl.c115 if (x == INFINITY)
H A Dpow.c252 return 2 * i - 1 >= 2 * asuint64(INFINITY) - 1;
276 if (2 * ix > 2 * asuint64(INFINITY) ||
277 2 * iy > 2 * asuint64(INFINITY))
H A Dlog.c67 if (ix == asuint64(INFINITY)) /* log(inf) == inf. */
H A Dlog2.c70 if (ix == asuint64(INFINITY)) /* log(inf) == inf. */
H A Dtgamma.c119 return x + INFINITY;
H A Dtgammal.c210 return x + INFINITY;
/haiku/src/servers/app/
H A DWindowList.cpp14 const BPoint kInvalidWindowPosition = BPoint(INFINITY, INFINITY);
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_dac.c347 float error, error_best = INFINITY;
467 float error, error_best = INFINITY;
628 float error, error_best = INFINITY;
762 float error, error_best = INFINITY;
972 float error, error_best = INFINITY;
H A Dmga_maven.c572 float error, error_best = INFINITY;
H A Dmga_maventv.c35 float diff, diff_smallest = INFINITY;
/haiku/headers/posix/
H A Dmath.h51 # define INFINITY __builtin_inff() macro
68 # define INFINITY HUGE_VALF macro
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_dac.c333 float error, error_best = INFINITY;
493 float error, error_best = INFINITY;
H A Dnv_dac2.c290 float error, error_best = INFINITY;

Completed in 81 milliseconds

12