Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Dg711.h58 static __inline__ int top_bit(unsigned int bits) { in top_bit() function
81 static __inline__ int top_bit(unsigned int bits) {
101 static __inline int top_bit(unsigned int bits) {
221 seg = top_bit(linear | 0xFF) - 7; in linear_to_ulaw()
296 seg = top_bit(linear | 0xFF) - 7; in linear_to_alaw()
/external/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()
/external/deqp-deps/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()
/external/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()
/external/deqp-deps/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()
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c2376 unsigned top_bit = 31 - __builtin_clz(N); in build_alu_multiply_gpr0() local
2377 for (int i = top_bit - 1; i >= 0; i--) { in build_alu_multiply_gpr0()
2381 unsigned src_reg = i == top_bit - 1 ? MI_ALU_REG0 : MI_ALU_REG1; in build_alu_multiply_gpr0()