Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/torch_np/
H A Dtest_unary_ufuncs.py143 def test_trunc(self): member in TestUnaryUfuncs
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_math.py862 def test_trunc(self): member in MathTests
Dtest_decimal.py1710 def test_trunc(self): member in DecimalPythonAPItests
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs231 fn test_trunc() { in test_trunc() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs241 fn test_trunc() { in test_trunc() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs241 fn test_trunc() { in test_trunc() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs270 fn test_trunc() { in test_trunc() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs270 fn test_trunc() { in test_trunc() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs231 fn test_trunc() { in test_trunc() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/f64/
H A Dtests.rs270 fn test_trunc() { in test_trunc() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs280 fn test_trunc() { in test_trunc() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs280 fn test_trunc() { in test_trunc() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/f32/
H A Dtests.rs280 fn test_trunc() { in test_trunc() function
/aosp_15_r20/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp1448 void test_trunc() in test_trunc() function
/aosp_15_r20/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp1499 void test_trunc() in test_trunc() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/c.math/
H A Dcmath.pass.cpp1571 void test_trunc() in test_trunc() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp722 void test_trunc() { in test_trunc() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_math.py1574 def test_trunc(self): member in MathTests
Dtest_decimal.py2623 def test_trunc(self): member in PythonAPItests
/aosp_15_r20/external/pytorch/test/
H A Dtest_tensorexpr.py777 def test_trunc(x, y): function