HomeSort by: relevance | last modified time | path
    Searched refs:INF (Results 1 - 16 of 16) sorted by relevancy

  /src/bin/csh/
init.c 46 #define INF 1000
50 { "@", dolet, 0, INF },
51 { "alias", doalias, 0, INF },
52 { "bg", dobg, 0, INF },
56 { "cd", dochngd, 0, INF },
57 { "chdir", dochngd, 0, INF },
60 { "dirs", dodirs, 0, INF },
61 { "echo", doecho, 0, INF },
62 { "else", doelse, 0, INF },
66 { "eval", doeval, 0, INF },
    [all...]
  /src/lib/libm/arch/m68k/
s_finite.S 44 | returns the value TRUE if -INF < x < +INF and returns FALSE otherwise.
  /src/lib/libm/arch/mc68881/
s_logb.S 45 | except that logb(0) is -INF, logb(INF) is +INF, and logb(NAN) is that NAN.
54 fabsx %fp0 | +-inf returns inf
59 flog2x %fp0 | yes, log(0) a convenient source of -inf
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
RegisterValue.h 37 INF, // Infinity
RegisterValue.cpp 27 case PredefinedValues::INF:
  /src/tests/usr.bin/printf/
printf.sh 817 expect2 inf infinity %f infinity
818 expect2 inf infinity %f Infinity
819 expect2 inf infinity %f INF
820 expect2 -inf -infinity %f -INF
821 expect2 ' inf' infinity %5f INF
822 expect2 ' inf' ' infinity' %9.4f INF
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
ieee754-sf.S 73 1: @ Look for zeroes, equal values, INF, or NAN.
269 @ Overflow: return INF.
275 @ At least one of r0/r1 is INF/NAN.
276 @ if r0 != INF/NAN: return r1 (which is INF/NAN)
277 @ if r1 != INF/NAN: return r0 (which is INF/NAN)
280 @ otherwise return r0 (which is INF or -INF)
448 @ Mask out exponents, trap any zero/denormal/INF/NAN
    [all...]
ieee754-df.S 97 @ Look for zeroes, equal values, INF, or NAN.
404 @ Overflow: return INF.
411 @ At least one of x or y is INF/NAN.
412 @ if xh-xl != INF/NAN: return yh-yl (which is INF/NAN)
413 @ if yh-yl != INF/NAN: return xh-xl (which is INF/NAN)
416 @ otherwise return xh-xl (which is INF or -INF)
507 teqne r3, #0xff000000 @ if not 0, check if INF or NA
    [all...]
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 417 set INF, 0x02 # operand type for STAG/DTAG
605 cmpi.b %d1,&INF # is operand an INF?
663 cmpi.b %d1,&INF # is operand an INF?
721 cmpi.b %d1,&INF # is operand an INF?
782 cmpi.b %d1,&INF # is operand an INF?
840 cmpi.b %d1,&INF # is operand an INF
    [all...]
fpsp.s 437 set INF, 0x02 # operand type for STAG/DTAG
1271 # source data type was an INF, NAN, DENORM, or UNNORM
1436 # or double precision denorm, inf, or nan, the operand needs to be
2538 # The packed operand is an INF or a NAN if the exponent field is all ones.
2540 cmpi.w %d0,&0x7fff # INF or NAN?
2541 beq.b iea_op_setsrc # operand is an INF or NAN
4488 short tbl_trans - tbl_trans # $01-2 fint inf
4497 short src_inf - tbl_trans # $02-2 fsinh inf
4506 short tbl_trans - tbl_trans # $03-2 fintrz inf
4515 short tbl_trans - tbl_trans # $04-2 fsqrt inf
    [all...]
pfpsp.s 437 set INF, 0x02 # operand type for STAG/DTAG
1271 # source data type was an INF, NAN, DENORM, or UNNORM
1436 # or double precision denorm, inf, or nan, the operand needs to be
2538 # The packed operand is an INF or a NAN if the exponent field is all ones.
2540 cmpi.w %d0,&0x7fff # INF or NAN?
2541 beq.b iea_op_setsrc # operand is an INF or NAN
6607 # one of: NORM, INF, QNAN, SNAN, DENORM, UNNORM, ZERO #
6664 mov.b &INF, %d0
6687 # one of: NORM, INF, QNAN, SNAN, DENORM, ZERO #
6726 mov.b &INF, %d
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
convert.d 96 // Zero, NaN, and Inf are all representable as doubles, so the
200 if (x is T.infinity || x > T.max) return FloatTraits!T.INF;
273 if (x == real.infinity) return FloatTraits!T.INF;
310 enum INF = Float(0, 255, 0);
323 enum INF = Float(0, 0x7ff, 0);
336 enum INF = Float(0x8000000000000000UL, 0x7fff, 0);
349 enum INF = Float(0, 0x7ff, 0);
362 enum INF = Float(0, 0x7fff, 0);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regcomp.c 1118 # define INF 3
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} */
  /src/external/bsd/nvi/dist/regex/
regcomp.c 1046 # define INF 3
1048 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N)
1066 case REP(0, INF): /* as x{1,}? */
1091 case REP(1, INF): /* as x+ */
1099 case REP(N, INF): /* as xx{n-1,INF} */
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/
Makefile.am 637 zip -r -X9 ${manual_epub} ${docbook_outdir}/epub/META-INF ${docbook_outdir}/epub/OEBPS
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 1972 CASE_MATHFN (INF) \
8641 /* For +-NaN or +-Inf, *exp is unspecified, but something should
8643 As glibc and newlib store *exp = 0 for +-Inf/NaN, storing
8701 /* For +-Inf, return (*arg1 = arg0, +-0). */
8763 /* NaN and Inf are encoded in the high-order double value
8787 /* NaN and Inf are encoded in the high-order double value
8959 /* NaN and Inf are encoded in the high-order double value
9011 (fabs(x) == Inf ? FP_INFINITE :
10560 /* Proceed iff we get a normal number, i.e. not NaN or Inf and no
10598 /* Proceed iff we get a normal number, i.e. not NaN or Inf and n
    [all...]

Completed in 124 milliseconds