Searched refs:nan (Results 1 - 25 of 91) sorted by relevance

1234

/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dnan-2008.s1 .nan 2008
H A Dnan-2008-override.s1 .nan legacy
2 .nan 2008
H A Dnan-legacy-override.s1 .nan 2008
2 .nan legacy
H A Dnan-error-1.s1 .nan foo
H A Dnan-legacy.s1 .nan legacy
H A Dnan-error-1.l2 .*\.s:1: Error: bad .nan directive
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dnan_2.f9040 real, parameter :: nan = 0.0/0.0, large = huge(large), inf = 1.0/0.0 variable in program:test
42 if (nan == nan .or. nan > nan .or. nan < nan .or. nan >= nan &
43 .or. nan <
[all...]
H A Dnan_1.f9052 real :: nan, large, inf variable in program:test
55 nan = 0
56 nan = nan / nan
57 if (nan == nan .or. nan > nan .or. nan < na
[all...]
H A Dmodule_nan.f9012 real, parameter :: inf = 1./0., nan = 0./0., minf = -1./0.0 variable in module:nonordinal
21 if (.not. isnan(nan)) call abort()
26 write(str,*) nan
H A Dmaxloc_2.f904 real :: a(3), nan, minf, pinf variable
10 nan = 0.0
13 nan = 0.0/nan
18 a(:) = nan
24 a(1:2) = nan
33 c(:) = nan
39 c(1:2) = nan
50 a(:) = nan
60 a(1:2) = nan
[all...]
H A Dminloc_1.f904 real :: a(3), nan, minf, pinf variable
10 nan = 0.0
13 nan = 0.0/nan
18 a(:) = nan
24 a(1:2) = nan
33 c(:) = nan
39 c(1:2) = nan
50 a(:) = nan
60 a(1:2) = nan
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dfloatcmp.go19 var nan float64 = math.NaN() var
23 floatTest{"nan == nan", nan == nan, false},
24 floatTest{"nan != nan", nan != nan, true},
25 floatTest{"nan < na
[all...]
H A Dcmplxdivide1.go6 Test{complex(0, 0), complex(0, 0), complex(-nan, -nan)},
10 Test{complex(0, 0), complex(nan, nan), complex(nan, nan)},
11 Test{complex(0, 0), complex(-nan, inf), complex(0, negzero)},
12 Test{complex(0, 0), complex(-nan, -inf), complex(negzero, 0)},
17 Test{complex(0, 0), complex(nan, nan), comple
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr19984.c6 double nan (const char *);
8 const double nok = nan (""); /* { dg-warning "(not a constant)|(near initialization)" } */
15 double ok2 = nan ("");
H A Dbuiltins-35.c1 /* Test that nan functions are not built-in in C90 mode. Bug 14635. */
6 int nan, nanf, nanl, nans, nansf, nansl; variable
H A Dc99-math-double-1.c9 volatile double nan = NAN; local
18 C99_MATH_TESTS (nan, inf, huge, norm1, norm2, norm3, sub, zero, /*neg=*/0)
19 C99_MATH_TESTS (-nan, -inf, -huge, -norm1, -norm2, -norm3, -sub, -zero, /*neg=*/1)
H A Dc99-math-float-1.c9 volatile float nan = NAN; local
18 C99_MATH_TESTS (nan, inf, huge, norm1, norm2, norm3, sub, zero, /*neg=*/0)
19 C99_MATH_TESTS (-nan, -inf, -huge, -norm1, -norm2, -norm3, -sub, -zero, /*neg=*/1)
H A Dc99-math-long-double-1.c9 volatile long double nan = NAN; local
18 C99_MATH_TESTS (nan, inf, huge, norm1, norm2, norm3, sub, zero, /*neg=*/0)
19 C99_MATH_TESTS (-nan, -inf, -huge, -norm1, -norm2, -norm3, -sub, -zero, /*neg=*/1)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/ieee/
H A Dintrinsics_1.f9010 real, parameter :: nan = 0. / 0. variable in program:test
16 if (.not. isnan(fraction(nan))) call abort
22 if (exponent(nan) /= huge(0)) call abort
28 if (.not. isnan(spacing(nan))) call abort
34 if (.not. isnan(rrspacing(nan))) call abort
40 if (.not. isnan(set_exponent(nan, 42))) call abort
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dwarning1.C11 static const float nan = 0.0f / 0.0f; // { dg-error "0.0|float|initializ" } member in struct:S
17 printf("%f\n%f\n", S::inf, S::nan);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/numeric_limits/
H A Dquiet_NaN.cc38 T nan = std::numeric_limits<T>::quiet_NaN(); local
39 test = (nan != nan);
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dnan-2008.d1 #source: nan-2008.s
2 #source: nan-2008.s
H A Dnan-legacy.d1 #source: nan-legacy.s
2 #source: nan-legacy.s
H A Dnan-2008.s1 .nan 2008
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dnan_inf_fmt.f906 real zero, pos_inf, neg_inf, nan variable
14 nan = zero/zero
22 write(l,fmt=fmt)nan
31 write(l,fmt=fmt)nan
40 write(l,fmt=fmt)nan
49 write(l,fmt=fmt)nan
58 write(l,fmt=fmt)nan
67 write(l,fmt=fmt)nan
76 write(l,fmt=fmt)nan
85 write(l,fmt=fmt)nan
[all...]

Completed in 283 milliseconds

1234