Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp472 void test_erfc() { in test_erfc() function
969 test_erfc(); in main()
/external/cronet/tot/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp472 void test_erfc() { in test_erfc() function
969 test_erfc(); in main()
/external/pytorch/test/
Dtest_tensorexpr.py817 def test_erfc(x, y): function
855 test_erfc
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp880 void test_erfc() in test_erfc() function
1510 test_erfc(); in main()
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp909 void test_erfc() in test_erfc() function
1561 test_erfc(); in main()
/external/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp958 void test_erfc() in test_erfc() function
1695 test_erfc(); in main()
/external/cronet/tot/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp958 void test_erfc() in test_erfc() function
1695 test_erfc(); in main()
/external/pytorch/test/inductor/
Dtest_torchinductor.py9598 def test_erfc(self): member in CommonTemplate