Home
last modified time | relevance | path

Searched refs:val_sign (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc3728 int val_sign = (val > 0) ? 1 : -1; in ConvertDoubleToInt() local
3730 result += val_sign; in ConvertDoubleToInt()
3735 : base::AddWithWraparound(result, val_sign); in ConvertDoubleToInt()