Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dfast_idiv_by_const.c56 if (util_is_power_of_two_or_zero64(D)) { in util_compute_fast_udiv_info()
Dbitscan.h142 util_is_power_of_two_or_zero64(uint64_t v) in util_is_power_of_two_or_zero64() function
Du_math.h485 if (util_is_power_of_two_or_zero64(x)) in util_next_power_of_two64()
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dfast_idiv_by_const_test.cpp306 } while (d == INT64_MIN || util_is_power_of_two_or_zero64(llabs(d))); in random_sdiv_test()