/external/llvm/lib/Support/ |
D | ScaledNumber.cpp | 65 if (int Zeros = countLeadingZeros(Dividend64)) { in divide32() local 87 if (int Zeros = countTrailingZeros(Divisor)) { in divide64() local 97 if (int Zeros = countLeadingZeros(Dividend)) { in divide64() local
|
/external/llvm/include/llvm/MC/ |
D | MCObjectWriter.h | 169 const char Zeros[16] = { 0 }; in WriteZeros() local
|
/external/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 340 unsigned Zeros = countTrailingZeros(Imm); in decodeCRBitMOperand() local
|
/external/llvm/lib/IR/ |
D | ConstantRange.cpp | 727 APInt Zeros(getBitWidth(), getUnsignedMax().countLeadingZeros()); in shl() local
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsgamma.c | 1069 int i, nItems, Zeros, Poles; in cmsSmoothToneCurve() local
|
D | cmsopt.c | 921 int i, Zeros = 0, Poles = 0; in IsDegenerated() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 2628 llvm::Constant *Zeros[] = { Zero, Zero }; in GetAddrOfConstantCFString() local 2722 llvm::Constant *Zeros[] = { Zero, Zero }; in GetAddrOfConstantString() local
|
D | CGObjCGNU.cpp | 284 llvm::Constant *Zeros[2]; member in __anon13748a720111::CGObjCGNU
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1279 uint32_t Zeros = AndRHSMask.countLeadingZeros(); in visitAnd() local
|
/external/protobuf/gtest/test/ |
D | gtest_unittest.cc | 2718 TEST_F(FloatTest, Zeros) { in TEST_F() argument 2891 TEST_F(DoubleTest, Zeros) { in TEST_F() argument
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3807 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0); in GetMinTrailingZeros() local 4042 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0); in getRange() local
|
/external/gtest/test/ |
D | gtest_unittest.cc | 2747 TEST_F(FloatTest, Zeros) { in TEST_F() argument 2920 TEST_F(DoubleTest, Zeros) { in TEST_F() argument
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_unittest.cc | 2892 TEST_F(FloatTest, Zeros) { in TEST_F() argument 3065 TEST_F(DoubleTest, Zeros) { in TEST_F() argument
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12863 APInt Zeros, Ones; in LowerToBT() local 16140 SDValue Zeros = getZeroVector(VT, Subtarget, DAG, dl); in LowerScalarImmediateShift() local 19511 SDValue Zeros = getZeroVector(VT, Subtarget, DAG, dl); in PerformShuffleCombine256() local
|