Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_object_unittest.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/newclasscalc/
Dcalc.py62 class Calc(Parser): class
/external/ply/ply/example/classcalc/
Dcalc.py60 class Calc(Parser): class
/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp51 void CCodec_ProgressiveDecoder::CFXCODEC_WeightTable::Calc(int dest_len, in Calc() function in CCodec_ProgressiveDecoder::CFXCODEC_WeightTable
143 void CCodec_ProgressiveDecoder::CFXCODEC_HorzTable::Calc(int dest_len, in Calc() function in CCodec_ProgressiveDecoder::CFXCODEC_HorzTable
197 void CCodec_ProgressiveDecoder::CFXCODEC_VertTable::Calc(int dest_len, in Calc() function in CCodec_ProgressiveDecoder::CFXCODEC_VertTable
/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp35 bool CStretchEngine::CWeightTable::Calc(int dest_len, in Calc() function in CStretchEngine::CWeightTable
/external/opencv/ml/include/
Dml.h343 typedef void (CvSVMKernel::*Calc)( int vec_count, int vec_size, const float** vecs, typedef