Searched refs:INFINITY (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dfloatformat.c43 #ifndef INFINITY
45 #define INFINITY HUGE_VAL macro
47 #define INFINITY (1.0 / 0.0) macro
344 INFINITY macro below may generate a warning that can not be
353 dto = INFINITY;
627 ieee_test (- INFINITY);
629 ieee_test (INFINITY);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dfloatformat.c43 #ifndef INFINITY
45 #define INFINITY HUGE_VAL macro
47 #define INFINITY (1.0 / 0.0) macro
344 INFINITY macro below may generate a warning that can not be
353 dto = INFINITY;
627 ieee_test (- INFINITY);
629 ieee_test (INFINITY);
/freebsd-9.3-release/lib/msun/src/
H A Ds_fma.c227 return (nextafter(z, -INFINITY));
230 return (nextafter(z, INFINITY));
H A Dmath.h58 #define INFINITY __builtin_inff() macro
63 #define INFINITY HUGE_VALF macro
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dlex.l114 MINUS-INFINITY { return kw_MINUS_INFINITY; }
124 PLUS-INFINITY { return kw_PLUS_INFINITY; }
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_altq.c907 gsc_add_seg(gsc, (double)sc->d, 0.0, INFINITY, (double)sc->m2); local
931 * gsc has a dummy entry at the end with x = INFINITY.
934 end = gsc_getentry(gsc, INFINITY);
991 if (x == INFINITY || s == NULL)
993 else if (s->x == INFINITY)
994 new->d = INFINITY;
1007 if (x == INFINITY) {
1008 prev->d = INFINITY;
1012 new->y = INFINITY;
1030 if (d == INFINITY)
[all...]
/freebsd-9.3-release/tools/regression/lib/libc/stdio/
H A Dtest-printfloat.c247 testfmt("inf", "%La", (long double)INFINITY);
248 testfmt("+INF", "%+A", INFINITY);
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-lrint.c84 testall(INFINITY, IGNORE, FE_INVALID);
H A Dtest-lround.c75 testall(INFINITY, IGNORE, FE_INVALID);
/freebsd-9.3-release/contrib/gcc/
H A Dlibgcc2.c1801 #define INFINITY CONCAT2(__builtin_inf, CEXT) ()
1809 extern void *compile_type_assert[sizeof(INFINITY) == sizeof(MTYPE) ? 1 : -1];
1876 x = INFINITY * (a * c - b * d);
1877 y = INFINITY * (a * d + b * c);
1918 x = COPYSIGN (INFINITY, c) * a;
1919 y = COPYSIGN (INFINITY, c) * b;
1925 x = INFINITY * (a * c + b * d);
1926 y = INFINITY * (b * c - a * d);
1773 #define INFINITY macro
/freebsd-9.3-release/usr.sbin/rrenumd/
H A Dparser.y101 %token <num> DAYS HOURS MINUTES SECONDS INFINITY
590 | INFINITY
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dregcomp.c145 #define INFINITY (DUPMAX + 1) macro
449 count2 = INFINITY;
620 count2 = INFINITY;
978 int to) /* to this number of times (maybe INFINITY) */
984 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N)
/freebsd-9.3-release/usr.bin/lex/
H A Dnfa.c545 * if "ub" is INFINITY then "new" matches "lb" or more occurrences of "mach"
555 if ( ub == INFINITY )
H A Dflexdef.h196 #define INFINITY -1 /* for x{5,} constructions */ macro
H A Dparse.y593 $$ = mkrep( $1, $3, INFINITY );
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsnprintf.c196 #include <math.h> /* For pow(3), NAN, and INFINITY. */
1811 #ifdef INFINITY
1812 INFINITY,
1813 -INFINITY,
1814 #endif /* defined(INFINITY) */
/freebsd-9.3-release/lib/libc/regex/
H A Dregcomp.c465 count2 = INFINITY;
641 count2 = INFINITY;
1004 int to) /* to this number of times (maybe INFINITY) */
1010 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N)

Completed in 112 milliseconds

12