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

Function npy_get_floatstatus

numpy/core/src/npymath/ieee754.cpp:382–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380 return npy_clear_floatstatus_barrier(&x);
381}
382extern "C" int
383npy_get_floatstatus()
384{
385 char x = 0;
386 return npy_get_floatstatus_barrier(&x);
387}
388
389
390/*

Callers 1

get_floatstatusFunction · 0.85

Calls 1

Tested by

no test coverage detected