1 2 3 4 5 6 7 8
use crate::decimal::common::round::test_impl; test_impl!(UD, 128); test_impl!(UD, 256); test_impl!(UD, 512); test_impl!(D, 128); test_impl!(D, 256); test_impl!(D, 512);