Searched refs:expected_value (Results 1 – 2 of 2) sorted by relevance
273 FloatConst::Value(expected_value) => { in match_f32()274 if actual == expected_value.to_bits() { in match_f32()280 expected_value, in match_f32()281 expected_value.to_bits(), in match_f32()337 FloatConst::Value(expected_value) => { in match_f64()338 if actual == expected_value.to_bits() { in match_f64()344 expected_value, in match_f64()345 expected_value.to_bits(), in match_f64()
504 uint32_t expected_value) { in TEST() argument510 EXPECT_EQ(r.payload()->get_u32(), expected_value); in TEST()