MCPcopy 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
156int npy_half_lt(npy_half h1, npy_half h2)
157{
158 return Half::FromBits(h1) < Half::FromBits(h2);
159}
160
161int 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