Home
last modified time | relevance | path

Searched defs:ParseFloat (Results 1 – 12 of 12) sorted by relevance

/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_parse_test.cc127 TEST(ParseFloat, SimpleValue) { in TEST() argument
205 TEST(ParseFloat, LargeDecimalMantissa) { in TEST() argument
269 TEST(ParseFloat, LargeHexadecimalMantissa) { in TEST() argument
300 TEST(ParseFloat, ScientificVsFixed) { in TEST() argument
316 TEST(ParseFloat, Infinity) { in TEST() argument
329 TEST(ParseFloat, NaN) { in TEST() argument
Dcharconv_parse.cc355 strings_internal::ParsedFloat ParseFloat(const char* begin, const char* end, in ParseFloat() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_parse_test.cc127 TEST(ParseFloat, SimpleValue) { in TEST() argument
205 TEST(ParseFloat, LargeDecimalMantissa) { in TEST() argument
269 TEST(ParseFloat, LargeHexadecimalMantissa) { in TEST() argument
300 TEST(ParseFloat, ScientificVsFixed) { in TEST() argument
316 TEST(ParseFloat, Infinity) { in TEST() argument
329 TEST(ParseFloat, NaN) { in TEST() argument
Dcharconv_parse.cc355 strings_internal::ParsedFloat ParseFloat(const char* begin, const char* end, in ParseFloat() function
/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs397 public static float ParseFloat(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseFloat() method in Google.Protobuf.ParsingPrimitives
/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.cc902 double Tokenizer::ParseFloat(const std::string& text) { in ParseFloat() function in google::protobuf::io::Tokenizer
Dtokenizer_unittest.cc734 TEST_F(TokenizerTest, ParseFloat) { in TEST_F() argument
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dparse_number_test.cpp166 TEST(ParseFloat, Sample) { in TEST() argument
188 TEST(ParseFloat, Overflow) { in TEST() argument
/third_party/skia/third_party/externals/spirv-tools/test/
Dparse_number_test.cpp164 TEST(ParseFloat, Sample) { in TEST() argument
186 TEST(ParseFloat, Overflow) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dparse_number_test.cpp164 TEST(ParseFloat, Sample) { in TEST() argument
186 TEST(ParseFloat, Overflow) { in TEST() argument
/third_party/spirv-tools/test/
Dparse_number_test.cpp164 TEST(ParseFloat, Sample) { in TEST() argument
186 TEST(ParseFloat, Overflow) { in TEST() argument
/third_party/protobuf/python/google/protobuf/
Dtext_format.py1731 def ParseFloat(text): function