MCPcopy 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
182static inline npy_extint128_t
183sub_128(npy_extint128_t x, npy_extint128_t y, char *overflow)
184{
185 return add_128(x, neg_128(y), overflow);
186}
187
188
189static inline npy_extint128_t

Callers 3

diophantine_dfsFunction · 0.85
divmod_128_64Function · 0.85
floordiv_128_64Function · 0.85

Calls 2

add_128Function · 0.85
neg_128Function · 0.85

Tested by

no test coverage detected