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

Function npy_half_iszero

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

Source from the content-addressed store, hash-verified

38}
39
40int npy_half_iszero(npy_half h)
41{
42 return (h&0x7fff) == 0;
43}
44
45int npy_half_isnan(npy_half h)
46{

Callers 1

npy_half_nextafterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected