Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ npy_half_lt
Function
npy_half_lt
numpy/core/src/npymath/halffloat.cpp:156–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
int npy_half_lt(npy_half h1, npy_half h2)
157
{
158
return Half::FromBits(h1) < Half::FromBits(h2);
159
}
160
161
int npy_half_gt(npy_half h1, npy_half h2)
162
{
Callers
1
slasd6_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected