Home
last modified time | relevance | path

Searched refs:almost_equal (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/test/mapping/
H A Dmap_back_race.cpp13 bool almost_equal(float x, float gold, float rel_tol = 1e-09, in almost_equal() function
30 if (!almost_equal(counter_N0, expected_value, 0.01)) { in test_parallel_for__target()
/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dtaskloop_offload_nowait.cpp11 bool almost_equal(float x, float gold, float tol) { in almost_equal() function
37 if (!almost_equal(counter_N0, expected_value, 0.1)) { in main()