Searched refs:f_v (Results 1 – 1 of 1) sorted by relevance
3907 int32_t f_v = static_cast<int32_t>(floor_val); in DecodeFourByteFloatingPointRound() local3908 if (f_v % 2 == 0) in DecodeFourByteFloatingPointRound()3909 r1_val = f_v; in DecodeFourByteFloatingPointRound()3970 int64_t f_v = static_cast<int64_t>(floor_val); in DecodeFourByteFloatingPointRound() local3971 if (f_v % 2 == 0) in DecodeFourByteFloatingPointRound()3972 r1_val = f_v; in DecodeFourByteFloatingPointRound()4019 int64_t f_v = static_cast<int64_t>(floor_val); in DecodeFourByteFloatingPointRound() local4020 if (f_v % 2 == 0) in DecodeFourByteFloatingPointRound()4021 r1_val = f_v; in DecodeFourByteFloatingPointRound()4086 int32_t f_v = static_cast<int32_t>(floor_val); in DecodeFourByteFloatingPointRound() local[all …]