Searched refs:g_assert_cmpfloat_with_epsilon (Results 1 – 3 of 3) sorted by relevance
141 g_assert_cmpfloat_with_epsilon (3.14, 3.15, 0.001); in test_assertions_bad_cmpfloat_epsilon()178 g_assert_cmpfloat_with_epsilon (3.14, 3.15, 0.01); in test_assertions()179 g_assert_cmpfloat_with_epsilon (3.14159, 3.1416, 0.0001); in test_assertions()
73 #define g_assert_cmpfloat_with_epsilon(n1,n2,epsilon) \ macro
3572 g_assert_cmpfloat_with_epsilon