Home
last modified time | relevance | path

Searched defs:current_bit (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dgen-os2-unicode-ranges.py21 current_bit = 0 variable
28 current_bit = fields[0] variable
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/generic/
H A Dsqrt_80_bit_long_double.h91 for (StorageType current_bit = ONE >> 1; current_bit; current_bit >>= 1) { in sqrt() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp254 for (uint32_t current_bit = bits_per_word; current_bit < bit_width; in EncodeIntegerAsWords() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp265 for (uint32_t current_bit = bits_per_word; current_bit < bit_width; in EncodeIntegerAsWords() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp265 for (uint32_t current_bit = bits_per_word; current_bit < bit_width; in EncodeIntegerAsWords() local
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_aac_constants.h78 WORD32 current_bit; /* current bit position in bit stream */ member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTensorTopK.cu707 for (int current_bit = sizeof(T) * 8 - RADIX_BITS; current_bit >= 0; current_bit -= RADIX_BITS) { in launch() local