Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dnextafter_op.h47 struct nextafter : base<T, nextafter_op<T>> {}; struct
/external/rust/crates/libm/src/math/
Dnextafter.rs2 pub fn nextafter(x: f64, y: f64) -> f64 { in nextafter() function
Dmod.rs165 mod nextafter; module
/external/musl/src/math/
Dnextafter.c3 double nextafter(double x, double y) in nextafter() function
/external/catch2/projects/SelfTest/UsageTests/
DMatchers.tests.cpp101 float nextafter(float from, float to) in nextafter() function
106 double nextafter(double from, double to) in nextafter() function
/external/catch2/include/internal/
Dcatch_matchers_floating.cpp64 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/
Dulp.inl116 GLM_FUNC_QUALIFIER double nextafter(double x, double y) function
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h1474 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/
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/ComputeLibrary/include/half/
Dhalf.hpp1803 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/
Dhalf.hpp1805 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/
Dtgmath.h253 #define nextafter(x,y) __tg_real_2(nextafter, (x), (y)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp90 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp93 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/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp91 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py360 def nextafter(x1, x2): function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py111 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
/external/libabigail/tests/lib/
Dcatch.hpp11461 float nextafter(float x, float y) { in nextafter() function
11465 double nextafter(double x, double y) { in nextafter() function
/external/catch2/single_include/catch2/
Dcatch.hpp11399 float nextafter(float x, float y) { in nextafter() function
11403 double nextafter(double x, double y) { in nextafter() function