| 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 | { |