MCPcopy 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
171int npy_half_le(npy_half h1, npy_half h2)
172{
173 return Half::FromBits(h1) <= Half::FromBits(h2);
174}
175
176int npy_half_ge(npy_half h1, npy_half h2)
177{

Callers 2

npy_half_geFunction · 0.85
_NPY_MINFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected