FRACTIONAL_PART_MASK
(FRACTIONAL_PART_MASK & (x))
unsigned int fractional_part = FRACTIONAL_PART_MASK & value;
(FRACTIONAL_PART_MASK & (x))
unsigned int fractional_part = FRACTIONAL_PART_MASK & value;
(FRACTIONAL_PART_MASK & (x))