Searched refs:INFINITY (Results 51 - 57 of 57) sorted by relevance

123

/barrelfish-master/lib/libc/tests/stdio/
H A Dprintfloat_test.c309 testfmt("inf", "%La", (long double)INFINITY);
310 testfmt("+INF", "%+A", INFINITY);
/barrelfish-master/lib/msun/src/
H A Dmath.h58 #define INFINITY __builtin_inff() macro
63 #define INFINITY HUGE_VALF macro
H A Dcatrig.c37 #define isinf(x) (fabs(x) == INFINITY)
373 return (CMPLX(y + y, -INFINITY));
H A Dcatrigf.c51 #define isinf(x) (fabsf(x) == INFINITY)
217 return (CMPLXF(y + y, -INFINITY));
/barrelfish-master/include/
H A Dmath.h58 #define INFINITY __builtin_inff() macro
63 #define INFINITY HUGE_VALF macro
/barrelfish-master/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregcomp.c358 count2 = INFINITY;
536 count2 = INFINITY;
914 int to; /* to this number of times (maybe INFINITY) */
920 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N)
/barrelfish-master/lib/libc/regex/
H A Dregcomp.c491 count2 = INFINITY;
673 count2 = INFINITY;
1036 int to) /* to this number of times (maybe INFINITY) */
1042 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N)

Completed in 106 milliseconds

123