Searched refs:almost_equal (Results 1 – 2 of 2) sorted by relevance
13 bool almost_equal(float x, float gold, float rel_tol = 1e-09, in almost_equal() function30 if (!almost_equal(counter_N0, expected_value, 0.01)) { in test_parallel_for__target()
11 bool almost_equal(float x, float gold, float tol) { in almost_equal() function37 if (!almost_equal(counter_N0, expected_value, 0.1)) { in main()