Searched refs:lstrtof (Results 1 – 3 of 3) sorted by relevance
93 PORTABLE_API ESR_ReturnCode lstrtof(const LCHAR* text, float* result);
105 ESR_ReturnCode lstrtof(const LCHAR* text, float* result) in lstrtof() function
786 CHKLOG(rc, lstrtof(value, newValue)); in ESR_SessionTypeConvertToFloatImpl()1115 CHKLOG(rc, lstrtof(value, &fValue)); in addParMapping()