Report Title:
./bin/raja-perf.exe
Main Report >
Cancellation
>
/home/ignacio/projects/fpchecker/apps/cpu_testing/raja-perf/RAJAPerf-0.3.0/src/basic/TRAP_INT.cpp
Cancellation
Report
TRAP_INT.cpp
36 | ... |
37 | { |
38 | Real_type denom = (x - xp)*(x - xp) + (y - yp)*(y - yp); |
39 | denom = 1.0/sqrt(denom); |
40 | ... |