Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
376
extern
"C"
int
377
npy_clear_floatstatus()
378
{
379
char x = 0;
380
return npy_clear_floatstatus_barrier(&x);
381
}
382
extern
"C"
int
383
npy_get_floatstatus()
384
{
Callers
1
clear_floatstatus
Function · 0.85
Calls
1
npy_clear_floatstatus_barrier
Function · 0.85
Tested by
no test coverage detected