Searched refs:nexttoward (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 142 double nexttoward(double, long double); 290 F(nextafterf), F(nextafterl), F(nexttoward), F(nexttowardf), F(nexttowardl),
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 93 Ambiguous nexttoward(Ambiguous, Ambiguous){ return Ambiguous(); } in nexttoward() function 1237 …static_assert((std::is_same<decltype(std::nexttoward((float)0, (long double)0)), float>::value), "… in test_nexttoward() 1238 …static_assert((std::is_same<decltype(std::nexttoward((bool)0, (long double)0)), double>::value), "… in test_nexttoward() 1239 …static_assert((std::is_same<decltype(std::nexttoward((unsigned short)0, (long double)0)), double>:… in test_nexttoward() 1240 …static_assert((std::is_same<decltype(std::nexttoward((int)0, (long double)0)), double>::value), ""… in test_nexttoward() 1241 …static_assert((std::is_same<decltype(std::nexttoward((unsigned int)0, (long double)0)), double>::v… in test_nexttoward() 1242 …static_assert((std::is_same<decltype(std::nexttoward((long)0, (long double)0)), double>::value), "… in test_nexttoward() 1243 …static_assert((std::is_same<decltype(std::nexttoward((unsigned long)0, (long double)0)), double>::… in test_nexttoward() 1244 …static_assert((std::is_same<decltype(std::nexttoward((long long)0, (long double)0)), double>::valu… in test_nexttoward() 1245 …static_assert((std::is_same<decltype(std::nexttoward((unsigned long long)0, (long double)0)), doub… in test_nexttoward() [all …]
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);} in __tg_nexttoward() 1079 #undef nexttoward 1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
|
/external/libcxx/include/ |
D | cmath | 260 floating_point nexttoward (arithmetic x, long double y); 1484 // nexttoward 1486 using ::nexttoward; 1489 inline _LIBCPP_INLINE_VISIBILITY float nexttoward(float __lcpp_x, long double __lcpp_y) _NOEX… 1490 inline _LIBCPP_INLINE_VISIBILITY long double nexttoward(long double __lcpp_x, long double __lcpp_y)… 1495 nexttoward(_A1 __lcpp_x, long double __lcpp_y) _NOEXCEPT {return nexttoward((double)__lcpp_x, __lcp…
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 540 … static_assert((std::is_same<decltype(nexttoward((double)0, (long double)0)), double>::value), ""); in test_nexttoward() 543 assert(nexttoward(0, 1) == hexfloat<double>(0x1, 0, -1074)); in test_nexttoward()
|
/external/ltrace/etc/ |
D | libm.so.conf | 392 double nexttoward(double, ldouble);
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 519 friend const mpreal nexttoward (const mpreal& x, const mpreal& y); 2531 inline const mpreal nexttoward (const mpreal& x, const mpreal& y)
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1040 LIBBUILTIN(nexttoward, "ddLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2345 fun:nexttoward=uninstrumented
|