Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_consume.c103 dt_shift_128(uint64_t *a, int b) in dt_shift_128() function
145 dt_shift_128(tmp, -1); in dt_nbits_128()
147 dt_shift_128(tmp, -1); in dt_nbits_128()
208 dt_shift_128(tmp, 32); in dt_multiply_128()
213 dt_shift_128(tmp, 32); in dt_multiply_128()
251 dt_shift_128(subtrahend, 128 - log); in dt_divide_128()
252 dt_shift_128(mask, 128 - log); in dt_divide_128()
261 dt_shift_128(subtrahend, -1); in dt_divide_128()
262 dt_shift_128(mask, -1); in dt_divide_128()
341 dt_shift_128(next_pair, -pair_shift); in dt_sqrt_128()
[all …]