OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icv_strtod
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cxcore/src/
cxpersistence.cpp
807
static double
icv_strtod
( CvFileStorage* fs, char* ptr, char** endptr )
function
1012
fval =
icv_strtod
( fs, ptr, &endptr );
[
all
...]
/external/opencv3/modules/core/src/
persistence.cpp
923
static double
icv_strtod
( CvFileStorage* fs, char* ptr, char** endptr )
function
1112
fval =
icv_strtod
( fs, ptr, &endptr );
[
all
...]
Completed in 34 milliseconds