Home
last modified time | relevance | path

Searched refs:test_gcd (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/math/reporting/performance/
Dtest_polynomial.cpp114 double test_gcd() in test_gcd() function
/third_party/boost/libs/multiprecision/performance/
Dperformance_test.hpp299 double test_gcd() in test_gcd() function
632 report_result(cat, type, "gcd", precision, t.test_gcd()); in test_int_ops()
/third_party/python/Lib/test/
Dtest_binop.py200 def test_gcd(self): member in RatTestCase
/third_party/mindspore/tests/st/numpy_native/
Dtest_math_ops.py1795 def test_gcd(): function