/external/chromium_org/ui/gfx/geometry/ |
D | matrix3_unittest.cc | 16 Matrix3F zeros = Matrix3F::Zeros(); in TEST() 49 EXPECT_EQ(0.0f, Matrix3F::Zeros().Determinant()); in TEST() 53 Matrix3F matrix = Matrix3F::Zeros(); in TEST() 72 Matrix3F singular = Matrix3F::Zeros(); in TEST() 77 EXPECT_EQ(Matrix3F::Zeros(), singular.Inverse()); in TEST() 79 Matrix3F regular = Matrix3F::Zeros(); in TEST() 100 Matrix3F matrix = Matrix3F::Zeros(); in TEST() 104 Matrix3F eigenvectors = Matrix3F::Zeros(); in TEST() 116 Matrix3F matrix = Matrix3F::Zeros(); in TEST() 120 Matrix3F eigenvectors = Matrix3F::Zeros(); in TEST() [all …]
|
D | matrix3_f.cc | 59 Matrix3F Matrix3F::Zeros() { in Zeros() function in gfx::Matrix3F 102 Matrix3F inverse = Matrix3F::Zeros(); in Inverse() 194 *eigenvectors = Zeros(); in SolveEigenproblem()
|
D | matrix3_f.h | 17 static Matrix3F Zeros();
|
/external/llvm/lib/Support/ |
D | ScaledNumber.cpp | 65 if (int Zeros = countLeadingZeros(Dividend64)) { in divide32() local 66 Shift -= Zeros; in divide32() 67 Dividend64 <<= Zeros; in divide32() 87 if (int Zeros = countTrailingZeros(Divisor)) { in divide64() local 88 Shift -= Zeros; in divide64() 89 Divisor >>= Zeros; in divide64() 97 if (int Zeros = countLeadingZeros(Dividend)) { in divide64() local 98 Shift -= Zeros; in divide64() 99 Dividend <<= Zeros; in divide64()
|
/external/llvm/include/llvm/MC/ |
D | MCObjectWriter.h | 172 const char Zeros[16] = { 0 }; in WriteZeros() local 175 OS << StringRef(Zeros, 16); in WriteZeros() 177 OS << StringRef(Zeros, N % 16); in WriteZeros()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
D | audio_multi_vector_unittest.cc | 177 TEST_P(AudioMultiVectorTest, Zeros) { in TEST_P() argument 180 vec.Zeros(2 * array_length()); in TEST_P() 283 vec2.Zeros(3); // 3 zeros in each channel. in TEST_P()
|
D | audio_multi_vector.h | 40 virtual void Zeros(size_t length);
|
D | sync_buffer.cc | 91 Zeros(Size()); in Flush()
|
D | comfort_noise.cc | 82 output->Zeros(requested_length); in Generate()
|
D | audio_multi_vector.cc | 53 void AudioMultiVector::Zeros(size_t length) { in Zeros() function in webrtc::AudioMultiVector
|
D | neteq_impl.cc | 1574 algorithm_buffer_->Zeros(output_size_samples_); in DoRfc3389Cng() 1645 algorithm_buffer_->Zeros(output_size_samples_); in DoDtmf() 1708 algorithm_buffer_->Zeros(length); in DoAlternativePlc()
|
/external/chromium_org/ui/gfx/ |
D | color_analysis_unittest.cc | 331 EXPECT_EQ(gfx::Matrix3F::Zeros(), ComputeColorCovariance(bitmap)); in TEST_F() 336 EXPECT_TRUE(covariance == gfx::Matrix3F::Zeros()); in TEST_F() 353 gfx::Matrix3F expected_covariance = gfx::Matrix3F::Zeros(); in TEST_F()
|
D | color_analysis.cc | 417 gfx::Matrix3F covariance = gfx::Matrix3F::Zeros(); in ComputeColorCovariance() 565 gfx::Matrix3F eigenvectors = gfx::Matrix3F::Zeros(); in ComputePrincipalComponentImage()
|
/external/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 318 unsigned Zeros = countTrailingZeros(Imm); in decodeCRBitMOperand() local 319 assert(Zeros < 8 && "Invalid CR bit value"); in decodeCRBitMOperand() 321 Inst.addOperand(MCOperand::CreateReg(CRRegs[7 - Zeros])); in decodeCRBitMOperand()
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsgamma.c | 1069 int i, nItems, Zeros, Poles; in cmsSmoothToneCurve() local 1095 Zeros = Poles = 0; in cmsSmoothToneCurve() 1098 if (z[i] == 0.) Zeros++; in cmsSmoothToneCurve() 1106 if (Zeros > (nItems / 3)) { in cmsSmoothToneCurve()
|
D | cmsopt.c | 921 int i, Zeros = 0, Poles = 0; in IsDegenerated() local 926 if (g ->Table16[i] == 0x0000) Zeros++; in IsDegenerated() 930 if (Zeros == 1 && Poles == 1) return FALSE; // For linear tables in IsDegenerated() 931 if (Zeros > (nEntries / 4)) return TRUE; // Degenerated, mostly zeros in IsDegenerated()
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 175 return llvm::ConstantExpr::getGetElementPtr(ConstStr, Zeros); in MakeConstantString() 190 return llvm::ConstantExpr::getGetElementPtr(ConstStr, Zeros); in ExportUniqueString() 241 CGM.GetAddrOfConstantCString(NameAndAttributes), Zeros); in MakePropertyEncodingString() 281 llvm::Constant *Zeros[2]; member in __anona7bd50360111::CGObjCGNU 912 Zeros[0] = llvm::ConstantInt::get(LongTy, 0); in CGObjCGNU() 913 Zeros[1] = Zeros[0]; in CGObjCGNU() 2286 llvm::Constant *offsetPointerIndexes[] = {Zeros[0], in GenerateClass() 2318 NULLPtr, 0x12L, ClassName.c_str(), nullptr, Zeros[0], GenerateIvarList( in GenerateClass() 2451 llvm::Constant *Idxs[] = {Zeros[0], in ModuleInitFunction() 2452 llvm::ConstantInt::get(Int32Ty, i), Zeros[0]}; in ModuleInitFunction()
|
D | CodeGenModule.cpp | 2479 llvm::Constant *Zeros[] = { Zero, Zero }; in GetAddrOfConstantCFString() local 2489 V = llvm::ConstantExpr::getGetElementPtr(GV, Zeros); in GetAddrOfConstantCFString() 2543 Fields[2] = llvm::ConstantExpr::getGetElementPtr(GV, Zeros); in GetAddrOfConstantCFString() 2574 llvm::Constant *Zeros[] = { Zero, Zero }; in GetAddrOfConstantString() local 2597 V = llvm::ConstantExpr::getGetElementPtr(GV, Zeros); in GetAddrOfConstantString() 2657 Fields[1] = llvm::ConstantExpr::getGetElementPtr(GV, Zeros); in GetAddrOfConstantString()
|
/external/llvm/lib/IR/ |
D | ConstantRange.cpp | 690 APInt Zeros(getBitWidth(), getUnsignedMax().countLeadingZeros()); in shl() local 691 if (Zeros.ugt(Other.getUnsignedMax())) in shl()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1469 Value *Zeros = ConstantAggregateZero::get(VectorType::get(I32Ty, NumElts)); 1470 return CreateShuffleVector(V, Undef, Zeros, Name + ".splat");
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3397 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0); in GetMinTrailingZeros() local 3398 computeKnownBits(U->getValue(), Zeros, Ones); in GetMinTrailingZeros() 3399 return Zeros.countTrailingOnes(); in GetMinTrailingZeros() 3536 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0); in getUnsignedRange() local 3537 computeKnownBits(U->getValue(), Zeros, Ones, DL); in getUnsignedRange() 3538 if (Ones == ~Zeros + 1) in getUnsignedRange() 3541 ConservativeResult.intersectWith(ConstantRange(Ones, ~Zeros + 1))); in getUnsignedRange()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1176 uint32_t Zeros = AndRHSMask.countLeadingZeros(); in visitAnd() local 1177 APInt Mask = APInt::getLowBitsSet(BitWidth, BitWidth - Zeros); in visitAnd()
|
/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/protobuf/gtest/test/ |
D | gtest_unittest.cc | 3029 TEST_F(FloatTest, Zeros) { in TEST_F() argument 3196 TEST_F(DoubleTest, Zeros) { in TEST_F() argument
|
/external/chromium_org/testing/gtest/test/ |
D | gtest_unittest.cc | 2747 TEST_F(FloatTest, Zeros) { in TEST_F() argument 2920 TEST_F(DoubleTest, Zeros) { in TEST_F() argument
|