Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dnextafter_op.h48 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.rs149 mod nextafter; module
/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/llvm-project/libcxx/include/
Dmath.h1378 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/
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/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp92 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
/external/llvm-project/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/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h200 __DEVICE__ double nextafter(double __a, double __b) { in nextafter() function
Dtgmath.h1055 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py365 def nextafter(x1, x2): function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py115 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/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
/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