Home
last modified time | relevance | path

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

/external/aac/libSYS/include/
Dcmdl_parser.h117 #ifndef _tstof /* For Visual Studio 6 */
120 #define _tstof(x) (float) wcstod(x, NULL) /* For Visual Studio 6 */ macro
122 #define _tstof atof macro
162 #define _tstof FDKatof macro
/external/aac/libSYS/src/
Dcmdl_parser.cpp249 *tmp = (float) _tstof(arg); in IIS_ScanCmdl()
258 *tmp = _tstof(arg); // '%lf' reads as double in IIS_ScanCmdl()