Searched refs:speed_time_string (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/tune/ |
H A D | time.c | 221 char speed_time_string[256]; variable 1012 strcpy (speed_time_string, "CPU cycle counter"); in speed_time_init() 1023 strcpy (speed_time_string, "CPU cycle counter, supplemented by microsecond getrusage()"); in speed_time_init() 1033 strcpy (speed_time_string, "CPU cycle counter, supplemented by microsecond gettimeofday()"); in speed_time_init() 1039 …sprintf (speed_time_string, "CPU cycle counter, supplemented by %s clock tick getrusage()", unitti… in speed_time_init() 1045 …sprintf (speed_time_string, "CPU cycle counter, supplemented by %s clock tick times()", unittime_s… in speed_time_init() 1051 …sprintf (speed_time_string, "CPU cycle counter, supplemented by %s clock tick gettimeofday()", uni… in speed_time_init() 1070 fprintf (stderr, " (%s)\n", speed_time_string); in speed_time_init() 1076 strcpy (speed_time_string, "STCK timestamp"); in speed_time_init() 1090 sprintf (speed_time_string, "mftb counter (%s)", in speed_time_init() [all …]
|
H A D | freq.c | 867 fprintf (stderr, "Measuring with: %s\n", speed_time_string); in speed_cycletime_fail()
|
H A D | speed.c | 1131 printf ("%s", speed_time_string); in usage()
|
H A D | tuneup.c | 2907 fprintf (stderr, "Using: %s\n", speed_time_string); in all()
|
H A D | speed.h | 101 extern char speed_time_string[];
|
/netbsd-src/external/lgpl3/mpfr/dist/tune/ |
H A D | speed.c | 217 printf ("Using: %s\n", speed_time_string); in all()
|
H A D | tuneup.c | 1014 printf ("Using: %s\n", speed_time_string); in all()
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | ChangeLog | 9850 * tune/time.c (speed_time_init): Fix speed_time_string when using 21794 period in speed_time_string.
|