Home
last modified time | relevance | path

Searched refs:str2double (Results 1 – 3 of 3) sorted by relevance

/external/curl/src/
Dtool_paramhlp.h36 ParameterError str2double(double *val, const char *str);
Dtool_paramhlp.c200 ParameterError str2double(double *val, const char *str) in str2double() function
224 ParameterError result = str2double(val, str); in str2udouble()
/external/webrtc/tools/matlab/
DparseLog.m44 n = str2double(m{1}{2}) - 1;