Searched defs:ImAtof (Results 1 – 3 of 3) sorted by relevance
215 static inline double ImAtof(const char* s) { return atof(s); } in ImAtof() function
222 static inline double ImAtof(const char* s) { return atof(s); } in ImAtof() function
394 #define ImAtof(STR) atof(STR) macro