Home
last modified time | relevance | path

Searched refs:isfloat (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/re2/
Dre2.cc1149 static bool parse_double_float(const char* str, int n, bool isfloat, void *dest) { in parse_double_float() argument
1159 if (isfloat) { in parse_double_float()
1167 if (isfloat) { in parse_double_float()
/external/opencv/otherlibs/highgui/
Dgrfmt_exr.cpp597 bool isfloat = depth == IPL_DEPTH_32F || depth == IPL_DEPTH_64F; in WriteImage() local
601 else if(isfloat) in WriteImage()