Searched refs:icv_strtod (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 807 static double icv_strtod( CvFileStorage* fs, char* ptr, char** endptr ) in icv_strtod() function 1012 fval = icv_strtod( fs, ptr, &endptr ); in icvYMLParseValue() 1899 fval = icv_strtod( fs, ptr, &endptr ); in icvXMLParseValue()
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 923 static double icv_strtod( CvFileStorage* fs, char* ptr, char** endptr ) in icv_strtod() function 1112 fval = icv_strtod( fs, ptr, &endptr ); in icvYMLParseValue() 1934 fval = icv_strtod( fs, ptr, &endptr ); in icvXMLParseValue()
|