Home
last modified time | relevance | path

Searched defs:nextafter (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/libs/glm/gtc/
Dulp.inl141 GLM_FUNC_QUALIFIER double nextafter(double x, double y) function
/external/libcxx/include/
Dmath.h1296 inline _LIBCPP_INLINE_VISIBILITY float nextafter(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in nextafter() function
1297 inline _LIBCPP_INLINE_VISIBILITY long double nextafter(long double __lcpp_x, long double __lcpp_y) … in nextafter() function
1307 nextafter(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in nextafter() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp89 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp91 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
/external/clang/lib/Headers/
Dtgmath.h1062 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro