Home
last modified time | relevance | path

Searched refs:parse_double (Results 1 – 7 of 7) sorted by relevance

/third_party/re2/util/
Dpcre.h587 MAKE_PARSER(double, parse_double);
621 static bool parse_double (const char* str, size_t n, void* dest);
Dpcre.cc992 bool PCRE::Arg::parse_double(const char* str, size_t n, void* dest) { in parse_double() function in re2::PCRE::Arg
/third_party/re2/re2/
Dre2.h806 MAKE_PARSER(double, parse_double) in MAKE_PARSER()
839 static bool parse_double (const char* str, size_t n, void* dest);
Dre2.cc1202 bool RE2::Arg::parse_double(const char* str, size_t n, void* dest) { in GlobalReplace() function in re2::RE2::Arg
/third_party/libsoup/libsoup/
Dsoup-xmlrpc.c911 parse_double (xmlNode *typenode, GError **error) in parse_double() function
1015 variant = parse_double (typenode, error); in parse_value()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c283 static boolean parse_double( const char **pcur, uint32_t *val0, uint32_t *val1) in parse_double() function
1242 ret = parse_double(&ctx->cur, &values[i].Uint, &values[i+1].Uint); in parse_immediate_data()
/third_party/glib/glib/
Dgoption.c1145 parse_double (const gchar *arg_name, in parse_double() function
1472 if (!parse_double (option_name, value, in parse_arg()