Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc3880 double floor_val = std::floor(r2_val); in DecodeFourByteFloatingPointRound() local
3881 double sub_val1 = std::fabs(r2_val - floor_val); in DecodeFourByteFloatingPointRound()
3886 r1_val = static_cast<int32_t>(floor_val); in DecodeFourByteFloatingPointRound()
3891 r1_val = static_cast<int32_t>(floor_val); in DecodeFourByteFloatingPointRound()
3898 double floor_val = std::floor(r2_val); in DecodeFourByteFloatingPointRound() local
3899 double sub_val1 = std::fabs(r2_val - floor_val); in DecodeFourByteFloatingPointRound()
3904 r1_val = static_cast<int32_t>(floor_val); in DecodeFourByteFloatingPointRound()
3907 int32_t f_v = static_cast<int32_t>(floor_val); in DecodeFourByteFloatingPointRound()
3962 double floor_val = std::floor(r2_val); in DecodeFourByteFloatingPointRound() local
3963 if (std::abs(r2_val - floor_val) > std::abs(r2_val - ceil_val)) { in DecodeFourByteFloatingPointRound()
[all …]