Home | History | Annotate | Download | only in optimizing

Lines Matching defs:ux

4850     V ux = static_cast<V>(value);
4851 return static_cast<T>(ux >> (distance & max_shift_distance));
5006 V ux = static_cast<V>(value);
5008 return static_cast<T>(ux);
5011 return static_cast<T>(ux >> (distance & max_shift_value)) |