Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc3907 int32_t f_v = static_cast<int32_t>(floor_val); in DecodeFourByteFloatingPointRound() local
3908 if (f_v % 2 == 0) in DecodeFourByteFloatingPointRound()
3909 r1_val = f_v; in DecodeFourByteFloatingPointRound()
3970 int64_t f_v = static_cast<int64_t>(floor_val); in DecodeFourByteFloatingPointRound() local
3971 if (f_v % 2 == 0) in DecodeFourByteFloatingPointRound()
3972 r1_val = f_v; in DecodeFourByteFloatingPointRound()
4019 int64_t f_v = static_cast<int64_t>(floor_val); in DecodeFourByteFloatingPointRound() local
4020 if (f_v % 2 == 0) in DecodeFourByteFloatingPointRound()
4021 r1_val = f_v; in DecodeFourByteFloatingPointRound()
4086 int32_t f_v = static_cast<int32_t>(floor_val); in DecodeFourByteFloatingPointRound() local
[all …]