/freebsd/lib/msun/tests/ |
H A D | next_test.c | 61 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 D | rounding_functions.h | 169 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 D | tgmath.c | 139 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 D | s_nexttoward.c | 29 nexttoward(double x, long double y) in nexttoward() function
|
H A D | s_nextafter.c | 76 __weak_reference(nextafter, nexttoward);
|
H A D | math.h | 486 double nexttoward(double, long double);
|
/freebsd/include/ |
H A D | tgmath.h | 192 #define nexttoward(x, y) __tg_simplev(x, nexttoward, x, y) macro
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 143 nexttoward;
|
H A D | Makefile | 254 MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_fe_round.c | 172 received = nexttoward(values2[i].input, values2[i].toward); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | math.h | 485 using std::__math::nexttoward;
|
H A D | cmath | 271 floating_point nexttoward (arithmetic x, long double y); 477 using ::nexttoward _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 1066 __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 D | cmath.inc | 227 using ::nexttoward _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 228 using std::nexttoward _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 128 fun:nexttoward=functional
|
H A D | libc_ubuntu1404_abilist.txt | 2351 fun:nexttoward=uninstrumented
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 671 SYMBOL(nexttoward, None, <math.h>)
|
H A D | StdSymbolMap.inc | 2249 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 D | Builtins.td | 3780 let Spellings = ["nexttoward"];
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 2504 MUTATE_LDBL(nexttoward) in mutateLongDoubleBuiltin()
|