Searched defs:nexttoward (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Headers/
H A Dtgmath.h1065 // nexttoward
1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);}
1079 #undef nexttoward macro
1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h463 friend const mpreal nexttoward (const mpreal& x, const mpreal& y);
2432 inline const mpreal nexttoward (const mpreal& x, const mpreal& y) function in namespace:mpfr

Completed in 68 milliseconds