Home
last modified time | relevance | path

Searched defs:test_trunc (Results 1 – 10 of 10) sorted by relevance

/external/pytorch/test/torch_np/
Dtest_unary_ufuncs.py143 def test_trunc(self): member in TestUnaryUfuncs
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1448 void test_trunc() in test_trunc() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1499 void test_trunc() in test_trunc() function
/external/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp1633 void test_trunc() in test_trunc() function
/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp722 void test_trunc() { in test_trunc() function
/external/cronet/tot/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp722 void test_trunc() { in test_trunc() function
/external/cronet/tot/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp1633 void test_trunc() in test_trunc() function
/external/python/cpython3/Lib/test/
Dtest_math.py1910 def test_trunc(self): member in MathTests
Dtest_decimal.py2650 def test_trunc(self): member in PythonAPItests
/external/pytorch/test/
Dtest_tensorexpr.py777 def test_trunc(x, y): function