Home
last modified time | relevance | path

Searched refs:speed_measure (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/tune/
Dspeed.c663 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()
DREADME200 Some trouble is taken by speed_measure() in common.c to avoid ill effects
Dcommon.c134 speed_measure (double (*fun) (struct speed_params *s), struct speed_params *s) in speed_measure() function
Dtuneup.c458 t = speed_measure (fun, s); in tuneup_measure()
Dspeed.h137 double speed_measure (speed_function_t fun, struct speed_params *);
/netbsd/src/external/lgpl3/mpfr/dist/tune/
Dspeed.c156 t = speed_measure (func, &s); in domeasure()
Dbidimensional_sample.c218 t[i] = speed_measure (param.speed_funcs[i], &s); in generate_2D_sample()
Dtuneup.c348 t = speed_measure (fun, s); in mpfr_speed_measure()
/netbsd/src/external/lgpl3/gmp/dist/
DChangeLog4850 * 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/
DChangeLog24265 [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