Home
last modified time | relevance | path

Searched refs:nexttoward (Results 1 – 22 of 22) sorted by relevance

/freebsd/lib/msun/tests/
H A Dnext_test.c61 test##prec(nexttoward##prec((arg1), (arg2)), (ans), (ex)); \
100 test##prec(copysign##prec(1.0, nexttoward##prec(0.0, -0.0)), -1.0, 0);\ in ATF_TC_BODY()
101 test##prec(copysign##prec(1.0, nexttoward##prec(-0.0, 0.0)), 1.0, 0) in ATF_TC_BODY()
117 stest(nexttoward, 0x1p-1074, ); in ATF_TC_BODY()
159 test(nexttoward(1.0, 1.0 + ldbl_eps), 1.0 + DBL_EPSILON, 0); in ATF_TC_BODY()
227 test(idd(nexttoward(DBL_MAX, DBL_MAX * 2.0L)), INFINITY, ex_over); in ATF_TC_BODY()
229 test(idd(nexttoward(INFINITY, DBL_MAX * 2.0L)), DBL_MAX, 0); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Drounding_functions.h169 inline _LIBCPP_HIDE_FROM_ABI float nexttoward(float __x, long double __y) _NOEXCEPT { in nexttoward() function
174 _LIBCPP_HIDE_FROM_ABI double nexttoward(double __x, long double __y) _NOEXCEPT { in nexttoward() function
178 inline _LIBCPP_HIDE_FROM_ABI long double nexttoward(long double __x, long double __y) _NOEXCEPT { in nexttoward() function
183 inline _LIBCPP_HIDE_FROM_ABI double nexttoward(_A1 __x, long double __y) _NOEXCEPT { in nexttoward() function
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c139 double (nexttoward)(double x, long double y) { n_double++; }
566 PASS_REAL_FIXED_ARG_REAL_RET(nexttoward, 1) && in main()
567 PASS_REAL_FIXED_ARG_REAL_RET(nexttoward, ull) && in main()
568 PASS_REAL_FIXED_ARG_REAL_RET(nexttoward, d) && in main()
569 PASS_REAL_FIXED_ARG_REAL_RET(nexttoward, fc)); in main()
/freebsd/lib/msun/src/
H A Ds_nexttoward.c29 nexttoward(double x, long double y) in nexttoward() function
H A Ds_nextafter.c76 __weak_reference(nextafter, nexttoward);
H A Dmath.h486 double nexttoward(double, long double);
/freebsd/include/
H A Dtgmath.h192 #define nexttoward(x, y) __tg_simplev(x, nexttoward, x, y) macro
/freebsd/lib/msun/
H A DSymbol.map143 nexttoward;
H A DMakefile254 MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_fe_round.c172 received = nexttoward(values2[i].input, values2[i].toward); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h485 using std::__math::nexttoward;
H A Dcmath271 floating_point nexttoward (arithmetic x, long double y);
477 using ::nexttoward _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1066 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);} in __tg_nexttoward()
1072 #undef nexttoward
1073 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc227 using ::nexttoward _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc228 using std::nexttoward _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt128 fun:nexttoward=functional
H A Dlibc_ubuntu1404_abilist.txt2351 fun:nexttoward=uninstrumented
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc671 SYMBOL(nexttoward, None, <math.h>)
H A DStdSymbolMap.inc2249 SYMBOL(nexttoward, std::, <cmath>)
2250 SYMBOL(nexttoward, None, <cmath>)
2251 SYMBOL(nexttoward, None, <math.h>)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3780 let Spellings = ["nexttoward"];
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2504 MUTATE_LDBL(nexttoward) in mutateLongDoubleBuiltin()