Home
last modified time | relevance | path

Searched defs:benchfunc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tools/bench/
H A Dmpfrbench.c52 struct benchfunc struct
54 const char *name; /* name of the function */
55 …it) (int n, mpfr_t * z, mpfr_t * x, mpfr_t * y); /* compute the time for one call (not accurate) */
56 …, mpfr_t * z, mpfr_t * x, mpfr_t * y, int nop); /* compute the time for "niter" calls (accurate) */
57 enum egroupfunc group; /* group of the function */
81 const struct benchfunc arrayfunc[NB_BENCH_OP] = { argument
/netbsd-src/external/lgpl3/mpc/dist/tools/bench/
H A Dmpcbench.c52 struct benchfunc struct
54 const char *name; /* name of the function */
55 …_init) (int n, mpc_t * z, mpc_t * x, mpc_t * y); /* compute the time for one call (not accurate) */
56 …t n, mpc_t * z, mpc_t * x, mpc_t * y, int nop); /* compute the time for "niter" calls (accurate) */
57 enum egroupfunc group; /* group of the function */
58 int noperands; /* number of operands */