Searched refs:G_APPROX_VALUE (Results 1 – 8 of 8) sorted by relevance
/third_party/harfbuzz/test/api/ |
D | test-var-coords.c | 35 #ifndef G_APPROX_VALUE in test_get_var_coords() 36 #define G_APPROX_VALUE(a, b, epsilon) \ in test_get_var_coords() macro 64 g_assert_true (G_APPROX_VALUE (converted_back, weight, EPSILON)); in test_get_var_coords()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-var-coords.c | 35 #ifndef G_APPROX_VALUE in test_get_var_coords() 36 #define G_APPROX_VALUE(a, b, epsilon) \ in test_get_var_coords() macro 64 g_assert_true (G_APPROX_VALUE (converted_back, weight, EPSILON)); in test_get_var_coords()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audioresample.c | 473 #define G_APPROX_VALUE(a, b, epsilon) \ macro 541 fail_unless (G_APPROX_VALUE (GST_BUFFER_PTS (buffer) + in GST_START_TEST() 551 fail_unless (G_APPROX_VALUE (GST_BUFFER_PTS (buffer) + in GST_START_TEST() 714 fail_unless (G_APPROX_VALUE (GST_BUFFER_PTS (buffer) + in GST_START_TEST() 724 fail_unless (G_APPROX_VALUE (GST_BUFFER_PTS (buffer) + in GST_START_TEST()
|
/third_party/glib/glib/ |
D | gmacros.h | 833 #define G_APPROX_VALUE(a, b, epsilon) \ macro
|
D | gtestutils.h | 76 if (G_APPROX_VALUE (__n1, __n2, __epsilon)) ; else \
|
D | gslice.c | 705 while (!G_APPROX_VALUE(stamp, magazine_chain_uint_stamp (current), in magazine_cache_trim() 757 while (!G_APPROX_VALUE(stamp, magazine_chain_uint_stamp (current), in magazine_cache_trim()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 458 G_APPROX_VALUE
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 46304 #ifndef G_APPROX_VALUE 46305 #define G_APPROX_VALUE(a, b, epsilon) \
|