Home
last modified time | relevance | path

Searched refs:g_strtod (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/glib/glib/
Dgstrfuncs.h130 gdouble g_strtod (const gchar *nptr,
Dgstrfuncs.c350 g_strtod (const gchar *nptr, in g_strtod() function
Dgoption.c879 tmp = g_strtod (arg, &end); in parse_double()
Dgaliasdef.c2837 #undef g_strtod
2838 extern __typeof (g_strtod) g_strtod __attribute((alias("IA__g_strtod"), visibility("default")));
Dgalias.h2826 extern __typeof (g_strtod) IA__g_strtod __attribute((visibility("hidden")));
2827 #define g_strtod IA__g_strtod macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1220 g_strtod
/external/bluetooth/glib/
DChangeLog.pre-2-21498 * glib/gstrfuncs.c (g_strtod):
DChangeLog.pre-1-22839 * glib_pre2.h: added GScanner includes. added g_strconcat and g_strtod.
2842 (g_strtod): new function to perform best string to double conversion
DChangeLog.pre-2-01168 Add g_strtod & co.
6093 * gstrfuncs.c (g_strtod): correctly fetch the current locale,