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

Method fromBcd

src/yvalve/utl.cpp:1285–1288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1283 }
1284
1285 void fromBcd(int sign, const unsigned char* bcd, int exp, FB_DEC16* to)
1286 {
1287 decDoubleFromBCD(reinterpret_cast<decDouble*>(to), exp, bcd, sign ? DECFLOAT_Sign : 0);
1288 }
1289
1290 void fromString(CheckStatusWrapper* status, const char* from, FB_DEC16* to)
1291 {

Callers 1

Functions.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected