Searched defs:nextafter (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | nextafter_op.h | 35 struct nextafter : base<T, nextafter_op<T>> {}; struct
|
/external/catch2/projects/SelfTest/UsageTests/ |
D | Matchers.tests.cpp | 90 float nextafter(float from, float to) in nextafter() function 95 double nextafter(double from, double to) in nextafter() function
|
/external/libcxx/include/ |
D | math.h | 1382 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/ |
D | math_h.pass.cpp | 90 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 93 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_ops.py | 102 nextafter = gen_math_ops.next_after variable
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1062 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
|