class documentation

To test all integer vector types at once

Method test_arithmetic_subadd_saturated Undocumented
Method test_math_max_min Undocumented
Method test_operators_shift Undocumented
Method test_reduce_max_min npyv_reduce_max_##sfx npyv_reduce_min_##sfx

Inherited from _Test_Utility:

Method __getattr__ To call NPV intrinsics without the attribute 'npyv' and auto suffixing intrinsics according to class attribute 'sfx'
Class Variable npyv Undocumented
Class Variable sfx Undocumented
Class Variable target_name Undocumented
Method _cpu_features Undocumented
Method _data Create list of consecutive numbers according to number of vector's lanes.
Method _int_clip Undocumented
Method _int_max Undocumented
Method _int_min Undocumented
Method _is_fp Undocumented
Method _is_signed Undocumented
Method _is_unsigned Undocumented
Method _nan Undocumented
Method _ninfinity Undocumented
Method _pinfinity Undocumented
Method _scalar_size Undocumented
Method _to_unsigned Undocumented
Method _true_mask Undocumented
def test_arithmetic_subadd_saturated(self): (source)

Undocumented

def test_math_max_min(self): (source)

Undocumented

def test_operators_shift(self): (source)

Undocumented

@pytest.mark.parametrize('start', [-100, -10000, 0, 100, 10000])
def test_reduce_max_min(self, start): (source)

Test intrinsics:
npyv_reduce_max_##sfx npyv_reduce_min_##sfx