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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_add_impl.inc 23 // Detect if a or b is zero, infinity, or NaN.
32 // +/-infinity + -/+infinity = qNaN
34 // +/-infinity + anything remaining = +/- infinity
38 // anything remaining + +/-infinity = +/-infinity
117 // If we have overflowed the type, return +/- infinity:
139 // Final rounding. The result may overflow to infinity, but that is the
fp_mul_impl.inc 26 // Detect if a or b is zero, denormal, infinity, or NaN.
38 // infinity * non-zero = +/- infinity
40 // infinity * zero = NaN
45 //? non-zero * infinity = +/- infinity
47 // zero * infinity = NaN
84 // If we have overflowed the type, return +/- infinity.
110 // Final rounding. The final result may overflow to infinity, or underflow
fp_extend_impl.inc 80 // a is NaN or infinity.
81 // Conjure the result by beginning with infinity, then setting the qNaN
fp_trunc_impl.inc 96 // Conjure the result by beginning with infinity, setting the qNaN
103 // a overflows to infinity.
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
mstar-infinity2m.dtsi 7 #include "mstar-infinity.dtsi"
Makefile 1451 mstar-infinity-msc313-breadbee_crust.dtb \
  /src/lib/libc/arch/vax/gen/
Makefile.inc 6 infinityf.c infinity.c infinityl.c \
  /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
823 expect2 'inf ' 'infinity ' %-11.1f INF
824 expect2 ' inf' infinity %05f IN
    [all...]
  /src/lib/libc/arch/mips/gen/
ldexp.S 69 beq t1, DEXP_INF, 9f # is it a NAN or infinity?
206 li t1, 0x7ff00000 # result is infinity (MSW)
208 mtc1 zero, $f0 # result is infinity (LSW)
209 bge v1, zero, 1f # should result be negative infinity?
210 neg.d $f0, $f0 # result is negative infinity
modf.S 61 bc1f 1f # leave f0 alone if Nan, infinity
  /src/sys/arch/mips/mips/
fp.S 883 bne t1, SEXP_INF, 1f # is FS an infinity?
907 bne v0, MIPS_FCSR_RM_RM, 1f # round to -infinity?
966 bne v0, MIPS_FCSR_RM_RM, 1f # round to -infinity?
999 bne t1, DEXP_INF, 1f # is FS an infinity?
1030 bne v0, MIPS_FCSR_RM_RM, 1f # round to -infinity?
1124 bne v0, MIPS_FCSR_RM_RM, 1f # round to -infinity?
1163 bne t1, SEXP_INF, 2f # is FS an infinity?
1165 bne ta1, SEXP_INF, 1f # FS is inf, is FT an infinity?
1167 b result_fs_s # result is infinity
1171 b invalid_s # infinity * zero is invali
    [all...]
  /src/usr.bin/make/unit-tests/
cond-token-number.mk 101 # Very large numbers round up to infinity on IEEE 754 implementations, or to
  /src/sys/arch/m68k/fpsp/
l_fpsp.h 182 inf_bit equ 1 infinity result
253 rm_mode equ $20 round to minus infinity
254 rp_mode equ $30 round to plus infinity
  /src/tests/lib/libm/
t_ldexp.c 443 TEST(ldexp_infinity, infinity)
  /src/sys/arch/m68k/060sp/dist/
fplsp.doc 121 executes an FMUL of a zero and an infinity to force the OPERR
fplsp.s 452 set inf_mask, 0x02000000 # infinity bit mask (lw)
457 set inf_bmask, 0x02 # infinity bit mask (byte)
514 set rm_mode, 0x2 # round-tp-minus-infinity
515 set rp_mode, 0x3 # round-to-plus-infinity
6526 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
6627 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
7613 # Huge*Huge to generate overflow and an infinity with #
7728 # sign(X)*Huge*Huge to generate overflow and an infinity with #
8597 # 4. (|X| = 1) Generate infinity with an appropriate sign and #
8603 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity.
    [all...]
fpsp.s 472 set inf_mask, 0x02000000 # infinity bit mask (lw)
477 set inf_bmask, 0x02 # infinity bit mask (byte)
534 set rm_mode, 0x2 # round-tp-minus-infinity
535 set rp_mode, 0x3 # round-to-plus-infinity
3141 # this would be the case for opclass two operations with a source infinity or
3180 # the operand is either an infinity or a QNAN.
3337 # this would be the case for opclass two operations with a source infinity or
6632 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
6733 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
7719 # Huge*Huge to generate overflow and an infinity with
    [all...]
pfpsp.s 472 set inf_mask, 0x02000000 # infinity bit mask (lw)
477 set inf_bmask, 0x02 # infinity bit mask (byte)
534 set rm_mode, 0x2 # round-tp-minus-infinity
535 set rp_mode, 0x3 # round-to-plus-infinity
3141 # this would be the case for opclass two operations with a source infinity or
3180 # the operand is either an infinity or a QNAN.
3337 # this would be the case for opclass two operations with a source infinity or
5789 # Multiply: (Infinity x Zero) #
5790 # Divide : (Zero / Zero) || (Infinity / Infinity) #
    [all...]

Completed in 33 milliseconds