module documentation

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
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

Iterate over Cartesian product of *args, and if an exception is raised, add information of the current iterate.

def test_add_128(): (source)

Undocumented

def test_ceildiv_128_64(): (source)

Undocumented

@pytest.mark.slow
def test_divmod_128_64(): (source)

Undocumented

def test_floordiv_128_64(): (source)

Undocumented

def test_gt_128(): (source)

Undocumented

def test_mul_64_64(): (source)

Undocumented

def test_neg_128(): (source)

Undocumented

def test_safe_binop(): (source)

Undocumented

def test_shl_128(): (source)

Undocumented

def test_shr_128(): (source)

Undocumented

def test_sub_128(): (source)

Undocumented

def test_to_128(): (source)

Undocumented

def test_to_64(): (source)

Undocumented

INT128_MAX = (source)

Undocumented

Value
2**128-1
INT128_MID = (source)

Undocumented

Value
2**64
INT128_MIN = (source)

Undocumented

Value
-INT128_MAX
INT128_VALUES = (source)

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 = (source)

Undocumented

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

Undocumented

Value
2**32
INT64_MIN = (source)

Undocumented

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

Undocumented

Value
[x for x in INT64_VALUES if x > 0]
INT64_VALUES = (source)

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))