Home
last modified time | relevance | path

Searched refs:mult (Results 1 – 2 of 2) sorted by relevance

/third_party/ulib/jemalloc/test/src/
A Dtimer.c32 uint64_t mult; in timer_ratio() local
41 mult = 1; in timer_ratio()
43 mult *= 10; in timer_ratio()
51 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10 in timer_ratio()
54 "%"FMTu64, (t0 * mult / t1) % 10 + round); in timer_ratio()
56 mult *= 10; in timer_ratio()
/third_party/ulib/musl/src/math/x86_64/
A Dexpl.S49 # exact mult: x*log2e

Completed in 4 milliseconds