g_assert_cmpfloat   15 lib/common/tests/strings/pcmk__scan_double_test.c #define ASSERT_DBL_EQ(d1, d2) g_assert_cmpfloat(fabs(d1 - d2), \
g_assert_cmpfloat  113 lib/common/tests/strings/pcmk__scan_double_test.c     g_assert_cmpfloat(result, >, DBL_MAX);
g_assert_cmpfloat  117 lib/common/tests/strings/pcmk__scan_double_test.c     g_assert_cmpfloat(result, <, -DBL_MAX);
g_assert_cmpfloat  135 lib/common/tests/strings/pcmk__scan_double_test.c     g_assert_cmpfloat(result, >=, 0.0);
g_assert_cmpfloat  136 lib/common/tests/strings/pcmk__scan_double_test.c     g_assert_cmpfloat(result, <=, DBL_MIN);
g_assert_cmpfloat  141 lib/common/tests/strings/pcmk__scan_double_test.c     g_assert_cmpfloat(result, <=, 0.0);
g_assert_cmpfloat  142 lib/common/tests/strings/pcmk__scan_double_test.c     g_assert_cmpfloat(result, >=, -DBL_MIN);