Searched refs:ImAtof (Results 1 – 2 of 2) sorted by relevance
222 static inline double ImAtof(const char* s) { return atof(s); } in ImAtof() function
1703 v = (TYPE)ImAtof(p); in RoundScalarWithFormatT()