Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dstrfuncs.c1157 value = g_strtod (NULL, NULL); in test_strtod()
1162 g_assert_cmpfloat (g_strtod ("\x00\x00\x00\x00", NULL), ==, 0.0); in test_strtod()
1163 g_assert_cmpfloat (g_strtod ("\x00\x00\x00\x00", &str_end), ==, 0.0); in test_strtod()
1165 g_assert_cmpfloat (g_strtod ("\xff\xff\xff\xff", NULL), ==, 0.0); in test_strtod()
1166 g_assert_cmpfloat (g_strtod ("\xff\xff\xff\xff", &str_end), ==, 0.0); in test_strtod()
1170 g_assert_cmpfloat (g_strtod (gold_ratio_str, NULL), ==, gold_ratio); in test_strtod()
1171 g_assert_cmpfloat (g_strtod (gold_ratio_str, &str_end), ==, gold_ratio); in test_strtod()
1173 g_assert_cmpfloat (g_strtod (minus_gold_ratio_str, NULL), ==, -gold_ratio); in test_strtod()
1174 g_assert_cmpfloat (g_strtod (minus_gold_ratio_str, &str_end), ==, -gold_ratio); in test_strtod()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.in.h144 gdouble g_strtod (const gchar *nptr,
Dgstrfuncs.c295 g_strtod (const gchar *nptr,
/third_party/glib/glib/
Dgstrfuncs.h147 gdouble g_strtod (const gchar *nptr,
Dgscanner.c2080 value.v_float = g_strtod (gstring->str, &endptr); in g_scanner_get_token_ll()
Dgstrfuncs.c666 g_strtod (const gchar *nptr, in g_strtod() function
Dgoption.c1154 tmp = g_strtod (arg, &end); in parse_double()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgstvorbistag.c280 g_strtod (c, NULL), NULL); in gst_vorbis_tag_add()
Did3v2frames.c879 g_value_set_double (&dest, g_strtod (tag_str, NULL)); in id3v2_tag_to_taglist()
/third_party/gstreamer/gstreamer/gst/
Dgstpluginloader.c394 g_strtod (uname_data.release, NULL) >= 9.0) { in gst_plugin_loader_use_usr_bin_arch()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1792 g_strtod
/third_party/gstreamer/gstplugins_good/
DChangeLog128637 …gst/apetag/gstapedemux.c: Use g_strtod() instead of sscanf to parse doubles, so that it will try p…
128640 Use g_strtod() instead of sscanf to parse doubles, so that it will