Home
last modified time | relevance | path

Searched defs:Calc (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMisplacedWideningCastCheck.cpp31 const auto Calc = in registerMatchers() local
189 const auto *Calc = Result.Nodes.getNodeAs<Expr>("Calc"); in check() local
/external/python/jinja/tests/
Dtest_runtime.py65 class Calc: class
/external/libbrillo/brillo/dbus/
Ddbus_object_test.cc46 struct Calc { struct
47 int Add(int x, int y) { return x + y; } in Add()
48 int Negate(int x) { return -x; } in Negate()
49 void Positive(std::unique_ptr<DBusMethodResponse<double>> response, in Positive()
60 void AddSubtract(int x, int y, int* sum, int* diff) { in AddSubtract()
/external/ply/ply/example/classcalc/
Dcalc.py60 class Calc(Parser): class
/external/ply/ply/example/newclasscalc/
Dcalc.py62 class Calc(Parser): class
/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp59 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
/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp37 bool CStretchEngine::CWeightTable::Calc(int dest_len, in Calc() function in CStretchEngine::CWeightTable