Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ sub_128
Function
sub_128
numpy/core/src/common/npy_extint128.h:182–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
181
182
static inline npy_extint128_t
183
sub_128(npy_extint128_t x, npy_extint128_t y, char *overflow)
184
{
185
return add_128(x, neg_128(y), overflow);
186
}
187
188
189
static inline npy_extint128_t
Callers
3
diophantine_dfs
Function · 0.85
divmod_128_64
Function · 0.85
floordiv_128_64
Function · 0.85
Calls
2
add_128
Function · 0.85
neg_128
Function · 0.85
Tested by
no test coverage detected