| /external/tensorflow/tensorflow/core/kernels/ |
| D | nextafter_op.h | 47 struct nextafter : base<T, nextafter_op<T>> {}; struct
|
| /external/rust/crates/libm/src/math/ |
| D | nextafter.rs | 2 pub fn nextafter(x: f64, y: f64) -> f64 { in nextafter() function
|
| D | mod.rs | 165 mod nextafter; module
|
| /external/musl/src/math/ |
| D | nextafter.c | 3 double nextafter(double x, double y) in nextafter() function
|
| /external/catch2/projects/SelfTest/UsageTests/ |
| D | Matchers.tests.cpp | 101 float nextafter(float from, float to) in nextafter() function 106 double nextafter(double from, double to) in nextafter() function
|
| /external/catch2/include/internal/ |
| D | catch_matchers_floating.cpp | 64 float nextafter(float x, float y) { in nextafter() function 68 double nextafter(double x, double y) { in nextafter() function
|
| /external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| D | ulp.inl | 116 GLM_FUNC_QUALIFIER double nextafter(double x, double y) function
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/ |
| D | math.h | 1474 inline _LIBCPP_HIDE_FROM_ABI float nextafter(float __x, float __y) _NOEXCEPT {ret… in nextafter() function 1477 _LIBCPP_HIDE_FROM_ABI double nextafter(double __x, double __y) _NOEXCEPT { in nextafter() function 1481 inline _LIBCPP_HIDE_FROM_ABI long double nextafter(long double __x, long double __y) _NOEXCEPT {ret… in nextafter() function 1491 nextafter(_A1 __x, _A2 __y) _NOEXCEPT 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/ComputeLibrary/include/half/ |
| D | half.hpp | 1803 static half nextafter(half from, half to) in nextafter() function 2675 inline half nextafter(half from, half to) { return functions::nextafter(from, to); } in nextafter() function 2676 inline half nextafter(half from, expr to) { return functions::nextafter(from, to); } in nextafter() function 2677 inline half nextafter(expr from, half to) { return functions::nextafter(from, to); } in nextafter() function 2678 inline half nextafter(expr from, expr to) { return functions::nextafter(from, to); } in nextafter() function
|
| /external/armnn/third-party/half/ |
| D | half.hpp | 1805 static half nextafter(half from, half to) in nextafter() function 2677 inline half nextafter(half from, half to) { return functions::nextafter(from, to); } in nextafter() function 2678 inline half nextafter(half from, expr to) { return functions::nextafter(from, to); } in nextafter() function 2679 inline half nextafter(expr from, half to) { return functions::nextafter(from, to); } in nextafter() function 2680 inline half nextafter(expr from, expr to) { return functions::nextafter(from, to); } in nextafter() function
|
| /external/musl/include/ |
| D | tgmath.h | 253 #define nextafter(x,y) __tg_real_2(nextafter, (x), (y)) macro
|
| /external/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 90 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 93 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/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 91 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
|
| /external/tensorflow/tensorflow/python/ops/numpy_ops/ |
| D | np_math_ops.py | 360 def nextafter(x1, x2): function
|
| /external/tensorflow/tensorflow/python/ops/ |
| D | math_ops.py | 111 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
|
| /external/libabigail/tests/lib/ |
| D | catch.hpp | 11461 float nextafter(float x, float y) { in nextafter() function 11465 double nextafter(double x, double y) { in nextafter() function
|
| /external/catch2/single_include/catch2/ |
| D | catch.hpp | 11399 float nextafter(float x, float y) { in nextafter() function 11403 double nextafter(double x, double y) { in nextafter() function
|