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