Lines Matching refs:decoded
67 spvutils::HexFloat<FloatProxy<T>> decoded(0.f);68 EXPECT_TRUE((std::stringstream(str) >> decoded).eof());69 return decoded.value();