Searched refs:nextafter (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr65193_0.C60 nextafter (T p1, U p2, Policy p3) function in namespace:std
67 nextafter () function in namespace:std
69 nextafter (e, f, A ());
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc99-tgmath-1.c191 #ifndef nextafter
192 #error nextafter undefined
H A Dpr59717.c90 nextafter (d, d); /* { dg-warning "incompatible implicit" } */
H A Dbuiltins-1.c165 FPTEST2 (nextafter)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/
H A Doverloads.cc188 check_ret_type<double>(std::tr1::nextafter(d0, d0));
189 check_ret_type<double>(std::tr1::nextafter(d0, f0));
190 check_ret_type<float>(std::tr1::nextafter(f0, f0));
191 check_ret_type<long double>(std::tr1::nextafter(ld0, ld0));
192 check_ret_type<long double>(std::tr1::nextafter(ld0, d0));
193 check_ret_type<double>(std::tr1::nextafter(i0, i0));
194 check_ret_type<double>(std::tr1::nextafter(d0, i0));
H A Doverloads_neg.cc54 template Foo std::tr1::nextafter<Foo>(Foo, Foo); // { dg-error "not match" }
H A Dfunctions.cc145 ret = std::tr1::nextafter(d0, d0);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/headers/cmath/
H A Doverloads_c++0x_neg.cc53 template Foo std::nextafter<Foo>(Foo, Foo); // { dg-error "not match" }
/haiku-buildtools/gcc/gcc/ginclude/
H A Dtgmath.h152 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Dmath.h75 using std::tr1::nextafter;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-attr-1.c363 FPTEST2 (nextafter)
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h774 extern double nextafter(double, double);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr59896.c535 extern double nextafter (double, double);
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-intrinsic.c5580 return nextafter (s, tmp);
5585 tree args[2], type, tmp, nextafter, copysign, huge_val; local
5587 nextafter = gfc_builtin_decl_for_float_kind (BUILT_IN_NEXTAFTER, expr->ts.kind);
5596 se->expr = build_call_expr_loc (input_location, nextafter, 2,
/haiku-buildtools/gcc/libstdc++-v3/
H A Dconfigure19265 nextafter(0.0, 0.0);
[all...]

Completed in 528 milliseconds