HomeSort by relevance Sort by last modified time
    Searched refs:NB_FUNC (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/misc/math/float/
float_iperb.c 37 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
float_bessel.c 41 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
float_exp_log.c 45 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
float_power.c 43 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
float_trigo.c 45 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
main.c 80 const int nb_func = NB_FUNC; variable
188 if (nb_func * num_threads > PTHREAD_THREADS_MAX - 2)
189 while (nb_func * num_threads > PTHREAD_THREADS_MAX - 2)
194 argv[0], nb_func, num_threads);
207 threads = malloc(nb_func * num_threads * sizeof(pthread_t));
211 tabcom = malloc((sizeof(TH_DATA *) * nb_func * num_threads));
228 /* run the nb_func functions on num_threads */
231 for (i = 0; i < nb_func; i++) {

Completed in 489 milliseconds