Searched refs:g_strtod (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/glib/tests/ |
D | strfuncs.c | 1157 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/ |
D | gstrfuncs.in.h | 144 gdouble g_strtod (const gchar *nptr,
|
D | gstrfuncs.c | 295 g_strtod (const gchar *nptr,
|
/third_party/glib/glib/ |
D | gstrfuncs.h | 147 gdouble g_strtod (const gchar *nptr,
|
D | gscanner.c | 2080 value.v_float = g_strtod (gstring->str, &endptr); in g_scanner_get_token_ll()
|
D | gstrfuncs.c | 666 g_strtod (const gchar *nptr, in g_strtod() function
|
D | goption.c | 1154 tmp = g_strtod (arg, &end); in parse_double()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstvorbistag.c | 280 g_strtod (c, NULL), NULL); in gst_vorbis_tag_add()
|
D | id3v2frames.c | 879 g_value_set_double (&dest, g_strtod (tag_str, NULL)); in id3v2_tag_to_taglist()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstpluginloader.c | 394 g_strtod (uname_data.release, NULL) >= 9.0) { in gst_plugin_loader_use_usr_bin_arch()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1792 g_strtod
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 128637 …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
|