| /freebsd-12-stable/lib/msun/tests/ |
| D | next_test.c | 63 test##prec(nexttoward##prec((arg1), (arg2)), (ans), (ex)); \ 102 test##prec(copysign##prec(1.0, nexttoward##prec(0.0, -0.0)), -1.0, 0);\ in main() 103 test##prec(copysign##prec(1.0, nexttoward##prec(-0.0, 0.0)), 1.0, 0) in main() 119 stest(nexttoward, 0x1p-1074, ); in main() 157 test(nexttoward(1.0, 1.0 + ldbl_eps), 1.0 + DBL_EPSILON, 0); in main() 213 test(idd(nexttoward(DBL_MAX, DBL_MAX * 2.0L)), INFINITY, ex_over); in main() 215 test(idd(nexttoward(INFINITY, DBL_MAX * 2.0L)), DBL_MAX, 0); in main()
|
| /freebsd-12-stable/tools/regression/include/tgmath/ |
| D | tgmath.c | 141 double (nexttoward)(double x, long double y) { n_double++; } 568 PASS_REAL_FIXED_ARG_REAL_RET(nexttoward, 1) && in main() 569 PASS_REAL_FIXED_ARG_REAL_RET(nexttoward, ull) && in main() 570 PASS_REAL_FIXED_ARG_REAL_RET(nexttoward, d) && in main() 571 PASS_REAL_FIXED_ARG_REAL_RET(nexttoward, fc)); in main()
|
| /freebsd-12-stable/lib/msun/src/ |
| D | s_nexttoward.c | 33 nexttoward(double x, long double y) in nexttoward() function
|
| D | s_nextafter.c | 80 __weak_reference(nextafter, nexttoward);
|
| D | math.h | 478 double nexttoward(double, long double);
|
| /freebsd-12-stable/contrib/libstdc++/include/tr1/ |
| D | cmath | 121 #undef nexttoward 267 using ::nexttoward; 778 nexttoward(float __x, long double __y) 782 nexttoward(long double __x, long double __y) 787 nexttoward(_Tp __x, long double __y) 790 return nexttoward(__type(__x), __y);
|
| D | math.h | 81 using std::tr1::nexttoward;
|
| /freebsd-12-stable/include/ |
| D | tgmath.h | 194 #define nexttoward(x, y) __tg_simplev(x, nexttoward, x, y) macro
|
| /freebsd-12-stable/lib/msun/ |
| D | Symbol.map | 144 nexttoward;
|
| D | Makefile | 241 MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ |
| 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-12-stable/contrib/llvm-project/libcxx/include/ |
| D | math.h | 1572 inline _LIBCPP_INLINE_VISIBILITY float nexttoward(float __lcpp_x, long double __lcpp_y) _NOEX… in nexttoward() function 1573 inline _LIBCPP_INLINE_VISIBILITY long double nexttoward(long double __lcpp_x, long double __lcpp_y)… in nexttoward() function 1578 nexttoward(_A1 __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nexttoward((double)__lcpp_x, __l… in nexttoward() function
|
| D | cmath | 263 floating_point nexttoward (arithmetic x, long double y); 451 using ::nexttoward _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| D | done_abilist.txt | 111 fun:nexttoward=functional
|
| D | libc_ubuntu1404_abilist.txt | 2345 fun:nexttoward=uninstrumented
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/ |
| D | simd | 524 template <class Abi> floatv<Abi> nexttoward(floatv<Abi> x, ldoublev<Abi> y); 525 template <class Abi> doublev<Abi> nexttoward(doublev<Abi> x, ldoublev<Abi> y); 526 template <class Abi> ldoublev<Abi> nexttoward(ldoublev<Abi> x, ldoublev<Abi> y);
|
| /freebsd-12-stable/contrib/gcc/ |
| D | builtins.def | 348 DEF_C99_BUILTIN (BUILT_IN_NEXTTOWARD, "nexttoward", BT_FN_DOUBLE_DOUBLE_LONGDOUBLE, ATTR_MAT…
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | Builtins.def | 1352 LIBBUILTIN(nexttoward, "ddLd", "fne", "math.h", ALL_LANGUAGES)
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | acinclude.m4 | 1215 nexttoward(0.0, 0.0);
|
| D | configure | 31047 nexttoward(0.0, 0.0);
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | extend.texi | 5621 @findex nexttoward 5806 @code{nexttowardf}, @code{nexttowardl}, @code{nexttoward},
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 2213 MUTATE_LDBL(nexttoward) in mutateLongDoubleBuiltin()
|