class _SIMD_FP(_Test_Utility):
Method | test_abs |
Undocumented |
Method | test_arithmetic_fused |
Undocumented |
Method | test_max |
Test intrinsics: npyv_max_##SFX npyv_maxp_##SFX |
Method | test_min |
Test intrinsics: npyv_min_##SFX npyv_minp_##SFX |
Method | test_reciprocal |
Undocumented |
Method | test_rounding |
Test intrinsics: npyv_ceil_##SFX npyv_trunc_##SFX |
Method | test_special_cases |
Compare Not NaN. Test intrinsics: npyv_notnan_##SFX |
Method | test_sqrt |
Undocumented |
Method | test_square |
Undocumented |
Inherited from _Test_Utility
:
Method | __getattr__ |
To call NPV intrinsics without the attribute 'npyv' and auto suffixing intrinsics according to class attribute 'sfx' |
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 |
Class Variable | npyv |
Undocumented |
Class Variable | sfx |
Undocumented |
Class Variable | target_name |
Undocumented |