Searched refs: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/opencv/otherlibs/highgui/
H A Dgrfmt_exr.cpp597 bool isfloat = depth == IPL_DEPTH_32F || depth == IPL_DEPTH_64F;
601 else if(isfloat)

Completed in 1039 milliseconds