Lines Matching full:udiv32
181 static UInt udiv32 ( UInt x, UInt y ) { return x/y; }294 vassert(udiv32(100, 7) == 14);