Home
last modified time | relevance | path

Searched refs:nextafter (Results 1 – 25 of 49) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A Ds_nextafter.c22 double nextafter(double x, double y) in nextafter() function
70 libm_hidden_def(nextafter)
A Dldouble_wrappers.c293 WRAPPER2(nextafter) in WRAPPER2() argument
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dmath.SUSv4.syms124 nextafter
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dmath.h146 extern double __REDIRECT_NTH (nexttoward, (double __x, long double __y), nextafter)
148 extern long double __REDIRECT_NTH (nexttowardl, (long double __x, long double __y), nextafter)
A Dtgmath.h397 #define nextafter(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, nextafter) macro
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_compatibility/
A Dmath.h102 using std::nextafter;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_compatibility/
A Dmath.h102 using std::nextafter;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_compatibility/
A Dmath.h102 using std::nextafter;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_compatibility/
A Dmath.h102 using std::nextafter;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dmathcalls.h300 __MATHCALLX (nextafter,, (_Mdouble_ __x, _Mdouble_ __y), (__const__))
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_compatibility/
A Dmath.h102 using std::nextafter;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_compatibility/
A Dmath.h102 using std::nextafter;
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/
A Dlibm-test.inc49 modf, nearbyint, nextafter,
3657 START (nextafter);
3659 TEST_ff_f (nextafter, 0, 0, 0);
3660 TEST_ff_f (nextafter, minus_zero, 0, 0);
3661 TEST_ff_f (nextafter, 0, minus_zero, minus_zero);
3664 TEST_ff_f (nextafter, 9, 9, 9);
3665 TEST_ff_f (nextafter, -9, -9, -9);
3686 END (nextafter);
4855 u = FUNC(nextafter) (10, 20);
4860 u = FUNC(nextafter) (u, 20);
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dmath.h75 using std::tr1::nextafter;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dmath.h75 using std::tr1::nextafter;
A Dcmath113 #undef nextafter
261 using ::nextafter;
478 using std::nextafter;
894 nextafter(float __x, float __y)
898 nextafter(long double __x, long double __y)
904 nextafter(_Tp __x, _Up __y)
907 return nextafter(__type(__x), __type(__y));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dmath.h75 using std::tr1::nextafter;
A Dcmath113 #undef nextafter
261 using ::nextafter;
478 using std::nextafter;
894 nextafter(float __x, float __y)
898 nextafter(long double __x, long double __y)
904 nextafter(_Tp __x, _Up __y)
907 return nextafter(__type(__x), __type(__y));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dmath.h75 using std::tr1::nextafter;
A Dcmath113 #undef nextafter
261 using ::nextafter;
478 using std::nextafter;
894 nextafter(float __x, float __y)
898 nextafter(long double __x, long double __y)
904 nextafter(_Tp __x, _Up __y)
907 return nextafter(__type(__x), __type(__y));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dmath.h75 using std::tr1::nextafter;
A Dcmath113 #undef nextafter
261 using ::nextafter;
478 using std::nextafter;
894 nextafter(float __x, float __y)
898 nextafter(long double __x, long double __y)
904 nextafter(_Tp __x, _Up __y)
907 return nextafter(__type(__x), __type(__y));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Dmath.h75 using std::tr1::nextafter;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Dmath.h75 using std::tr1::nextafter;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dmath.h75 using std::tr1::nextafter;

Completed in 25 milliseconds

12