Lines Matching refs:nexttoward
33676 extern double nexttoward (double __x, long double __y) throw () __attribute__ ((__const__)); extern double __nexttoward (double __x, long double __y) throw () __attribute__ ((__const__));
35317 using ::nexttoward;
35822 nexttoward(float __x, long double __y)
35826 nexttoward(long double __x, long double __y)
35834 nexttoward(_Tp __x, long double __y)
72846 using std::nexttoward;