MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / neg

Method neg

src/common/Int128.h:516–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514 }
515
516 Int128 neg() const
517 {
518 Int128 rc(*this);
519 if (rc.v.ChangeSign())
520 overflow();
521 return rc;
522 }
523
524 Int128 add(Int128 op2) const
525 {

Callers

nothing calls this directly

Calls 1

ChangeSignMethod · 0.80

Tested by

no test coverage detected