/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | MisplacedWideningCastCheck.cpp | 31 const auto Calc = in registerMatchers() local 38 has(ignoringParenImpCasts(Calc))); in registerMatchers() 41 has(ignoringParenImpCasts(Calc))); in registerMatchers() 189 const auto *Calc = Result.Nodes.getNodeAs<Expr>("Calc"); in check() local 190 if (Calc->getBeginLoc().isMacroID()) in check() 194 Calc->isTypeDependent() || Calc->isValueDependent()) in check() 200 QualType CalcType = Calc->getType(); in check() 222 if (Context.getIntWidth(CalcType) >= getMaxCalculationWidth(Context, Calc)) in check()
|
/external/python/jinja/tests/ |
D | test_runtime.py | 65 class Calc: class 73 out = t.render(calc=Calc())
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object_test.cc | 46 struct Calc { struct 124 kTestMethod_Add, base::Unretained(&calc_), &Calc::Add); in SetUp() 126 kTestMethod_Negate, base::Unretained(&calc_), &Calc::Negate); in SetUp() 128 kTestMethod_Positive, base::Unretained(&calc_), &Calc::Positive); in SetUp() 130 kTestMethod_AddSubtract, base::Unretained(&calc_), &Calc::AddSubtract); in SetUp() 155 Calc calc_; 462 kTestMethod_Add, base::Unretained(&calc_), &Calc::Add); in TEST_F()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | GCNMinRegStrategy.cpp | 78 template <typename Calc> 79 unsigned findMax(unsigned Num, Calc C); 120 template <typename Calc> 121 unsigned GCNMinRegScheduler::findMax(unsigned Num, Calc C) { in findMax()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNMinRegStrategy.cpp | 71 template <typename Calc> 72 unsigned findMax(unsigned Num, Calc C); 113 template <typename Calc> 114 unsigned GCNMinRegScheduler::findMax(unsigned Num, Calc C) { in findMax()
|
/external/ply/ply/example/classcalc/ |
D | calc.py | 60 class Calc(Parser): class 164 calc = Calc()
|
/external/ply/ply/example/newclasscalc/ |
D | calc.py | 62 class Calc(Parser): class 166 calc = Calc()
|
/external/pdfium/core/fxcodec/ |
D | progressivedecoder.h | 107 void Calc(int dest_len, int src_len); 123 void Calc(int dest_len, int src_len); 138 void Calc(int dest_len, int src_len);
|
D | progressivedecoder.cpp | 59 void ProgressiveDecoder::CFXCODEC_WeightTable::Calc(int dest_len, int src_len) { in Calc() function in fxcodec::ProgressiveDecoder::CFXCODEC_WeightTable 133 void ProgressiveDecoder::CFXCODEC_HorzTable::Calc(int dest_len, int src_len) { in Calc() function in fxcodec::ProgressiveDecoder::CFXCODEC_HorzTable 186 void ProgressiveDecoder::CFXCODEC_VertTable::Calc(int dest_len, int src_len) { in Calc() function in fxcodec::ProgressiveDecoder::CFXCODEC_VertTable 790 m_WeightHorz.Calc(m_sizeX, m_clipBox.Width()); in BmpStartDecode() 791 m_WeightVert.Calc(m_sizeY, m_clipBox.Height()); in BmpStartDecode() 881 m_WeightHorz.Calc(m_sizeX, m_clipBox.Width()); in GifStartDecode() 882 m_WeightVert.Calc(m_sizeY, m_clipBox.Height()); in GifStartDecode() 1086 m_WeightHorz.Calc(m_sizeX, m_clipBox.Width()); in JpegStartDecode() 1087 m_WeightVert.Calc(m_sizeY, m_clipBox.Height()); in JpegStartDecode() 1301 m_WeightHorzOO.Calc(m_sizeX, m_clipBox.Width()); in PngStartDecode() [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | common.h | 913 template <int N, int DIM, typename Calc> 915 const NdArrayDesc<N>& output, const Calc& calc, int indexes[N]) { in NDOpsHelperImpl() 917 NDOpsHelperImpl<N, DIM + 1, Calc>(output, calc, indexes); in NDOpsHelperImpl() 921 template <int N, int DIM, typename Calc> 923 const NdArrayDesc<N>& output, const Calc& calc, int indexes[N]) { in NDOpsHelperImpl() 931 template <int N, typename Calc> 932 inline void NDOpsHelper(const NdArrayDesc<N>& output, const Calc& calc) { in NDOpsHelper() 934 NDOpsHelperImpl<N, 0, Calc>(output, calc, indexes); in NDOpsHelper()
|
/external/pdfium/core/fxge/dib/ |
D | cstretchengine.h | 43 bool Calc(int dest_len,
|
D | cstretchengine.cpp | 37 bool CStretchEngine::CWeightTable::Calc(int dest_len, in Calc() function in CStretchEngine::CWeightTable 336 bool ret = m_WeightTable.Calc(m_DestWidth, m_DestClip.left, m_DestClip.right, in StartStretchHorz() 593 table.Calc(m_DestHeight, m_DestClip.top, m_DestClip.bottom, m_SrcHeight, in StretchVert()
|
/external/icu/icu4c/source/data/zone/ |
D | ga.txt | 691 ec{"Calcúta"}
|