Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_data
Method · 0.95
_int_clip
Method · 0.95
_int_max
Method · 0.95
_int_min
Method · 0.95
test_operators_comparison
Method · 0.80
test_operators_logical
Method · 0.80
test_arithmetic_subadd
Method · 0.80
test_arithmetic_mul
Method · 0.80
test_arithmetic_div
Method · 0.80
test_arithmetic_intdiv
Method · 0.80
test_mask_conditional
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected