Home
last modified time | relevance | path

Searched defs:nexttoward (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/lib/libm/src/
H A Ds_nexttoward.c46 nexttoward(double x, long double y) in nexttoward() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d474 alias core.stdc.math.nexttoward nexttoward; in version() local
476 alias core.stdc.math.nexttowardf nexttoward; in version() local
478 alias core.stdc.math.nexttowardl nexttoward; in version() local
964 alias core.stdc.math.nexttoward nexttoward; in version() local
966 alias core.stdc.math.nexttowardf nexttoward; in version() local
968 alias core.stdc.math.nexttowardl nexttoward; in version() local
1481 alias core.stdc.math.nexttoward nexttoward; variable
1483 alias core.stdc.math.nexttowardf nexttoward; variable
1485 alias core.stdc.math.nexttowardl nexttoward; variable
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h1534 inline _LIBCPP_INLINE_VISIBILITY float nexttoward(float __lcpp_x, long double __lcpp_y) _NOEX… in nexttoward() function
1535 inline _LIBCPP_INLINE_VISIBILITY long double nexttoward(long double __lcpp_x, long double __lcpp_y)… in nexttoward() function
1540 nexttoward(_A1 __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nexttoward((double)__lcpp_x, __l… in nexttoward() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h109 #define nexttoward(x,y) __TGMATH_REAL_2(x, y, nexttoward) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h109 #define nexttoward(x,y) __TGMATH_REAL_2(x, y, nexttoward) macro
/netbsd-src/include/
H A Dtgmath.h178 #define nexttoward(a,b) __TG_FN2(nexttoward, (a), (b)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf462 nexttoward, 99 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf462 nexttoward, 99 keyword
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dtgmath.h1073 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro