Searched defs:isfloat (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dre2.cc1167 static bool parse_double_float(const char* str, int n, bool isfloat, void *dest) { argument
1177 if (isfloat) {
1185 if (isfloat) {
/external/regex-re2/re2/
H A Dre2.cc1149 static bool parse_double_float(const char* str, int n, bool isfloat, void *dest) { argument
1159 if (isfloat) {
1167 if (isfloat) {
/external/qemu/disas/
H A Darm.c2454 int isfloat = 0; local
2516 isfloat = 1;
2535 if (isfloat)

Completed in 1018 milliseconds