Home
last modified time | relevance | path

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

/external/srec/portable/include/
DLCHAR.h93 PORTABLE_API ESR_ReturnCode lstrtof(const LCHAR* text, float* result);
/external/srec/portable/src/
DLCHAR.c105 ESR_ReturnCode lstrtof(const LCHAR* text, float* result) in lstrtof() function
/external/srec/shared/src/
DSessionTypeImpl.c786 CHKLOG(rc, lstrtof(value, newValue)); in ESR_SessionTypeConvertToFloatImpl()
1115 CHKLOG(rc, lstrtof(value, &fValue)); in addParMapping()