Searched refs:t_total (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/misc/math/fptests/ |
D | fptest01.c | 155 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/ |
D | hs_cl.c | 63 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/ |
D | hs_cl.c | 63 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/ |
D | walt.py | 157 t_total = time.time() - tstart
|