Home
last modified time | relevance | path

Searched refs:g_assert_cmpfloat (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/tests/
Dtestglib.c575 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/
Dgtestutils.h52 #define g_assert_cmpfloat(n1,cmp,n2) do { long double __n1 = (n1), __n2 = (n2); \ macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2621 g_assert_cmpfloat