Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c168 dt_add_128(uint64_t *addend1, uint64_t *addend2, uint64_t *sum) in dt_add_128() function
209 dt_add_128(product, tmp, product); in dt_multiply_128()
214 dt_add_128(product, tmp, product); in dt_multiply_128()
346 dt_add_128(diff, next_pair, diff); in dt_sqrt_128()
354 dt_add_128(next_try, one, next_try); in dt_sqrt_128()
359 dt_add_128(result, one, result); in dt_sqrt_128()