Home
last modified time | relevance | path

Searched refs:avgspd (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/misc/math/fptests/
H A Dfptest01.c154 double avgspd; in term() local
162 avgspd = ncycle / global_time; in term()
177 v = avgspd - MAGIC2; in term()
183 v = avgspd - MAGIC2; in term()
184 tst_resm(TINFO, "avgspd = %.15f\n", avgspd); in term()
H A Dfptest02.c30 * math in routine "gauss". The value "avgspd" computed in routine
153 double avgspd; in term() local
156 avgspd = ncycle / sgtime; in term()
157 v = avgspd - MAGIC; in term()
162 v = avgspd - MAGIC; in term()
163 tst_resm(TINFO, "avgspd = %.15f\n", avgspd); in term()

Completed in 2 milliseconds