Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc3882 double sub_val2 = std::fabs(r2_val - ceil_val); in DecodeFourByteFloatingPointRound() local
3883 if (sub_val1 > sub_val2) { in DecodeFourByteFloatingPointRound()
3885 } else if (sub_val1 < sub_val2) { in DecodeFourByteFloatingPointRound()
3900 double sub_val2 = std::fabs(r2_val - ceil_val); in DecodeFourByteFloatingPointRound() local
3901 if (sub_val1 > sub_val2) { in DecodeFourByteFloatingPointRound()
3903 } else if (sub_val1 < sub_val2) { in DecodeFourByteFloatingPointRound()
4061 float sub_val2 = std::fabs(r2_fval - ceil_val); in DecodeFourByteFloatingPointRound() local
4062 if (sub_val1 > sub_val2) { in DecodeFourByteFloatingPointRound()
4064 } else if (sub_val1 < sub_val2) { in DecodeFourByteFloatingPointRound()
4079 float sub_val2 = std::fabs(r2_fval - ceil_val); in DecodeFourByteFloatingPointRound() local
[all …]