Home
last modified time | relevance | path

Searched refs:t_total (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/misc/math/fptests/
Dfptest01.c155 double t_total = 0.0; in term() local
160 t_total += eventtab[i].time; in term()
164 v = t_total - MAGIC1; in term()
170 v = t_total - MAGIC1; in term()
171 tst_resm(TINFO, "t_total = %.15f\n", t_total); in term()
/external/skia/src/compute/hs/cl/
Dhs_cl.c63 cl_ulong t_total; // 0 member
171 state->t_total += t_end - t_start; in hs_state_wait_list_profile()
185 t_start,t_end,t_end-t_start,state->t_total); in hs_state_wait_list_profile()
781 .t_total = 0, in hs_cl_sort()
/external/skqp/src/compute/hs/cl/
Dhs_cl.c63 cl_ulong t_total; // 0 member
171 state->t_total += t_end - t_start; in hs_state_wait_list_profile()
185 t_start,t_end,t_end-t_start,state->t_total); in hs_state_wait_list_profile()
781 .t_total = 0, in hs_cl_sort()
/external/walt/pywalt/pywalt/
Dwalt.py157 t_total = time.time() - tstart