Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
D__clang_cuda_cmath.h123 __DEVICE__ float nexttoward(float __from, float __to) { in nexttoward() function
126 __DEVICE__ double nexttoward(double __from, double __to) { in nexttoward() function
Dtgmath.h1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
/external/libcxx/include/
Dmath.h1317 inline _LIBCPP_INLINE_VISIBILITY float nexttoward(float __lcpp_x, long double __lcpp_y) _NOEX… in nexttoward() function
1318 inline _LIBCPP_INLINE_VISIBILITY long double nexttoward(long double __lcpp_x, long double __lcpp_y)… in nexttoward() function
1323 nexttoward(_A1 __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nexttoward((double)__lcpp_x, __l… in nexttoward() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp90 Ambiguous nexttoward(Ambiguous, Ambiguous){ return Ambiguous(); } in nexttoward() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp92 Ambiguous nexttoward(Ambiguous, Ambiguous){ return Ambiguous(); } in nexttoward() function