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

Method normalize

src/common/DecFloat.cpp:571–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571Decimal64 Decimal64::normalize(DecimalStatus decSt) const
572{
573 DecimalContext context(this, decSt);
574 Decimal64 rc;
575 decDoubleReduce(&rc.dec, &dec, &context);
576 return rc;
577}
578
579short Decimal64::totalOrder(Decimal64 op2) const
580{

Callers 1

evlNormDecFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected