g_assert_cmpfloat 23 lib/common/tests/strings/pcmk__scan_double_test.c #define ASSERT_DBL_EQ(d1, d2) g_assert_cmpfloat(fabs(d1 - d2), \ g_assert_cmpfloat 121 lib/common/tests/strings/pcmk__scan_double_test.c g_assert_cmpfloat(result, >, DBL_MAX); g_assert_cmpfloat 125 lib/common/tests/strings/pcmk__scan_double_test.c g_assert_cmpfloat(result, <, -DBL_MAX); g_assert_cmpfloat 143 lib/common/tests/strings/pcmk__scan_double_test.c g_assert_cmpfloat(result, >=, 0.0); g_assert_cmpfloat 144 lib/common/tests/strings/pcmk__scan_double_test.c g_assert_cmpfloat(result, <=, DBL_MIN); g_assert_cmpfloat 149 lib/common/tests/strings/pcmk__scan_double_test.c g_assert_cmpfloat(result, <=, 0.0); g_assert_cmpfloat 150 lib/common/tests/strings/pcmk__scan_double_test.c g_assert_cmpfloat(result, >=, -DBL_MIN);