Searched refs:sub_val2 (Results 1 – 1 of 1) sorted by relevance
3882 double sub_val2 = std::fabs(r2_val - ceil_val); in DecodeFourByteFloatingPointRound() local3883 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() local3901 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() local4062 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 …]