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

Function SHORT_LT

numpy/core/src/npysort/npysort_common.h:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68static inline int
69SHORT_LT(npy_short a, npy_short b)
70{
71 return a < b;
72}
73
74
75static inline int

Callers 1

lessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected