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

Function npy_half_isfinite

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

Source from the content-addressed store, hash-verified

53}
54
55int npy_half_isfinite(npy_half h)
56{
57 return ((h&0x7c00u) != 0x7c00u);
58}
59
60int npy_half_signbit(npy_half h)
61{

Callers 1

npy_half_nextafterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected