Home
last modified time | relevance | path

Searched defs:nexttoward (Results 1 – 9 of 9) 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/llvm-project/libcxx/include/
Dmath.h1399 inline _LIBCPP_INLINE_VISIBILITY float nexttoward(float __lcpp_x, long double __lcpp_y) _NOEX… in nexttoward() function
1400 inline _LIBCPP_INLINE_VISIBILITY long double nexttoward(long double __lcpp_x, long double __lcpp_y)… in nexttoward() function
1405 nexttoward(_A1 __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nexttoward((double)__lcpp_x, __l… in nexttoward() function
/external/libcxx/include/
Dmath.h1403 inline _LIBCPP_INLINE_VISIBILITY float nexttoward(float __lcpp_x, long double __lcpp_y) _NOEX… in nexttoward() function
1404 inline _LIBCPP_INLINE_VISIBILITY long double nexttoward(long double __lcpp_x, long double __lcpp_y)… in nexttoward() function
1409 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.cpp91 Ambiguous nexttoward(Ambiguous, Ambiguous){ return Ambiguous(); } in nexttoward() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp93 Ambiguous nexttoward(Ambiguous, Ambiguous){ return Ambiguous(); } in nexttoward() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp91 Ambiguous nexttoward(Ambiguous, Ambiguous){ return Ambiguous(); } in nexttoward() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp94 Ambiguous nexttoward(Ambiguous, Ambiguous){ return Ambiguous(); } in nexttoward() function
/external/llvm-project/clang/lib/Headers/
Dtgmath.h1073 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro