Home
last modified time | relevance | path

Searched refs:SubHadOverflow (Results 1 – 1 of 1) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Dsaturated_arithmetic.h63 inline bool SubHadOverflow(int64_t x, int64_t y, int64_t diff) { in SubHadOverflow() function
83 return SubHadOverflow(x, y, TwosComplementSubtraction(x, y)); in SubOverflows()
138 return SubHadOverflow(x, y, result) ? CapWithSignOf(x) : result; in CapSubGeneric()