| 361 | |
| 362 | #if SIZEOF_LONG < 8 |
| 363 | Decimal64 Decimal64::set(int value, DecimalStatus decSt, int scale) |
| 364 | { |
| 365 | return set(SLONG(value), decSt, scale); |
| 366 | } |
| 367 | #endif |
| 368 | |
| 369 | Decimal64 Decimal64::set(SLONG value, DecimalStatus decSt, int scale) |
nothing calls this directly
no test coverage detected