Searched refs:g_strtod (Results 1 – 9 of 9) sorted by relevance
130 gdouble g_strtod (const gchar *nptr,
350 g_strtod (const gchar *nptr, in g_strtod() function
879 tmp = g_strtod (arg, &end); in parse_double()
2837 #undef g_strtod 2838 extern __typeof (g_strtod) g_strtod __attribute((alias("IA__g_strtod"), visibility("default")));
2826 extern __typeof (g_strtod) IA__g_strtod __attribute((visibility("hidden")));2827 #define g_strtod IA__g_strtod macro
1220 g_strtod
1498 * glib/gstrfuncs.c (g_strtod):
2839 * glib_pre2.h: added GScanner includes. added g_strconcat and g_strtod.2842 (g_strtod): new function to perform best string to double conversion
1168 Add g_strtod & co.6093 * gstrfuncs.c (g_strtod): correctly fetch the current locale,