| /src/external/lgpl3/mpc/dist/tools/bench/ |
| benchtime.h | 24 unsigned long int ACCURATE_TIME_NOP##func( unsigned long int niter, int n, mpc_t* z, mpc_t* x, mpc_t* y, int nop);\ 25 unsigned long int ACCURATE_TIME_NOP##func( unsigned long int niter, int n, mpc_t* z, mpc_t* x, \ 26 __attribute__ ((__unused__)) mpc_t* y, \ 49 double TIME_NOP##func(int n, mpc_t* z, mpc_t* x, mpc_t* y); \ 50 double TIME_NOP##func(int n, mpc_t* z, mpc_t* x, mpc_t* y) [all...] |
| benchtime.h | 24 unsigned long int ACCURATE_TIME_NOP##func( unsigned long int niter, int n, mpc_t* z, mpc_t* x, mpc_t* y, int nop);\ 25 unsigned long int ACCURATE_TIME_NOP##func( unsigned long int niter, int n, mpc_t* z, mpc_t* x, \ 26 __attribute__ ((__unused__)) mpc_t* y, \ 49 double TIME_NOP##func(int n, mpc_t* z, mpc_t* x, mpc_t* y); \ 50 double TIME_NOP##func(int n, mpc_t* z, mpc_t* x, mpc_t* y) [all...] |
| mpcbench.c | 55 double (*func_init) (int n, mpc_t * z, mpc_t * x, mpc_t * y); /* compute the time for one call (not accurate) */ 56 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) */ 131 static mpc_t * 136 mpc_t *ptr; 138 ptr = (mpc_t *) malloc (n * sizeof (mpc_t)); [all...] |
| mpcbench.c | 55 double (*func_init) (int n, mpc_t * z, mpc_t * x, mpc_t * y); /* compute the time for one call (not accurate) */ 56 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) */ 131 static mpc_t * 136 mpc_t *ptr; 138 ptr = (mpc_t *) malloc (n * sizeof (mpc_t)); [all...] |
| /src/external/lgpl3/mpc/dist/src/ |
| sinh.c | 27 mpc_t z; 28 mpc_t sin_z;
|
| tanh.c | 27 mpc_t z; 28 mpc_t tan_z;
|
| sinh.c | 27 mpc_t z; 28 mpc_t sin_z;
|
| tanh.c | 27 mpc_t z; 28 mpc_t tan_z;
|
| cosh.c | 27 mpc_t z;
|
| fr_div.c | 26 mpc_t bc;
|
| ui_div.c | 28 mpc_t bb;
|
| cosh.c | 27 mpc_t z;
|
| fr_div.c | 26 mpc_t bc;
|
| ui_div.c | 28 mpc_t bb;
|
| pow_d.c | 28 mpc_t yy;
|
| pow_fr.c | 26 mpc_t yy;
|
| pow_ld.c | 28 mpc_t yy;
|
| pow_d.c | 28 mpc_t yy;
|
| pow_fr.c | 26 mpc_t yy;
|
| pow_ld.c | 28 mpc_t yy;
|
| /src/external/lgpl3/mpc/dist/tests/ |
| tpow_ld.c | 26 mpc_t z;
|
| tpow_ld.c | 26 mpc_t z;
|
| treimref.c | 26 mpc_t z;
|
| treimref.c | 26 mpc_t z;
|
| tcosh.c | 31 mpc_t u; 32 mpc_t z; 33 mpc_t cosh_z; 77 mpc_t u; 78 mpc_t z; 79 mpc_t cosh_z;
|