Searched refs:STEP (Results 1 – 4 of 4) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | smoothstep.h | 31 STEP( 1, UINT64_C(0x0000000000000014), 0.005, 0.000001240643750) \ 32 STEP( 2, UINT64_C(0x00000000000000a5), 0.010, 0.000009850600000) \ 33 STEP( 3, UINT64_C(0x0000000000000229), 0.015, 0.000032995181250) \ 34 STEP( 4, UINT64_C(0x0000000000000516), 0.020, 0.000077619200000) \ 35 STEP( 5, UINT64_C(0x00000000000009dc), 0.025, 0.000150449218750) \ 36 STEP( 6, UINT64_C(0x00000000000010e8), 0.030, 0.000257995800000) \ 37 STEP( 7, UINT64_C(0x0000000000001aa4), 0.035, 0.000406555756250) \ 38 STEP( 8, UINT64_C(0x0000000000002777), 0.040, 0.000602214400000) \ 39 STEP( 9, UINT64_C(0x00000000000037c2), 0.045, 0.000850847793750) \ 40 STEP( 10, UINT64_C(0x0000000000004be6), 0.050, 0.001158125000000) \ [all …]
|
| A D | smoothstep.sh | 86 /* STEP(step, h, x, y) */ \\
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | smoothstep.c | 4 #define STEP(step, h, x, y) \ macro 7 #undef STEP
|
| /third_party/ulib/jemalloc/src/ |
| A D | arena.c | 411 #define STEP(step, h, x, y) \ in arena_decay_backlog_npages_limit() macro 414 #undef STEP in arena_decay_backlog_npages_limit()
|
Completed in 12 milliseconds