Lines Matching refs:testspecs
926 def test_method(method, testspecs, testfunc): argument
930 for spec in testspecs:
1203 testspecs = [small] + ieee + [base] variable
1208 testspecs = [small] + ieee + [base] variable
1213 testspecs = [small] + ieee + [base] variable
1224 testspecs = [small, rand_ieee, base] variable
1251 do_single(method, lambda: test_method(method, testspecs, test_unary))
1254 do_single(method, lambda: test_method(method, testspecs, test_binary))
1258 do_single(name, lambda: test_method(method, testspecs, test_ternary))
1260 do_single('__format__', lambda: test_method('__format__', testspecs, test_format))
1261 do_single('__round__', lambda: test_method('__round__', testspecs, test_round))
1262 do_single('from_float', lambda: test_method('from_float', testspecs, test_from_float))
1263 do_single('quantize_api', lambda: test_method('quantize', testspecs, test_quantize_api))
1267 do_single(method, lambda: test_method(method, testspecs, test_unary))
1270 do_single(method, lambda: test_method(method, testspecs, test_binary))
1274 do_single(name, lambda: test_method(method, testspecs, test_ternary))
1278 testspecs, test_from_float))