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

Method abs

src/common/Int128.h:508–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506 }
507
508 Int128 abs() const
509 {
510 Int128 rc(*this);
511 if (rc.v.Abs())
512 overflow();
513 return rc;
514 }
515
516 Int128 neg() const
517 {

Callers

nothing calls this directly

Calls 1

AbsMethod · 0.80

Tested by

no test coverage detected