HomeSort by: relevance | last modified time | path
    Searched refs:INF (Results 1 - 8 of 8) 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/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/usr.bin/make/unit-tests/
cond-cmp-numeric.mk 12 # Even if strtod(3) parses "INF" as +Infinity, make does not accept this
14 # expect+1: Comparison with ">" requires both operands "INF" and "1e100" to be numeric
  /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...]
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...]
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...]

Completed in 100 milliseconds