OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBSTRING
(Results
1 - 16
of
16
) sorted by null
/external/compiler-rt/test/timing/
ashldi3.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
46
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
ashrdi3.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
46
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
floatdidf.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
44
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
floatdisf.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
44
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
floatdixf.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
44
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
floatundidf.c
8
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
41
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
floatundisf.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
44
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
floatundixf.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
44
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
lshrdi3.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
46
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
negdi2.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
47
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
divdi3.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
49
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
moddi3.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
49
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
modsi3.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
49
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
muldi3.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
49
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
udivdi3.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
49
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
umoddi3.c
12
#define
LIBSTRING
LIBSTRINGX(LIBNAME)
49
printf("%16s: %f cycles.\n",
LIBSTRING
, bestTime / (double) INPUT_SIZE);
Completed in 186 milliseconds