Home
last modified time | relevance | path

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

/external/pcre/pcrecpp/include/
Dpcrecpparg.h88 PCRE_MAKE_PARSER(double, parse_double);
112 static bool parse_double (const char* str, int n, void* dest);
/external/pcre/pcrecpp/
Dpcrecpp.cc676 bool Arg::parse_double(const char* str, int n, void* dest) { in parse_double() function in pcrecpp::Arg
695 if (!parse_double(str, n, &r)) return false; in parse_float()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_text.c291 static boolean parse_double( const char **pcur, uint32_t *val0, uint32_t *val1) in parse_double() function
1225 ret = parse_double(&ctx->cur, &values[i].Uint, &values[i+1].Uint); in parse_immediate_data()
/external/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()