Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc3570 int val_sign = (val > 0) ? 1 : -1; in DecodeVCVTBetweenFloatingPointAndInteger() local
3572 temp += val_sign; in DecodeVCVTBetweenFloatingPointAndInteger()
3575 temp = ((temp % 2) == 0) ? temp : temp + val_sign; in DecodeVCVTBetweenFloatingPointAndInteger()