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

Function npy_half_lt_nonan

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

Source from the content-addressed store, hash-verified

149}
150
151int npy_half_lt_nonan(npy_half h1, npy_half h2)
152{
153 return Half::FromBits(h1).Less(Half::FromBits(h2));
154}
155
156int npy_half_lt(npy_half h1, npy_half h2)
157{

Callers

nothing calls this directly

Calls 1

LessMethod · 0.80

Tested by

no test coverage detected