Searched defs:nextafter (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__math/ |
H A D | rounding_functions.h | 149 inline _LIBCPP_HIDE_FROM_ABI float nextafter(float __x, float __y) _NOEXCEPT { return __builtin_nex… in nextafter() function 152 _LIBCPP_HIDE_FROM_ABI double nextafter(double __x, double __y) _NOEXCEPT { in nextafter() function 156 inline _LIBCPP_HIDE_FROM_ABI long double nextafter(long double __x, long double __y) _NOEXCEPT { in nextafter() function 161 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type nextafter(_A1 __x, _A2 __y) _NOEXCE… in nextafter() function
|
/freebsd/lib/msun/src/ |
H A D | s_nextafter.c | 25 nextafter(double x, double y) in nextafter() function
|
/freebsd/include/ |
H A D | tgmath.h | 191 #define nextafter(x, y) __tg_simple2(x, y, nextafter) macro
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 1055 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 11359 float nextafter(float x, float y) { in nextafter() function 11363 double nextafter(double x, double y) { in nextafter() function 11367 long double nextafter(long double x, long double y) { in nextafter() function
|