MCPcopy Create free account
hub / github.com/numpy/numpy / _is_fp

Method _is_fp

numpy/core/tests/test_simd.py:62–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 return self.sfx[0] == 's'
61
62 def _is_fp(self):
63 return self.sfx[0] == 'f'
64
65 def _scalar_size(self):
66 return int(self.sfx[1:])

Callers 11

_dataMethod · 0.95
_int_clipMethod · 0.95
_int_maxMethod · 0.95
_int_minMethod · 0.95
test_arithmetic_mulMethod · 0.80
test_arithmetic_divMethod · 0.80
test_mask_conditionalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected