Searched defs:initial_power_of_2 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dfast_idiv_by_const.c84 const uint64_t initial_power_of_2 = (uint64_t)1 << (UINT_BITS-1); local in function:util_compute_fast_udiv_info
198 const uint64_t initial_power_of_2 = (uint64_t)1 << exponent; local in function:util_compute_fast_sdiv_info
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dfast_idiv_by_const.c84 const uint64_t initial_power_of_2 = (uint64_t)1 << (UINT_BITS-1); local in function:util_compute_fast_udiv_info
198 const uint64_t initial_power_of_2 = (uint64_t)1 << exponent; local in function:util_compute_fast_sdiv_info

Completed in 5 milliseconds