Home
last modified time | relevance | path

Searched refs:nextafter (Results 1 – 13 of 13) sorted by relevance

/external/vulkan-validation-layers/libs/glm/gtc/
Dulp.inl141 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/
Dcmath.pass.cpp92 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/
Dlibcall-declarations.c139 double nextafter(double, double);
289 F(lroundl), F(nearbyint), F(nearbyintf), F(nearbyintl), F(nextafter),
/external/skia/tests/
DFontMgrAndroidParserTest.cpp109 double SK_FixedMax_double = nextafter(1 << (sizeof(T) * CHAR_BIT - N - 1), 0.0); in test_parse_fixed_r()
/external/clang/lib/Headers/
Dtgmath.h1055 __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/
Dcmath256 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/
Dmath_h.pass.cpp532 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/
Dlibm.so.conf388 double nextafter(double, double);
/external/clang/include/clang/Basic/
DBuiltins.def1037 LIBBUILTIN(nextafter, "ddd", "fne", "math.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2342 fun:nextafter=uninstrumented
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...