Searched refs:g_assert_cmpfloat (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/glib/tests/ |
D | testglib.c | 575 g_assert_cmpfloat (elapsed, <=, g_timer_elapsed (timer, NULL)); in timer_tests() 632 g_assert_cmpfloat (elapsed, >, 8.8); in timer_tests() 633 g_assert_cmpfloat (elapsed, <, 9.2); in timer_tests() 640 g_assert_cmpfloat (elapsed, >, 8.8 + 6.5); in timer_tests() 641 g_assert_cmpfloat (elapsed, <, 9.2 + 6.5); in timer_tests()
|
/external/bluetooth/glib/glib/ |
D | gtestutils.h | 52 #define g_assert_cmpfloat(n1,cmp,n2) do { long double __n1 = (n1), __n2 = (n2); \ macro
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 2621 g_assert_cmpfloat
|