/external/tensorflow/tensorflow/core/kernels/ |
D | nextafter_op.h | 48 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 | 149 mod nextafter; module
|
/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/llvm-project/libcxx/include/ |
D | math.h | 1378 inline _LIBCPP_INLINE_VISIBILITY float nextafter(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in nextafter() function 1379 inline _LIBCPP_INLINE_VISIBILITY long double nextafter(long double __lcpp_x, long double __lcpp_y) … in nextafter() function 1389 nextafter(_A1 __lcpp_x, _A2 __lcpp_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/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 90 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 92 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
|
/external/llvm-project/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/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_math.h | 200 __DEVICE__ double nextafter(double __a, double __b) { in nextafter() function
|
D | tgmath.h | 1055 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_math_ops.py | 365 def nextafter(x1, x2): function
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_ops.py | 115 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/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
|
/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
|