Home
last modified time | relevance | path

Searched refs:sfmt_t (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A DSFMT.h69 typedef struct sfmt_s sfmt_t; typedef
71 uint32_t gen_rand32(sfmt_t *ctx);
72 uint32_t gen_rand32_range(sfmt_t *ctx, uint32_t limit);
73 uint64_t gen_rand64(sfmt_t *ctx);
77 sfmt_t *init_gen_rand(uint32_t seed);
79 void fini_gen_rand(sfmt_t *ctx);
92 static inline double genrand_real1(sfmt_t *ctx) { in genrand_real1()
103 static inline double genrand_real2(sfmt_t *ctx) { in genrand_real2()
114 static inline double genrand_real3(sfmt_t *ctx) { in genrand_real3()
132 static inline double genrand_res53(sfmt_t *ctx) { in genrand_res53()
[all …]
H A DSFMT-sse2.h84 static inline void gen_rand_all(sfmt_t *ctx) { in gen_rand_all()
114 static inline void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { in gen_rand_array()
H A DSFMT-alti.h98 static inline void gen_rand_all(sfmt_t *ctx) { in gen_rand_all()
125 static inline void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { in gen_rand_array()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/src/
H A DSFMT.c125 static inline void gen_rand_all(sfmt_t *ctx);
129 static void period_certification(sfmt_t *ctx);
285 static inline void gen_rand_all(sfmt_t *ctx) { in gen_rand_all()
447 uint32_t gen_rand32(sfmt_t *ctx) { in gen_rand32()
482 uint64_t gen_rand64(sfmt_t *ctx) { in gen_rand64()
607 sfmt_t *init_gen_rand(uint32_t seed) { in init_gen_rand()
609 sfmt_t *ctx; in init_gen_rand()
616 ctx = (sfmt_t *)p; in init_gen_rand()
640 sfmt_t *ctx; in init_by_array()
651 ctx = (sfmt_t *)p; in init_by_array()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Drtree.c161 sfmt_t *sfmt = init_gen_rand(SEED); in TEST_BEGIN()
H A DSFMT.c1457 sfmt_t *ctx; in TEST_BEGIN()
1492 sfmt_t *ctx; in TEST_BEGIN()
1526 sfmt_t *ctx; in TEST_BEGIN()
1562 sfmt_t *ctx; in TEST_BEGIN()
H A Dph.c176 sfmt_t *sfmt; in TEST_BEGIN()
H A Drb.c231 sfmt_t *sfmt; in TEST_BEGIN()