Searched refs:ceil_val (Results 1 – 1 of 1) sorted by relevance
3879 double ceil_val = std::ceil(r2_val); in DecodeFourByteFloatingPointRound() local3882 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() local3900 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() local3963 if (std::abs(r2_val - floor_val) > std::abs(r2_val - ceil_val)) { in DecodeFourByteFloatingPointRound()[all …]