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