Searched refs:nextafter (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 92 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function 1214 static_assert((std::is_same<decltype(std::nextafter((float)0, (float)0)), float>::value), ""); in test_nextafter() 1215 static_assert((std::is_same<decltype(std::nextafter((bool)0, (float)0)), double>::value), ""); in test_nextafter() 1216 …static_assert((std::is_same<decltype(std::nextafter((unsigned short)0, (double)0)), double>::value… in test_nextafter() 1217 …static_assert((std::is_same<decltype(std::nextafter((int)0, (long double)0)), long double>::value)… in test_nextafter() 1218 …static_assert((std::is_same<decltype(std::nextafter((float)0, (unsigned int)0)), double>::value), … in test_nextafter() 1219 static_assert((std::is_same<decltype(std::nextafter((double)0, (long)0)), double>::value), ""); in test_nextafter() 1220 …static_assert((std::is_same<decltype(std::nextafter((long double)0, (unsigned long)0)), long doubl… in test_nextafter() 1221 … static_assert((std::is_same<decltype(std::nextafter((int)0, (long long)0)), double>::value), ""); in test_nextafter() 1222 …static_assert((std::is_same<decltype(std::nextafter((int)0, (unsigned long long)0)), double>::valu… in test_nextafter() [all …]
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 139 double nextafter(double, double); 289 F(lroundl), F(nearbyint), F(nearbyintf), F(nearbyintl), F(nextafter),
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1055 __tg_nextafter(double __x, double __y) {return nextafter(__x, __y);} in __tg_nextafter() 1061 #undef nextafter 1062 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
|
/external/libcxx/include/ |
D | cmath | 256 floating_point nextafter (arithmetic x, arithmetic y); 1460 // nextafter 1462 using ::nextafter; 1465 inline _LIBCPP_INLINE_VISIBILITY float nextafter(float __lcpp_x, float __lcpp_y) _NOEXCEPT … 1466 inline _LIBCPP_INLINE_VISIBILITY long double nextafter(long double __lcpp_x, long double __lcpp_y) … 1476 nextafter(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT 1481 return nextafter((__result_type)__lcpp_x, (__result_type)__lcpp_y);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 532 static_assert((std::is_same<decltype(nextafter((double)0, (double)0)), double>::value), ""); in test_nextafter() 535 assert(nextafter(0,1) == hexfloat<double>(0x1, 0, -1074)); in test_nextafter()
|
/external/ltrace/etc/ |
D | libm.so.conf | 388 double nextafter(double, double);
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1036 LIBBUILTIN(nextafter, "ddd", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2342 fun:nextafter=uninstrumented
|