Home
last modified time | relevance | path

Searched defs:top_bit (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/webrtc/modules/third_party/g711/
H A Dg711.h59 static __inline__ int top_bit(unsigned int bits) { in top_bit() function
/aosp_15_r20/external/angle/third_party/glslang/src/gtests/
H A DHexFloat.cpp604 const uint32_t top_bit = 1u << 22u; in bits_set() local
615 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
/aosp_15_r20/external/deqp-deps/glslang/gtests/
DHexFloat.cpp604 const uint32_t top_bit = 1u << 22u; in bits_set() local
615 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dhex_float_test.cpp644 const uint32_t top_bit = 1u << 22u; in bits_set() local
655 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dhex_float_test.cpp644 const uint32_t top_bit = 1u << 22u; in bits_set() local
655 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dhex_float_test.cpp644 const uint32_t top_bit = 1u << 22u; in bits_set() local
655 const uint32_t top_bit = 1u << 9u; in half_bits_set() local
/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Drtc_event_field_encoding_parser.cc135 const uint64_t top_bit = static_cast<uint64_t>(1) in ReadDeltasAndPopulateValues() local
/aosp_15_r20/external/libxml2/
H A Dtimsort.h130 const int top_bit = 64 - CLZ(size); in compute_minrun() local
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dtimsort.h130 const int top_bit = 64 - CLZ(size); in compute_minrun() local
/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Ddelta_encoding.cc787 const uint64_t top_bit = static_cast<uint64_t>(1) in ApplySignedDelta() local
/aosp_15_r20/external/mesa3d/src/intel/common/
H A Dmi_builder.h1182 unsigned top_bit = 31 - __builtin_clz(N); in mi_imul_imm() local