Lines Matching full:x100
130 /* X10 and X100 -- multiply integer i by 10 or 100 */133 #define X100(i) (((i)<<2)+((i)<<5)+((i)<<6))