Searched refs:nexttoward (Results 1 – 17 of 17) sorted by relevance
| /freebsd-9-stable/tools/regression/lib/msun/ |
| D | test-next.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() 214 test(idd(nexttoward(INFINITY, DBL_MAX * 2.0L)), DBL_MAX, 0); in main()
|
| /freebsd-9-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-9-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 | 430 double nexttoward(double, long double);
|
| /freebsd-9-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-9-stable/include/ |
| D | tgmath.h | 191 #define nexttoward(x, y) __tg_simplev(x, nexttoward, x, y) macro
|
| /freebsd-9-stable/lib/msun/ |
| D | Symbol.map | 145 nexttoward;
|
| D | Makefile | 190 MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | tgmath.h | 1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);} in __tg_nexttoward() 1079 #undef nexttoward 1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | cmath | 260 floating_point nexttoward (arithmetic x, long double y); 1476 // nexttoward 1478 using ::nexttoward; 1481 inline _LIBCPP_INLINE_VISIBILITY float nexttoward(float __lcpp_x, long double __lcpp_y) _NOEX… 1482 inline _LIBCPP_INLINE_VISIBILITY long double nexttoward(long double __lcpp_x, long double __lcpp_y)… 1487 nexttoward(_A1 __lcpp_x, long double __lcpp_y) _NOEXCEPT {return nexttoward((double)__lcpp_x, __lcp…
|
| /freebsd-9-stable/contrib/gcc/ |
| D | builtins.def | 348 DEF_C99_BUILTIN (BUILT_IN_NEXTTOWARD, "nexttoward", BT_FN_DOUBLE_DOUBLE_LONGDOUBLE, ATTR_MAT…
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Builtins.def | 1000 LIBBUILTIN(nexttoward, "ddLd", "fne", "math.h", ALL_LANGUAGES)
|
| /freebsd-9-stable/contrib/libstdc++/ |
| D | acinclude.m4 | 1215 nexttoward(0.0, 0.0);
|
| D | configure | 31047 nexttoward(0.0, 0.0);
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | extend.texi | 5598 @findex nexttoward 5783 @code{nexttowardf}, @code{nexttowardl}, @code{nexttoward},
|