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

/external/chromium_org/v8/src/
H A Dutils.h90 inline int ArithmeticShiftRight(int x, int s) { function in namespace:v8::internal
H A Dparser.cc482 int value = ArithmeticShiftRight(DoubleToInt32(x_val), shift);
H A Druntime.cc7567 ArithmeticShiftRight(x, y & 0x1f));

Completed in 85 milliseconds