Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc3902 double sub_val2 = std::fabs(r2_val - ceil_val); in DecodeFourByteFloatingPointRound() local
3903 if (sub_val1 > sub_val2) { in DecodeFourByteFloatingPointRound()
3905 } else if (sub_val1 < sub_val2) { in DecodeFourByteFloatingPointRound()
3920 double sub_val2 = std::fabs(r2_val - ceil_val); in DecodeFourByteFloatingPointRound() local
3921 if (sub_val1 > sub_val2) { in DecodeFourByteFloatingPointRound()
3923 } else if (sub_val1 < sub_val2) { in DecodeFourByteFloatingPointRound()
4081 float sub_val2 = std::fabs(r2_fval - ceil_val); in DecodeFourByteFloatingPointRound() local
4082 if (sub_val1 > sub_val2) { in DecodeFourByteFloatingPointRound()
4084 } else if (sub_val1 < sub_val2) { in DecodeFourByteFloatingPointRound()
4099 float sub_val2 = std::fabs(r2_fval - ceil_val); in DecodeFourByteFloatingPointRound() local
[all …]