Searched refs:sub_val2 (Results 1 – 1 of 1) sorted by relevance
3902 double sub_val2 = std::fabs(r2_val - ceil_val); in DecodeFourByteFloatingPointRound() local3903 if (sub_val1 > sub_val2) { in DecodeFourByteFloatingPointRound()3905 } else if (sub_val1 < sub_val2) { in DecodeFourByteFloatingPointRound()3920 double sub_val2 = std::fabs(r2_val - ceil_val); in DecodeFourByteFloatingPointRound() local3921 if (sub_val1 > sub_val2) { in DecodeFourByteFloatingPointRound()3923 } else if (sub_val1 < sub_val2) { in DecodeFourByteFloatingPointRound()4081 float sub_val2 = std::fabs(r2_fval - ceil_val); in DecodeFourByteFloatingPointRound() local4082 if (sub_val1 > sub_val2) { in DecodeFourByteFloatingPointRound()4084 } else if (sub_val1 < sub_val2) { in DecodeFourByteFloatingPointRound()4099 float sub_val2 = std::fabs(r2_fval - ceil_val); in DecodeFourByteFloatingPointRound() local[all …]