/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | s_nextafter.c | 22 double nextafter(double x, double y) in nextafter() function 70 libm_hidden_def(nextafter)
|
A D | ldouble_wrappers.c | 293 WRAPPER2(nextafter) in WRAPPER2() argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | math.SUSv4.syms | 124 nextafter
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | math.h | 146 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 D | tgmath.h | 397 #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 D | math.h | 102 using std::nextafter;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_compatibility/ |
A D | math.h | 102 using std::nextafter;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_compatibility/ |
A D | math.h | 102 using std::nextafter;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_compatibility/ |
A D | math.h | 102 using std::nextafter;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | mathcalls.h | 300 __MATHCALLX (nextafter,, (_Mdouble_ __x, _Mdouble_ __y), (__const__))
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_compatibility/ |
A D | math.h | 102 using std::nextafter;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_compatibility/ |
A D | math.h | 102 using std::nextafter;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/ |
A D | libm-test.inc | 49 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 D | math.h | 75 using std::tr1::nextafter;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/ |
A D | math.h | 75 using std::tr1::nextafter;
|
A D | cmath | 113 #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 D | math.h | 75 using std::tr1::nextafter;
|
A D | cmath | 113 #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 D | math.h | 75 using std::tr1::nextafter;
|
A D | cmath | 113 #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 D | math.h | 75 using std::tr1::nextafter;
|
A D | cmath | 113 #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 D | math.h | 75 using std::tr1::nextafter;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/ |
A D | math.h | 75 using std::tr1::nextafter;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/ |
A D | math.h | 75 using std::tr1::nextafter;
|