Searched defs:d (Results 1 – 5 of 5) sorted by relevance
/benchtests/ |
A D | json-lib.c | 104 json_attr_uint (json_ctx_t *ctx, const char *name, uint64_t d) in json_attr_uint() 117 json_attr_int (json_ctx_t *ctx, const char *name, int64_t d) in json_attr_int() 130 json_attr_double (json_ctx_t *ctx, const char *name, double d) in json_attr_double() 178 json_element_uint (json_ctx_t *ctx, uint64_t d) in json_element_uint() 190 json_element_int (json_ctx_t *ctx, int64_t d) in json_element_int() 202 json_element_double (json_ctx_t *ctx, double d) in json_element_double()
|
A D | bench-math-inlines.c | 75 #define EXTRACT_WORDS64(i,d) \ argument 85 __isnan_inl (double d) in __isnan_inl() 93 __isinf_ns2 (double d) in __isinf_ns2() 101 __finite_inl (double d) in __finite_inl()
|
A D | bench-strtok.c | 85 static const char d[] = "1234567890abcdef"; in do_test() local
|
A D | bench-strcasestr.c | 62 static const char d[] = "1234567890abcxyz"; in do_test() local
|
A D | bench-strsep.c | 131 static const char d[] = "123456789abcdefg"; in do_test() local
|
Completed in 6 milliseconds