Lines Matching defs:check
217 # 2**(x+y) - 2**x - 2**y + 1, so the proper result is easy to check.
539 # The safest way to check the results is to use an entirely different
607 # check that we get equality with 1e200 above.
800 # skip check for small a and b: in this case, the current
860 # check detection of inexactness in shifting stage
872 # 64-bit precision. On such machines, the next check would fail,
1137 # check round-half-even algorithm. For round to nearest ten;
1211 def check(tests, byteorder, signed=False):
1270 check(tests1, 'big', signed=True)
1292 check(tests2, 'little', signed=True)
1307 check(tests3, 'big', signed=False)
1322 check(tests4, 'little', signed=False)
1344 def check(tests, byteorder, signed=False):
1413 check(tests1, 'big', signed=True)
1439 check(tests2, 'little', signed=True)
1455 check(tests3, 'big', signed=False)
1471 check(tests4, 'little', signed=False)