Lines Matching defs:negate_value
1103 bool negate_value;
1113 ParseNormalFloat(input, GetParam().negate_value, parsed_value);
1116 << " negate: " << GetParam().negate_value;
1120 << " negate: " << GetParam().negate_value;
1126 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value,
1129 return FloatParseCase<T>{literal, negate_value, false, proxy_expected_value};
1134 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value,
1137 return FloatParseCase<T>{literal, negate_value, true, proxy_expected_value};
1154 // Cases with negate_value being true.
1158 // When negate_value is true, we should not accept a
1169 // We can't have -1e40 and negate_value == true since
1180 ParseNormalFloat(input, GetParam().negate_value, parsed_value);
1183 << " negate: " << GetParam().negate_value;
1187 << " negate: " << GetParam().negate_value;
1205 // Cases with negate_value being true.
1209 // When negate_value is true, we should not accept a leading minus or