Home
last modified time | relevance | path

Searched refs:BW (Results 1 – 25 of 670) sorted by relevance

12345678910>>...27

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenExtract.cpp161 unsigned BW = Ty->getPrimitiveSizeInBits(); in INITIALIZE_PASS_DEPENDENCY() local
162 if (BW != 32 && BW != 64) in INITIALIZE_PASS_DEPENDENCY()
174 APInt A = APInt(BW, ~0ULL).lshr(SR).shl(SL); in INITIALIZE_PASS_DEPENDENCY()
185 uint32_t U = BW - std::max(SL, SR); in INITIALIZE_PASS_DEPENDENCY()
200 APInt C = APInt::getHighBitsSet(BW, BW-U); in INITIALIZE_PASS_DEPENDENCY()
212 Intrinsic::ID IntId = (BW == 32) ? Intrinsic::hexagon_S2_extractu in INITIALIZE_PASS_DEPENDENCY()
DHexagonBitTracker.cpp297 uint16_t BW, bool Odd) -> BT::RegisterCell { in evaluate() argument
300 RegisterCell RC = eXTR(Rt, I*BW, I*BW+BW).cat(eXTR(Rs, I*BW, I*BW+BW)); in evaluate()
302 while (I*BW < Ws) { in evaluate()
303 RC.cat(eXTR(Rt, I*BW, I*BW+BW)).cat(eXTR(Rs, I*BW, I*BW+BW)); in evaluate()
DHexagonConstPropagation.cpp1590 unsigned BW = A1.getBitWidth(); in evaluateZEXTi() local
1591 (void)BW; in evaluateZEXTi()
1592 assert(Width >= Bits && BW >= Bits); in evaluateZEXTi()
1621 unsigned BW = A1.getBitWidth(); in evaluateSEXTi() local
1622 assert(Width >= Bits && BW >= Bits); in evaluateSEXTi()
1631 if (BW <= 64 && Bits != 0) { in evaluateSEXTi()
1656 if (Bits < BW) in evaluateSEXTi()
1686 unsigned BW = A1.getBitWidth(); in evaluateCLBi() local
1694 Result = APInt(BW, static_cast<uint64_t>(Count), false); in evaluateCLBi()
1721 unsigned BW = A1.getBitWidth(); in evaluateCTBi() local
[all …]
DBitTracker.cpp350 uint16_t BW = getRegBitWidth(RR); in getCell() local
355 return RegisterCell::self(0, BW); in getCell()
362 return RegisterCell::self(0, BW); in getCell()
372 return RegisterCell::top(BW); in getCell()
424 uint16_t BW = A.getBitWidth(); in eIMM() local
425 assert((unsigned)BW == A.getBitWidth() && "BitWidth overflow"); in eIMM()
426 RegisterCell Res(BW); in eIMM()
427 for (uint16_t i = 0; i < BW; ++i) in eIMM()
/third_party/alsa-utils/alsaloop/
Deffect-sweep.c26 float lfo,dlfo,fs,fc,BW,C,D,a0,a1,a2,b1,b2,*x[3],*y[3]; member
88 priv->C = 1./tan(M_PI*priv->BW/priv->fs); in effect_apply()
126 priv->BW = 50; in effect_init_sweep()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp455 unsigned BW = I->getOperand(0)->getType()->getPrimitiveSizeInBits(); in generateCondForPow() local
457 if (BW == 8) in generateCondForPow()
459 else if (BW == 16) in generateCondForPow()
461 else if (BW == 32) in generateCondForPow()
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/tests/
Dlayout.gdef-varstore.tests12 BW
/third_party/harfbuzz/test/subset/data/tests/
Dlayout.gdef-varstore.tests13 BW
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h552 BitWord BW = Bits[i]; in applyMask() local
557 if (AddBits) BW |= BitWord(M) << b; in applyMask()
558 else BW &= ~(BitWord(M) << b); in applyMask()
560 Bits[i] = BW; in applyMask()
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dde_CH.txt6 BW{"Botswana"}
Dzh_Hant_HK.txt20 BW{"博茨瓦納"}
Dnus.txt33 BW{"Bothiwaana"}
Dyi.txt52 BW{"באצוואַנע"}
/third_party/icu/icu4c/source/data/region/
Dde_CH.txt7 BW{"Botswana"}
Dzh_Hant_HK.txt21 BW{"博茨瓦納"}
Dnus.txt34 BW{"Bothiwaana"}
/third_party/skia/third_party/externals/icu/source/data/region/
Dde_CH.txt7 BW{"Botswana"}
Dzh_Hant_HK.txt21 BW{"博茨瓦納"}
Dnus.txt34 BW{"Bothiwaana"}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h905 BitWord BW = Bits[i]; in applyMask() local
910 if (AddBits) BW |= BitWord(M) << b; in applyMask()
911 else BW &= ~(BitWord(M) << b); in applyMask()
913 Bits[i] = BW; in applyMask()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBitVector.h791 BitWord BW = Bits[i]; in applyMask() local
798 BW |= BitWord(M) << b; in applyMask()
800 BW &= ~(BitWord(M) << b); in applyMask()
802 Bits[i] = BW; in applyMask()
/third_party/flutter/skia/src/sfnt/
DSkOTTable_EBLC.h57 BW = 1, enumerator
/third_party/skia/src/sfnt/
DSkOTTable_EBLC.h57 BW = 1, enumerator
/third_party/alsa-lib/test/
Dlatency.c400 float lfo,dlfo,fs,fc,BW,C,D,a0,a1,a2,b1,b2,*x[3],*y[3]; variable
413 C = 1./tan(M_PI*BW/fs); in applyeffect()
604 BW = FILTER_BANDWIDTH; in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp1064 unsigned BW = VT.getScalarSizeInBits(); in ExpandSEXTINREG() local
1066 SDValue ShiftSz = DAG.getConstant(BW - OrigBW, DL, VT); in ExpandSEXTINREG()
1350 unsigned BW = VT.getScalarSizeInBits(); in ExpandUINT_TO_FLOAT() local
1351 assert((BW == 64 || BW == 32) && in ExpandUINT_TO_FLOAT()
1354 SDValue HalfWord = DAG.getConstant(BW / 2, DL, VT); in ExpandUINT_TO_FLOAT()
1359 uint64_t HWMask = (BW == 64) ? 0x00000000FFFFFFFF : 0x0000FFFF; in ExpandUINT_TO_FLOAT()
1364 DAG.getConstantFP(1ULL << (BW / 2), DL, Node->getValueType(0)); in ExpandUINT_TO_FLOAT()

12345678910>>...27