Searched refs:INF (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dsh.init.c40 #define INF INT_MAX macro
43 { ":", dozip, 0, INF },
44 { "@", dolet, 0, INF },
45 { "alias", doalias, 0, INF },
48 { "att", doatt, 0, INF },
50 { "bg", dobg, 0, INF },
55 { "bs2cmd", dobs2cmd, 1, INF },
62 { "cd", dochngd, 0, INF },
63 { "chdir", dochngd, 0, INF },
64 { "complete", docomplete, 0, INF },
[all...]
H A Dtc.printf.c41 #define INF INT_MAX /* should be bigger than any field to print */ macro
67 int flush_left = 0, f_width = 0, prec = INF, hash = 0;
345 flush_left = 0, f_width = 0, prec = INF, hash = 0;
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S72 1: @ Look for zeroes, equal values, INF, or NAN.
242 @ Overflow: return INF.
248 @ At least one of r0/r1 is INF/NAN.
249 @ if r0 != INF/NAN: return r1 (which is INF/NAN)
250 @ if r1 != INF/NAN: return r0 (which is INF/NAN)
253 @ otherwise return r0 (which is INF or -INF)
408 @ Mask out exponents, trap any zero/denormal/INF/NA
[all...]
H A Dieee754-df.S93 @ Look for zeroes, equal values, INF, or NAN.
353 @ Overflow: return INF.
360 @ At least one of x or y is INF/NAN.
361 @ if xh-xl != INF/NAN: return yh-yl (which is INF/NAN)
362 @ if yh-yl != INF/NAN: return xh-xl (which is INF/NAN)
365 @ otherwise return xh-xl (which is INF or -INF)
431 teqne r3, #0xff000000 @ if not 0, check if INF o
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1118 # define INF 3 macro
1120 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N)
1134 case REP(0, INF): /* as x{1,}? */
1159 case REP(1, INF): /* as x+ */
1167 case REP(N, INF): /* as xx{n-1,INF} */
/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.c1010 # define INF 3 macro
1012 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N)
1030 case REP(0, INF): /* as x{1,}? */
1055 case REP(1, INF): /* as x+ */
1063 case REP(N, INF): /* as xx{n-1,INF} */
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c1182 # define INF 3 macro
1184 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N)
1198 case REP(0, INF): /* as x{1,}? */
1223 case REP(1, INF): /* as x+ */
1231 case REP(N, INF): /* as xx{n-1,INF} */
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c60 #define INF 0x7FFFFFFF macro
1443 adj_list[i].distance = INF;

Completed in 131 milliseconds