HomeSort by relevance Sort by last modified time
    Searched defs:ParseFloat (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/src/math/big/
floatconv.go 276 // ParseFloat is like f.Parse(s, base) with f set to the given precision
278 func ParseFloat(s string, base int, prec uint, mode RoundingMode) (f *Float, b int, err error) {
  /prebuilts/go/linux-x86/src/math/big/
floatconv.go 276 // ParseFloat is like f.Parse(s, base) with f set to the given precision
278 func ParseFloat(s string, base int, prec uint, mode RoundingMode) (f *Float, b int, err error) {
  /prebuilts/go/darwin-x86/src/strconv/
atof.go 436 const fnParseFloat = "ParseFloat"
516 // ParseFloat converts the string s to a floating-point number
522 // ParseFloat returns the nearest floating point number rounded
525 // The errors that ParseFloat returns have concrete type *NumError
528 // If s is not syntactically well-formed, ParseFloat returns err.Err = ErrSyntax.
532 // ParseFloat returns f = ħInf, err.Err = ErrRange.
533 func ParseFloat(s string, bitSize int) (float64, error) {
  /prebuilts/go/linux-x86/src/strconv/
atof.go 436 const fnParseFloat = "ParseFloat"
516 // ParseFloat converts the string s to a floating-point number
522 // ParseFloat returns the nearest floating point number rounded
525 // The errors that ParseFloat returns have concrete type *NumError
528 // If s is not syntactically well-formed, ParseFloat returns err.Err = ErrSyntax.
532 // ParseFloat returns f = ħInf, err.Err = ErrRange.
533 func ParseFloat(s string, bitSize int) (float64, error) {
  /external/libmojo/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 66 bool ParseFloat(const DataType& type, const std::string& value_string);
136 DATA_TYPE("[f]", 4, &ValidationTestInputParser::ParseFloat),
281 bool ValidationTestInputParser::ParseFloat(const DataType& type,
  /external/nanopb-c/generator/google/protobuf/
text_format.py 469 result = ParseFloat(self.token)
654 def ParseFloat(text):
  /external/protobuf/python/google/protobuf/
text_format.py 970 result = ParseFloat(self.token)
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 900 double Tokenizer::ParseFloat(const string& text) {
920 << " Tokenizer::ParseFloat() passed text that could not have been"
    [all...]

Completed in 389 milliseconds