Searched refs:bit3 (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | CF.cpp | 172 bool bit3 = (byte & 8) == 8; in CFBitVectorSummaryProvider() local 178 (bit5 ? '1' : '0'), (bit4 ? '1' : '0'), (bit3 ? '1' : '0'), in CFBitVectorSummaryProvider() 188 bool bit3 = (byte & 8) == 8; in CFBitVectorSummaryProvider() local 210 stream.Printf("%c", bit3 ? '1' : '0'); in CFBitVectorSummaryProvider()
|
/external/swiftshader/third_party/astc-encoder/Source/ |
D | astc_color_unquantize.cpp | 393 int bit3 = (v2 >> 5) & 1; in hdr_rgbo_unpack3() local 407 blue |= bit3 << 5; in hdr_rgbo_unpack3() 419 red |= bit3 << 6; in hdr_rgbo_unpack3() 437 red |= bit3 << 10; in hdr_rgbo_unpack3() 540 int bit3 = (v5 >> 6) & 1; in hdr_rgb_unpack3() local 564 c |= bit3 << 6; in hdr_rgb_unpack3() 577 b1 |= bit3 << 7; in hdr_rgb_unpack3() 586 d1 |= bit3 << 6; in hdr_rgb_unpack3()
|
/external/catch2/projects/SelfTest/UsageTests/ |
D | Tricky.tests.cpp | 174 bit3 = 0x0008, enumerator
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 2464 int bit3 = getRealBitPrecision(internalformatBitTable[j], iformatSampler == SAMPLER_FLOAT); in compare() local 2467 if (bit1 >= bit3) in compare() 2470 bit3 -= 1; in compare() 2473 if (bit2 <= bit3) in compare() 2479 …if (!(m_internalFormat.flags & FLAG_REQ_RBO) && bit3 > 8 && m_internalFormat.sampler != SAMPLER_UI… in compare() 2486 bit3 = 8; in compare() 2489 bitdiff = std::min(std::min(bit1, bit2), bit3); in compare() 2506 inputValue = clampUnsignedValue(bit3 - 1, inputValue); in compare() 2509 inputValue = clampSignedValue(bit3, inputValue); in compare() 2532 inputValue = clampUnsignedValue(bit3, inputValue); in compare()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | unfold-masked-merge-scalar-constmask-interleavedbits.ll | 7 ; Y: [bit3] [bit1]
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1014 const int bit3 = READ_REF_BIT(single_ref_p4); in read_ref_frames() local 1015 ref_frame[0] = bit3 ? LAST2_FRAME : LAST_FRAME; in read_ref_frames()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | unfold-masked-merge-scalar-constmask-interleavedbits.ll | 8 ; Y: [bit3] [bit1]
|
/external/libaom/libaom/av1/encoder/ |
D | bitstream.c | 574 const int bit3 = mbmi->ref_frame[0] != LAST_FRAME; in write_ref_frames() local 575 WRITE_REF_BIT(bit3, single_ref_p4); in write_ref_frames()
|