Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
382
extern
"C"
int
383
npy_get_floatstatus()
384
{
385
char x = 0;
386
return npy_get_floatstatus_barrier(&x);
387
}
388
389
390
/*
Callers
1
get_floatstatus
Function · 0.85
Calls
1
npy_get_floatstatus_barrier
Function · 0.85
Tested by
no test coverage detected