| 1303 | }; |
| 1304 | |
| 1305 | IDecFloat16* UtilInterface::getDecFloat16(CheckStatusWrapper* status) |
| 1306 | { |
| 1307 | static DecFloat16 decFloat16; |
| 1308 | return &decFloat16; |
| 1309 | } |
| 1310 | |
| 1311 | class DecFloat34 final : public AutoIface<IDecFloat34Impl<DecFloat34, CheckStatusWrapper> > |
| 1312 | { |