Searched refs:NaN (Results 1 - 25 of 52) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dnan_inf_fmt.x2 # No Inf/NaN support on SPU.
H A Dintrinsic_nearest.x2 # No Inf/NaN support on SPU.
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dnan-error-2.l2 Fatal error: invalid NaN setting -mnan=foo
H A Dnan-2008-1.d1 #name: MIPS 2008 NaN setting 1
H A Dnan-2008-2.d1 #name: MIPS 2008 NaN setting 2
H A Dnan-2008-3.d1 #name: MIPS 2008 NaN setting 3
H A Dnan-2008-4.d1 #name: MIPS 2008 NaN setting 4
H A Dnan-legacy-4.d1 #name: MIPS legacy NaN setting 4
H A Dnan-legacy-3.d1 #name: MIPS legacy NaN setting 3
H A Dnan-legacy-5.d1 #name: MIPS legacy NaN setting 5
H A Dnan-legacy-2.d1 #name: MIPS legacy NaN setting 2
H A Dnan-legacy-1.d1 #name: MIPS legacy NaN setting 1
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr39764.C5 extern const double NaN;
8 return foo(a, NaN);
13 extern const double NaN = (__builtin_nanf("")); variable
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dattr-gnu-4-08.d8 Tag_GNU_MIPS_ABI_FP: NaN 2008 compatibility
16 FP ABI: NaN 2008 compatibility
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-1.c21 float NaN; variable
112 NaN = __builtin_nan ("");
115 iuneq (NaN, NaN, 1);
126 iltgt (NaN, NaN, 0);
136 iunlt (NaN, ninf, 1);
137 iunlt (pinf, NaN, 1);
149 iunle (NaN, ninf, 1);
150 iunle (pinf, NaN,
[all...]
H A Dcompare-fp-4.c21 float NaN; variable
113 NaN = __builtin_nan ("");
116 iuneq (NaN, NaN, 1);
127 iltgt (NaN, NaN, 0);
137 iunlt (NaN, ninf, 1);
138 iunlt (pinf, NaN, 1);
150 iunle (NaN, ninf, 1);
151 iunle (pinf, NaN,
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dtransfer_simplify_1.f903 ! { dg-skip-if "NaN not supported" { spu-*-* } { "*" } { "" } }
59 real(kind(0d0)) :: NaN = transfer(ishft(int(z'FFF80000',8),32),0d0) local in subroutine:pr31194
60 write (buffer,'(e12.5)') NaN
61 if (buffer(10:12) .ne. "NaN") call abort ()
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dmap.go8 // NaN complexity test is in mapnan.go.
510 // The special cases, then, are that +0 == -0 and that NaN != NaN.
516 nana = float32(math.NaN())
522 nana: "NaN",
523 nanb: "NaN",
537 panic(fmt.Sprintln("float32 map allows NaN lookup (a)"))
540 panic(fmt.Sprintln("float32 map allows NaN lookup (b)"))
545 m[nana] = "NaN"
546 m[nanb] = "NaN"
[all...]
H A Dcmplxdivide.go22 var nan = math.NaN()
/haiku-buildtools/gcc/libgcc/config/epiphany/ieee-754/
H A Dgtesf2.S47 add TMP0,r0,0x3ff; check for r0 NaN
50 add TMP0,r1,0x3ff; check for r1 NaN
H A Dfast_div.S118 add P0L,P0L,r0 ; check for NaN input
/haiku-buildtools/gcc/libgcc/config/arc/ieee-754/
H A Dgtdf2.S61 add1.f 0,r12,DBL0H ; clear z; set c iff NaN
62 add1.cc.f r12,r12,DBL1H ; clear z; set c iff NaN
63 ; don't care: z may or may not be cleared if there is no NaN event
H A Dgesf2.S61 add1.f 0,r12,r0 ; check for NaN
67 add1.f 0,r12,r0 ; check for NaN
H A Dgtsf2.S61 add1.f 0,r12,r0 ; check for NaN
67 add1.f 0,r12,r0 ; check for NaN
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dlb1sf68.asm109 | 4. Quiet NaN (Not a Number) have all bits set.
110 | 5. Signaling NaN (Not a Number) have s=0, e=MAX_EXP, f=1.
564 | Return a quiet NaN and set the exception flags
660 cmpl d6,d4 | check for INFINITY or NaN
674 cmpl d6,d5 | check for INFINITY or NaN
1224 | Check for NaN and +/-INFINITY.
1235 andl IMM (0x000fffff),d0 | check for NaN (nonzero fraction)
1291 | We know that one of them is either NaN of +/-INFINITY
1292 | Check for NaN (if either one is NaN retur
[all...]

Completed in 209 milliseconds

123