module documentation

Undocumented

Constant INT128​_MAX Undocumented
Constant INT128​_MID Undocumented
Constant INT128​_MIN Undocumented
Constant INT128​_VALUES Undocumented
Constant INT64​_MAX Undocumented
Constant INT64​_MID Undocumented
Constant INT64​_MIN Undocumented
Constant INT64​_POS​_VALUES Undocumented
Constant INT64​_VALUES Undocumented
Function exc​_iter Iterate over Cartesian product of *args, and if an exception is raised, add information of the current iterate.
Function test​_add​_128 Undocumented
Function test​_ceildiv​_128​_64 Undocumented
Function test​_divmod​_128​_64 Undocumented
Function test​_floordiv​_128​_64 Undocumented
Function test​_gt​_128 Undocumented
Function test​_mul​_64​_64 Undocumented
Function test​_neg​_128 Undocumented
Function test​_safe​_binop Undocumented
Function test​_shl​_128 Undocumented
Function test​_shr​_128 Undocumented
Function test​_sub​_128 Undocumented
Function test​_to​_128 Undocumented
Function test​_to​_64 Undocumented
INT128_MAX =

Undocumented

Value
2**128-1
INT128_MID =

Undocumented

Value
2**64
INT128_MIN =

Undocumented

Value
-INT128_MAX
INT128_VALUES =

Undocumented

Value
((((([(INT128_MIN + j) for j in range(20)]+[(INT128_MAX - j) for j in range(20)])+[(INT128_MID + j) for j in range(-20, 20)])+[(2 * INT128_MID + j) for j in range(-20, 20)])+[(INT128_MID // 2 + j) for j in range(-20, 20)])+list(range(-70, 70)))+[False]
INT64_MAX =

Undocumented

Value
np.iinfo(np.int64).max
INT64_MID =

Undocumented

Value
2**32
INT64_MIN =

Undocumented

Value
np.iinfo(np.int64).min
INT64_POS_VALUES =

Undocumented

Value
[x for x in INT64_VALUES if x > 0]
INT64_VALUES =

Undocumented

Value
(((([(INT64_MIN + j) for j in range(20)]+[(INT64_MAX - j) for j in range(20)])+[(INT64_MID + j) for j in range(-20, 20)])+[(2 * INT64_MID + j) for j in range(-20, 20)])+[(INT64_MID // 2 + j) for j in range(-20, 20)])+list(range(-70, 70))
@contextlib.contextmanager
def exc_iter(*args):
Iterate over Cartesian product of *args, and if an exception is raised, add information of the current iterate.
def test_add_128():

Undocumented

def test_ceildiv_128_64():

Undocumented

@pytest.mark.slow
def test_divmod_128_64():

Undocumented

def test_floordiv_128_64():

Undocumented

def test_gt_128():

Undocumented

def test_mul_64_64():

Undocumented

def test_neg_128():

Undocumented

def test_safe_binop():

Undocumented

def test_shl_128():

Undocumented

def test_shr_128():

Undocumented

def test_sub_128():

Undocumented

def test_to_128():

Undocumented

def test_to_64():

Undocumented