Home
last modified time | relevance | path

Searched refs:test_nextafter (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/test/torch_np/
H A Dtest_binary_ufuncs.py177 def test_nextafter(self): member in TestBinaryUfuncBasic
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp622 void test_nextafter() { in test_nextafter() function
988 test_nextafter(); in main()
/aosp_15_r20/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp1264 void test_nextafter() in test_nextafter() function
1529 test_nextafter(); in main()
/aosp_15_r20/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp1315 void test_nextafter() in test_nextafter() function
1580 test_nextafter(); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/c.math/
H A Dcmath.pass.cpp1387 void test_nextafter() in test_nextafter() function
1653 test_nextafter(); in main()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_math.py2028 def test_nextafter(self): member in MathTests
/aosp_15_r20/external/pytorch/test/
H A Dtest_binary_ufuncs.py2919 def test_nextafter(self, device, dtype): member in TestBinaryUfuncs
H A Dtest_mps.py11691 def test_nextafter(self, device="mps"): member in TestAdvancedIndexing