Home
last modified time | relevance | path

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

/third_party/libxml2/
Dtimsort.h130 const int top_bit = 64 - CLZ(size); in compute_minrun() local
131 const int shift = MAX(top_bit, 6) - 6; in compute_minrun()
/third_party/gettext/gnulib-local/lib/libxml/
Dtimsort.h161 const int top_bit = 64 - CLZ(size); in compute_minrun() local
162 const int shift = MAX(top_bit, 6) - 6; in compute_minrun()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dhex_float_test.cpp644 const uint32_t top_bit = 1u << 22u; in bits_set() local
647 val |= top_bit >> i; in bits_set()
655 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
658 val |= top_bit >> i; in half_bits_set()
/third_party/skia/third_party/externals/spirv-tools/test/
Dhex_float_test.cpp644 const uint32_t top_bit = 1u << 22u; in bits_set() local
647 val |= top_bit >> i; in bits_set()
655 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
658 val |= top_bit >> i; in half_bits_set()
/third_party/spirv-tools/test/
Dhex_float_test.cpp644 const uint32_t top_bit = 1u << 22u; in bits_set() local
647 val |= top_bit >> i; in bits_set()
655 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
658 val |= top_bit >> i; in half_bits_set()
/third_party/glslang/gtests/
DHexFloat.cpp604 const uint32_t top_bit = 1u << 22u; in bits_set() local
607 val |= top_bit >> i; in bits_set()
615 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
618 val |= top_bit >> i; in half_bits_set()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dhex_float_test.cpp606 const uint32_t top_bit = 1u << 22u; in bits_set() local
609 val |= top_bit >> i; in bits_set()
617 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
620 val |= top_bit >> i; in half_bits_set()
/third_party/mesa3d/src/intel/common/
Dmi_builder.h1022 unsigned top_bit = 31 - __builtin_clz(N); in mi_imul_imm() local
1023 for (int i = top_bit - 1; i >= 0; i--) { in mi_imul_imm()