Lines Matching refs:f_v
3907 int32_t f_v = static_cast<int32_t>(floor_val); in DecodeFourByteFloatingPointRound() local
3908 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() local
3971 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() local
4020 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
4087 if (f_v % 2 == 0) in DecodeFourByteFloatingPointRound()
4088 r1_val = f_v; in DecodeFourByteFloatingPointRound()
9149 int32_t f_v = static_cast<int32_t>(floor_val); in EVALUATE() local
9150 if (f_v % 2 == 0) in EVALUATE()
9151 r1_val = f_v; in EVALUATE()
9233 int32_t f_v = static_cast<int32_t>(floor_val); in EVALUATE() local
9234 if (f_v % 2 == 0) in EVALUATE()
9235 r1_val = f_v; in EVALUATE()
9378 int64_t f_v = static_cast<int64_t>(floor_val); in EVALUATE() local
9379 if (f_v % 2 == 0) in EVALUATE()
9380 r1_val = f_v; in EVALUATE()
9429 int64_t f_v = static_cast<int64_t>(floor_val); in EVALUATE() local
9430 if (f_v % 2 == 0) in EVALUATE()
9431 r1_val = f_v; in EVALUATE()