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

Method sub

src/common/DecFloat.cpp:916–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914}
915
916Decimal128 Decimal128::sub(DecimalStatus decSt, Decimal128 op2) const
917{
918 DecimalContext context(this, decSt);
919 Decimal128 rc;
920 decQuadSubtract(&rc.dec, &dec, &op2.dec, &context);
921 return rc;
922}
923
924Decimal128 Decimal128::mul(DecimalStatus decSt, Decimal128 op2) const
925{

Callers 3

addMethod · 0.45
add2Method · 0.45
aggExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected