Searched defs:inf (Results 1 - 25 of 92) sorted by relevance

1234

/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/numeric_limits/
H A Dinfinity.cc38 T inf = std::numeric_limits<T>::infinity(); local
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-2.c10 const double inf = __builtin_inf (); local
H A Dfloat-cast-overflow-4.c10 const long double inf = __builtin_infl (); local
H A Dfloat-cast-overflow-1.c11 const double inf = __builtin_inf (); local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dwarning1.C10 static const float inf = 1.0f / 0.0f; // { dg-error "1.0|float|initializ" } member in struct:S
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/ieee/
H A Dintrinsics_1.f909 real, parameter :: inf = 2 * huge(0.) variable in program:test
[all...]
H A Dintrinsics_2.F909 real, parameter :: inf = 2 * huge(0.) variable in program:test
/haiku-buildtools/gcc/zlib/contrib/iostream3/
H A Dtest.cc14 gzifstream inf; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dmodule_nan.f9012 real, parameter :: inf = 1./0., nan = 0./0., minf = -1./0.0 variable in module:nonordinal
H A Dnan_2.f9040 real, parameter :: nan = 0.0/0.0, large = huge(large), inf = 1.0/0.0 variable in program:test
[all...]
H A Dnan_5.f9010 real, parameter :: inf = 2 * huge(inf) variable
H A Dnan_1.f9052 real :: nan, large, inf variable in program:test
[all...]
/haiku-buildtools/binutils/zlib/contrib/iostream3/
H A Dtest.cc14 gzifstream inf; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dcmplxdivide.go23 var inf = math.Inf(1) var
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc99-math-double-1.c10 volatile double inf = INFINITY; local
H A Dc99-math-float-1.c10 volatile float inf = INFINITY; local
H A Dc99-math-long-double-1.c10 volatile long double inf = INFINITY; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dargs-3.c10 int foo (float inf, int64 in64, int32 in32) argument
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dintrinsic_nearest.f904 real s, r, x, y, inf, max variable in program:test_nearest
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr55684.c27 void srec2b(FILE *inf) argument
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/dfp/
H A Dcompare-special.h50 volatile DTYPE x, y, z, _nan, inf, m_inf; variable
[all...]
/haiku-buildtools/gcc/zlib/examples/
H A Dzpipe.c92 int inf(FILE *source, FILE *dest) function
H A Dfitblk.c96 local int recompress(z_streamp inf, z_streamp def) argument
134 z_stream def, inf; /* zlib deflate and inflate states */ local
[all...]
/haiku-buildtools/binutils/zlib/examples/
H A Dzpipe.c92 int inf(FILE *source, FILE *dest) function
/haiku-buildtools/legacy/gcc/gcc/
H A Dgen-protos.c132 FILE *inf = stdin; local

Completed in 208 milliseconds

1234