Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dsimulator-s390.cc3879 double ceil_val = std::ceil(r2_val); in DecodeFourByteFloatingPointRound() local
3882 double sub_val2 = std::fabs(r2_val - ceil_val); in DecodeFourByteFloatingPointRound()
3884 r1_val = static_cast<int32_t>(ceil_val); in DecodeFourByteFloatingPointRound()
3889 r1_val = static_cast<int32_t>(ceil_val); in DecodeFourByteFloatingPointRound()
3897 double ceil_val = std::ceil(r2_val); in DecodeFourByteFloatingPointRound() local
3900 double sub_val2 = std::fabs(r2_val - ceil_val); in DecodeFourByteFloatingPointRound()
3902 r1_val = static_cast<int32_t>(ceil_val); in DecodeFourByteFloatingPointRound()
3906 int32_t c_v = static_cast<int32_t>(ceil_val); in DecodeFourByteFloatingPointRound()
3961 double ceil_val = std::ceil(r2_val); in DecodeFourByteFloatingPointRound() local
3963 if (std::abs(r2_val - floor_val) > std::abs(r2_val - ceil_val)) { in DecodeFourByteFloatingPointRound()
[all …]