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

Function npy_clear_floatstatus

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

Source from the content-addressed store, hash-verified

374}
375
376extern "C" int
377npy_clear_floatstatus()
378{
379 char x = 0;
380 return npy_clear_floatstatus_barrier(&x);
381}
382extern "C" int
383npy_get_floatstatus()
384{

Callers 1

clear_floatstatusFunction · 0.85

Calls 1

Tested by

no test coverage detected