Searched refs:ux (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h4575 V ux = static_cast<V>(value); local
4576 return static_cast<T>(ux >> (distance & max_shift_distance));
4731 V ux = static_cast<V>(value); local
4733 return static_cast<T>(ux);
4736 return static_cast<T>(ux >> (distance & max_shift_value)) |

Completed in 33 milliseconds