MCPcopy Create free account
hub / github.com/numpy/numpy / npy_half_le_nonan

Function npy_half_le_nonan

numpy/core/src/npymath/halffloat.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166int npy_half_le_nonan(npy_half h1, npy_half h2)
167{
168 return Half::FromBits(h1).LessEqual(Half::FromBits(h2));
169}
170
171int npy_half_le(npy_half h1, npy_half h2)
172{

Callers

nothing calls this directly

Calls 1

LessEqualMethod · 0.80

Tested by

no test coverage detected