Home
last modified time | relevance | path

Searched refs:hex_parse (Results 1 – 6 of 6) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/strings/
Dcharconv.cc615 strings_internal::ParsedFloat hex_parse = in FromCharsImpl() local
617 if (hex_parse.end == nullptr || in FromCharsImpl()
618 hex_parse.type != strings_internal::FloatType::kNumber) { in FromCharsImpl()
635 result.ptr = hex_parse.end; in FromCharsImpl()
636 if (HandleEdgeCase(hex_parse, negative, &value)) { in FromCharsImpl()
640 CalculateFromParsedHexadecimal<FloatType>(hex_parse); in FromCharsImpl()
646 strings_internal::ParsedFloat hex_parse = in FromCharsImpl() local
648 if (hex_parse.end == nullptr) { in FromCharsImpl()
652 result.ptr = hex_parse.end; in FromCharsImpl()
653 if (HandleEdgeCase(hex_parse, negative, &value)) { in FromCharsImpl()
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcharconv.cc859 strings_internal::ParsedFloat hex_parse = in FromCharsImpl() local
861 if (hex_parse.end == nullptr || in FromCharsImpl()
862 hex_parse.type != strings_internal::FloatType::kNumber) { in FromCharsImpl()
879 result.ptr = hex_parse.end; in FromCharsImpl()
880 if (HandleEdgeCase(hex_parse, negative, &value)) { in FromCharsImpl()
884 CalculateFromParsedHexadecimal<FloatType>(hex_parse); in FromCharsImpl()
890 strings_internal::ParsedFloat hex_parse = in FromCharsImpl() local
892 if (hex_parse.end == nullptr) { in FromCharsImpl()
896 result.ptr = hex_parse.end; in FromCharsImpl()
897 if (HandleEdgeCase(hex_parse, negative, &value)) { in FromCharsImpl()
[all …]
/external/angle/third_party/abseil-cpp/absl/strings/
Dcharconv.cc878 strings_internal::ParsedFloat hex_parse = in FromCharsImpl() local
880 if (hex_parse.end == nullptr || in FromCharsImpl()
881 hex_parse.type != strings_internal::FloatType::kNumber) { in FromCharsImpl()
898 result.ptr = hex_parse.end; in FromCharsImpl()
899 if (HandleEdgeCase(hex_parse, negative, &value)) { in FromCharsImpl()
903 CalculateFromParsedHexadecimal<FloatType>(hex_parse); in FromCharsImpl()
909 strings_internal::ParsedFloat hex_parse = in FromCharsImpl() local
911 if (hex_parse.end == nullptr) { in FromCharsImpl()
915 result.ptr = hex_parse.end; in FromCharsImpl()
916 if (HandleEdgeCase(hex_parse, negative, &value)) { in FromCharsImpl()
[all …]
/external/abseil-cpp/absl/strings/
Dcharconv.cc881 strings_internal::ParsedFloat hex_parse = in FromCharsImpl() local
883 if (hex_parse.end == nullptr || in FromCharsImpl()
884 hex_parse.type != strings_internal::FloatType::kNumber) { in FromCharsImpl()
901 result.ptr = hex_parse.end; in FromCharsImpl()
902 if (HandleEdgeCase(hex_parse, negative, &value)) { in FromCharsImpl()
906 CalculateFromParsedHexadecimal<FloatType>(hex_parse); in FromCharsImpl()
912 strings_internal::ParsedFloat hex_parse = in FromCharsImpl() local
914 if (hex_parse.end == nullptr) { in FromCharsImpl()
918 result.ptr = hex_parse.end; in FromCharsImpl()
919 if (HandleEdgeCase(hex_parse, negative, &value)) { in FromCharsImpl()
[all …]
/external/cronet/stable/third_party/abseil-cpp/absl/strings/
Dcharconv.cc881 strings_internal::ParsedFloat hex_parse = in FromCharsImpl() local
883 if (hex_parse.end == nullptr || in FromCharsImpl()
884 hex_parse.type != strings_internal::FloatType::kNumber) { in FromCharsImpl()
901 result.ptr = hex_parse.end; in FromCharsImpl()
902 if (HandleEdgeCase(hex_parse, negative, &value)) { in FromCharsImpl()
906 CalculateFromParsedHexadecimal<FloatType>(hex_parse); in FromCharsImpl()
912 strings_internal::ParsedFloat hex_parse = in FromCharsImpl() local
914 if (hex_parse.end == nullptr) { in FromCharsImpl()
918 result.ptr = hex_parse.end; in FromCharsImpl()
919 if (HandleEdgeCase(hex_parse, negative, &value)) { in FromCharsImpl()
[all …]
/external/cronet/tot/third_party/abseil-cpp/absl/strings/
Dcharconv.cc881 strings_internal::ParsedFloat hex_parse = in FromCharsImpl() local
883 if (hex_parse.end == nullptr || in FromCharsImpl()
884 hex_parse.type != strings_internal::FloatType::kNumber) { in FromCharsImpl()
901 result.ptr = hex_parse.end; in FromCharsImpl()
902 if (HandleEdgeCase(hex_parse, negative, &value)) { in FromCharsImpl()
906 CalculateFromParsedHexadecimal<FloatType>(hex_parse); in FromCharsImpl()
912 strings_internal::ParsedFloat hex_parse = in FromCharsImpl() local
914 if (hex_parse.end == nullptr) { in FromCharsImpl()
918 result.ptr = hex_parse.end; in FromCharsImpl()
919 if (HandleEdgeCase(hex_parse, negative, &value)) { in FromCharsImpl()
[all …]