Searched defs:FloatParseCase (Results 1 – 5 of 5) sorted by relevance
1003 struct FloatParseCase { struct1004 std::string literal;1005 bool negate_value;1006 bool expect_success;1007 HexFloat<FloatProxy<T>> expected_value;
1006 struct FloatParseCase { struct1007 std::string literal;1008 bool negate_value;1009 bool expect_success;1010 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;