Searched defs:FloatParseCase (Results 1 – 3 of 3) sorted by relevance
1003 struct FloatParseCase { struct1004 std::string literal;1005 bool negate_value;1006 bool expect_success;1007 HexFloat<FloatProxy<T>> expected_value;
1101 struct FloatParseCase { struct1102 std::string literal;1103 bool negate_value;1104 bool expect_success;1105 HexFloat<FloatProxy<T>> expected_value;