Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 74) sorted by relevance

123

/benchtests/
A Djson-lib.c64 json_attr_object_begin (json_ctx_t *ctx, const char *name) in json_attr_object_begin() argument
71 fprintf (ctx->fp, "\"%s\": {\n", name); in json_attr_object_begin()
100 fprintf (ctx->fp, "\"%s\": \"%s\"", name, s); in json_attr_string()
104 json_attr_uint (json_ctx_t *ctx, const char *name, uint64_t d) in json_attr_uint() argument
113 fprintf (ctx->fp, "\"%s\": %" PRIu64 , name, d); in json_attr_uint()
117 json_attr_int (json_ctx_t *ctx, const char *name, int64_t d) in json_attr_int() argument
126 fprintf (ctx->fp, "\"%s\": %" PRId64 , name, d); in json_attr_int()
130 json_attr_double (json_ctx_t *ctx, const char *name, double d) in json_attr_double() argument
139 fprintf (ctx->fp, "\"%s\": %g", name, d); in json_attr_double()
143 json_array_begin (json_ctx_t *ctx, const char *name) in json_array_begin() argument
[all …]
A Djson-lib.h38 void json_attr_object_begin (json_ctx_t *ctx, const char *name);
40 void json_attr_string (json_ctx_t *ctx, const char *name, const char *s);
41 void json_attr_int (json_ctx_t *ctx, const char *name, int64_t d);
42 void json_attr_uint (json_ctx_t *ctx, const char *name, uint64_t d);
43 void json_attr_double (json_ctx_t *ctx, const char *name, double d);
44 void json_array_begin (json_ctx_t *ctx, const char *name);
A Dbench-string.h35 const char *name; member
41 #define IMPL(name, test) \ argument
42 impl_t tst_ ## name \
44 = { __STRING (name), (void (*) (void))name, test };
200 if (strcmp (impl->name, TEST_NAME) == 0) \
212 a->name = func_list[f].name; \
A Dthread_create-inputs6 ## name: stack=1024,guard=1
8 ## name: stack=1024,guard=2
11 ## name: stack=2048,guard=1
13 ## name: stack=2048,guard=2
A Dbench-math-inlines.c183 const char *name; member
187 #define IMPL(name) { #name, name ## _t } argument
268 json_attr_object_begin (&json_ctx, test_list[i].name); in test_main()
275 json_attr_object_begin (&json_ctx, test_list[i].name); in test_main()
A DREADME97 If the name of the function is `foo', then the following procedure should allow
100 - Append the function name to the bench variable in the Makefile.
123 - name: See following section for instructions on how to use this directive.
136 the same file by using the `name' directive that looks something like this:
138 ##name: 240bits
140 All inputs after the ##name: 240bits directive and until the next `name'
150 ##name: workload-<name>
152 where <name> is simply used to distinguish between different traces in the
A Dbench-strncat.c59 error (0, 0, "Wrong result in function %s %p != %p", impl->name, in do_one_test()
69 impl->name); in do_one_test()
76 impl->name); in do_one_test()
142 printf ("\t%s", impl->name); in main()
A Dbench-strncpy.c62 error (0, 0, "Wrong result in function %s %p %p", impl->name, in do_one_test()
70 error (0, 0, "Wrong result in function %s", impl->name); in do_one_test()
82 error (0, 0, "Wrong result in function %s", impl->name); in do_one_test()
143 printf ("\t%s", impl->name); in test_main()
A Dbench-strcpy_chk.c93 impl->name, len, dlen); in do_one_test()
104 printf ("Wrong result in function %s %p %p\n", impl->name, in do_one_test()
113 impl->name, dst, src); in do_one_test()
172 printf ("\t%s", impl->name); in test_main()
A Dbench-pthread-locks.c419 do_bench_2 (const char *name, test_t func, int filler, json_ctx_t *js) in do_bench_2() argument
491 snprintf (buf, sizeof buf, "%s-%s", name, filler ? "filler" : "empty"); in do_bench_2()
511 do_bench_1 (const char *name, test_t func, json_ctx_t *js) in do_bench_1() argument
515 rv += do_bench_2 (name, func, 0, js); in do_bench_1()
516 rv += do_bench_2 (name, func, 1, js); in do_bench_1()
A Dbench-strcat.c59 error (0, 0, "Wrong result in function %s %p %p", impl->name, in do_one_test()
68 impl->name, dst, src); in do_one_test()
130 printf ("\t%s", impl->name); in test_main()
A Dbench-strcpy.c62 error (0, 0, "Wrong result in function %s %p %p", impl->name, in do_one_test()
72 impl->name, dst, src); in do_one_test()
130 printf ("\t%s", impl->name); in test_main()
A Dlogbf-inputs5 ## name: subnormal
9 ## name: normal
A Dilogbf-inputs5 ## name: subnormal
9 ## name: normal
A Dlogb-inputs5 ## name: subnormal
9 ## name: normal
A Dilogb-inputs5 ## name: subnormal
9 ## name: normal
A Dilogbf128-inputs5 ## name: subnormal
9 ## name: normal
A Dfmin-inputs14 ## name: qNaN
19 ## name: sNaN
A Dfmax-inputs14 ## name: qNaN
19 ## name: sNaN
A Disfinite-inputs16 ## name: INF
19 ## name: NAN
A Disinf-inputs16 ## name: INF
19 ## name: NAN
A Disnan-inputs16 ## name: INF
19 ## name: NAN
A Dsprintf-inputs5 ## name: positional
8 ## name: non-positional
A Dfmaxf-inputs14 ## name: qNaN
19 ## name: sNaN
A Dfminf-inputs14 ## name: qNaN
19 ## name: sNaN

Completed in 13 milliseconds

123