Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ npy_half_le
Function
npy_half_le
numpy/core/src/npymath/halffloat.cpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
int npy_half_le(npy_half h1, npy_half h2)
172
{
173
return Half::FromBits(h1) <= Half::FromBits(h2);
174
}
175
176
int npy_half_ge(npy_half h1, npy_half h2)
177
{
Callers
2
npy_half_ge
Function · 0.85
_NPY_MIN
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected