Home
last modified time | relevance | path

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

/external/ltp/testcases/misc/math/float/
Dmain.c111 int th_num; in main() local
233 for (th_num = 0; th_num < num_threads; th_num++) { in main()
245 pcom->th_num = th_num; in main()
279 for (th_num = 0; th_num < indice; th_num++) { in main()
280 retvalend = pthread_join(threads[th_num], &exit_value); in main()
291 th_num, pcom->th_func.fident, pcom->th_nerror, in main()
296 th_num, pcom->th_func.fident, in main()
Dtfloat.h97 int th_num; member
Dthread_code.c365 for (index = th_data->th_num; index < imax; index += num_threads) { /* computation loop */ in thread_code()
/external/libmpeg2/common/
Dideint.c283 WORD32 th_num, th_den; in ideint_process() local
290 th_num = st_thresh; in ideint_process()
333 th_num = st_thresh; in ideint_process()
335 th_num *= vrnc_avg_st + in ideint_process()
341 if((sad * th_den) <= th_num) in ideint_process()
371 if(disable_cac_sad || cac || (sad * th_den > th_num)) in ideint_process()