Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dnextafter_op.h35 struct nextafter : base<T, nextafter_op<T>> {}; struct
/external/catch2/projects/SelfTest/UsageTests/
DMatchers.tests.cpp90 float nextafter(float from, float to) in nextafter() function
95 double nextafter(double from, double to) in nextafter() function
/external/libcxx/include/
Dmath.h1382 inline _LIBCPP_INLINE_VISIBILITY float nextafter(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in nextafter() function
1383 inline _LIBCPP_INLINE_VISIBILITY long double nextafter(long double __lcpp_x, long double __lcpp_y) … in nextafter() function
1393 nextafter(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in nextafter() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp90 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp93 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py102 nextafter = gen_math_ops.next_after variable
/external/clang/lib/Headers/
Dtgmath.h1062 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro