Searched refs:speed_measure (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/lgpl3/gmp/dist/tune/ |
| D | speed.c | 663 choice[i].time = speed_measure (choice[i].p->fun, s); in run_one() 1352 printf ("overhead %.9f secs", speed_measure (speed_noop, NULL)); in main() 1355 speed_measure (speed_noop, NULL) / speed_cycletime); in main()
|
| D | README | 200 Some trouble is taken by speed_measure() in common.c to avoid ill effects
|
| D | common.c | 134 speed_measure (double (*fun) (struct speed_params *s), struct speed_params *s) in speed_measure() function
|
| D | tuneup.c | 458 t = speed_measure (fun, s); in tuneup_measure()
|
| D | speed.h | 137 double speed_measure (speed_function_t fun, struct speed_params *);
|
| /netbsd/src/external/lgpl3/mpfr/dist/tune/ |
| D | speed.c | 156 t = speed_measure (func, &s); in domeasure()
|
| D | bidimensional_sample.c | 218 t[i] = speed_measure (param.speed_funcs[i], &s); in generate_2D_sample()
|
| D | tuneup.c | 348 t = speed_measure (fun, s); in mpfr_speed_measure()
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | ChangeLog | 4850 * tune/common.c (speed_measure): Increase repetition count if we 15745 * tune/common.c (speed_measure): Recognise speed_endtime 0.0 for 26714 * tune/common.c (speed_measure): Protect against big reps. 28343 * tune/common.c (speed_measure): Correction to array sorting,
|
| /netbsd/src/external/lgpl3/mpfr/dist/ |
| D | ChangeLog | 24265 [tuneup.c] increase maximal number of calls to speed_measure from 5 to 30 24313 [tuneup.c] print size when speed_measure fails 24331 [tuneup.c] new function mpfr_speed_measure, which calls speed_measure() several 24337 [tuneup.c] try again when speed_measure returns -1.0 (i.e. fails) 24338 also check return value of speed_measure in all cases
|