Searched refs:util_is_power_of_two_or_zero64 (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_search_helpers.h46 if (val <= 0 || !util_is_power_of_two_or_zero64(val))
52 if (val == 0 || !util_is_power_of_two_or_zero64(val))
76 if (val >= 0 || !util_is_power_of_two_or_zero64(-val))
H A Dnir_opt_idiv_const.c34 } else if (util_is_power_of_two_or_zero64(d)) {
57 } else if (util_is_power_of_two_or_zero64(d)) {
76 } else if (util_is_power_of_two_or_zero64(abs_d)) {
H A Dnir_builder.h691 } else if (util_is_power_of_two_or_zero64(y)) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_idiv_const.c34 } else if (util_is_power_of_two_or_zero64(d)) {
57 } else if (util_is_power_of_two_or_zero64(d)) {
80 } else if (util_is_power_of_two_or_zero64(abs_d)) {
113 if (util_is_power_of_two_or_zero64(d)) {
135 } else if (d > 0 && util_is_power_of_two_or_zero64(d)) {
137 } else if (d < 0 && util_is_power_of_two_or_zero64(-d)) {
H A Dnir_search_helpers.h49 if (val <= 0 || !util_is_power_of_two_or_zero64(val))
55 if (val == 0 || !util_is_power_of_two_or_zero64(val))
84 if (val == int_min || val >= 0 || !util_is_power_of_two_or_zero64(-val))
H A Dnir_builder.h876 util_is_power_of_two_or_zero64(y)) {
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dbitscan.h132 util_is_power_of_two_or_zero64(uint64_t v) function in typeref:typename:bool
H A Dfast_idiv_by_const.c55 if (util_is_power_of_two_or_zero64(D)) {
H A Du_math.h538 if (util_is_power_of_two_or_zero64(x))
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dbitscan.h142 util_is_power_of_two_or_zero64(uint64_t v) function in typeref:typename:bool
H A Dfast_idiv_by_const.c56 if (util_is_power_of_two_or_zero64(D)) {
H A Du_math.h491 if (util_is_power_of_two_or_zero64(x))
/xsrc/external/mit/MesaLib.old/dist/src/util/tests/fast_idiv_by_const/
H A Dfast_idiv_by_const_test.cpp309 } while (util_is_power_of_two_or_zero64(llabs(d)));
/xsrc/external/mit/MesaLib/dist/src/util/tests/fast_idiv_by_const/
H A Dfast_idiv_by_const_test.cpp306 } while (d == INT64_MIN || util_is_power_of_two_or_zero64(llabs(d)));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.cpp427 return util_is_power_of_two_or_zero64(reg.data.u64);
H A Dnv50_ir_peephole.cpp970 if (b >= 0 && util_is_power_of_two_or_zero64(b)) {
986 (util_is_power_of_two_or_zero64(absB - 1) ||
987 util_is_power_of_two_or_zero64(absB + 1)) &&
989 bool subA = util_is_power_of_two_or_zero64(absB + 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.cpp428 return util_is_power_of_two_or_zero64(reg.data.u64);
H A Dnv50_ir_peephole.cpp1003 if (b >= 0 && util_is_power_of_two_or_zero64(b)) {
1019 (util_is_power_of_two_or_zero64(absB - 1) ||
1020 util_is_power_of_two_or_zero64(absB + 1)) &&
1022 bool subA = util_is_power_of_two_or_zero64(absB + 1);

Completed in 153 milliseconds