/external/vulkan-validation-layers/libs/glm/gtc/ |
D | ulp.inl | 141 GLM_FUNC_QUALIFIER double nextafter(double x, double y) function 203 return std::nextafter(x, std::numeric_limits<float>::max()); 215 return std::nextafter(x, std::numeric_limits<double>::max()); 217 return detail::nextafter(x, std::numeric_limits<double>::max()); 219 return nextafter(x, DBL_MAX); 235 return std::nextafter(x, std::numeric_limits<float>::min()); 246 return std::nextafter(x, std::numeric_limits<double>::min()); 250 return nextafter(x, DBL_MIN);
|
/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/skia/tests/ |
D | FontMgrAndroidParserTest.cpp | 109 double SK_FixedMax_double = nextafter(1 << (sizeof(T) * CHAR_BIT - N - 1), 0.0); in test_parse_fixed_r()
|
/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); 1464 // nextafter 1466 using ::nextafter; 1469 inline _LIBCPP_INLINE_VISIBILITY float nextafter(float __lcpp_x, float __lcpp_y) _NOEXCEPT … 1470 inline _LIBCPP_INLINE_VISIBILITY long double nextafter(long double __lcpp_x, long double __lcpp_y) … 1480 nextafter(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT 1485 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 | 1037 LIBBUILTIN(nextafter, "ddd", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2342 fun:nextafter=uninstrumented
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |