Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_paramhlp.c212 static ParameterError str2double(double *val, const char *str, long max) in str2double() function
248 ParameterError result = str2double(&value, str, max); in str2udouble()
/external/webrtc/tools/matlab/
DparseLog.m44 n = str2double(m{1}{2}) - 1;