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

/netbsd-current/external/lgpl3/mpc/dist/tools/bench/
H A Dmpcbench.c56 unsigned long int (*func_accurate) (unsigned long int niter, int n, mpc_t * z, mpc_t * x, mpc_t * y, int nop); /* compute the time for "niter" calls (accurate) */ member in struct:benchfunc
230 ti = arrayfunc[i].func_accurate (niter, NB_RAND_CPLX, zptr, xptr, yptr, arrayfunc[i].noperands);
/netbsd-current/external/lgpl3/mpfr/dist/tools/bench/
H A Dmpfrbench.c56 unsigned long int (*func_accurate) (unsigned long int niter, int n, mpfr_t * z, mpfr_t * x, mpfr_t * y, int nop); /* compute the time for "niter" calls (accurate) */ member in struct:benchfunc
191 ti = arrayfunc[i].func_accurate (niter, NB_RAND_FLOAT, zptr, xptr, yptr, arrayfunc[i].noperands);

Completed in 124 milliseconds