Home
last modified time | relevance | path

Searched defs:complexity (Results 1 – 25 of 37) sorted by relevance

12

/third_party/benchmark/src/
Dcomplexity.cc29 BigOFunc* FittingCurve(BigO complexity) { in FittingCurve()
54 std::string GetBigOString(BigO complexity) { in GetBigOString()
126 const std::vector<double>& time, const BigO complexity) { in MinimalLeastSq()
Dcomplexity.h47 BigO complexity; member
Dbenchmark_api_internal.h34 BigO complexity() const { return complexity_; } in complexity() function
Dbenchmark_register.cc405 Benchmark* Benchmark::Complexity(BigO complexity) { in Complexity()
410 Benchmark* Benchmark::Complexity(BigOFunc* complexity) { in Complexity()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dcomplexity.cc28 BigOFunc* FittingCurve(BigO complexity) { in FittingCurve()
47 std::string GetBigOString(BigO complexity) { in GetBigOString()
121 const std::vector<double>& time, const BigO complexity) { in MinimalLeastSq()
Dcomplexity.h47 BigO complexity; member
Dbenchmark_api_internal.h25 BigO complexity; member
Dbenchmark_register.cc390 Benchmark* Benchmark::Complexity(BigO complexity) { in Complexity()
395 Benchmark* Benchmark::Complexity(BigOFunc* complexity) { in Complexity()
/third_party/boost/boost/numeric/ublas/
Dexpression_types.hpp185 static const unsigned complexity = 0; member in boost::numeric::ublas::vector_expression
279 static const unsigned complexity = 0; member in boost::numeric::ublas::vector_container
311 static const unsigned complexity = 0; member in boost::numeric::ublas::matrix_expression
486 static const unsigned complexity = 0; member in boost::numeric::ublas::matrix_container
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DMeasureUnitImpl.java26 private MeasureUnit.Complexity complexity = MeasureUnit.Complexity.SINGLE; field in MeasureUnitImpl
200 public void setComplexity(MeasureUnit.Complexity complexity) { in setComplexity()
496 MeasureUnit.Complexity complexity = in parse() local
/third_party/skia/src/core/
DSkScan_AntiPath.cpp605 static void compute_complexity(const SkPath& path, SkScalar& avgLength, SkScalar& complexity) { in compute_complexity()
638 static bool ShouldUseAAA(const SkPath& path, SkScalar avgLength, SkScalar complexity) { in ShouldUseAAA()
785 SkScalar avgLength, complexity; in AntiFillPath() local
/third_party/flutter/skia/src/core/
DSkScan_AntiPath.cpp606 static void compute_complexity(const SkPath& path, SkScalar& avgLength, SkScalar& complexity) { in compute_complexity()
639 static bool ShouldUseAAA(const SkPath& path, SkScalar avgLength, SkScalar complexity) { in ShouldUseAAA()
786 SkScalar avgLength, complexity; in AntiFillPath() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dmeasunit_impl.h275 UMeasureUnitComplexity complexity = UMEASURE_UNIT_SINGLE; variable
/third_party/icu/icu4c/source/i18n/
Dmeasunit_impl.h275 UMeasureUnitComplexity complexity = UMEASURE_UNIT_SINGLE; variable
/third_party/node/deps/icu-small/source/i18n/
Dmeasunit_impl.h317 UMeasureUnitComplexity complexity = UMEASURE_UNIT_SINGLE; variable
/third_party/ffmpeg/libavcodec/
Dlibspeexenc.c151 int32_t complexity; in encode_init() local
Dlibopusenc.c38 int complexity; member
Dratecontrol.c317 double complexity[5] = { 0 }; // approximate bits at quant=1 in init_pass2() local
/third_party/gstreamer/gstplugins_good/ext/speex/
Dgstspeexenc.h61 gint complexity; member
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusenc.h72 gint complexity; member
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.h93 ECOMPLEXITY_MODE complexity; member
/third_party/flutter/skia/bench/
DPathBench.cpp43 virtual int complexity() { return 0; } in complexity() function in PathBench
253 int complexity() override { return 1; } in complexity() function in SawToothPathBench
274 int complexity() override { return 2; } in complexity() function in LongCurvedPathBench
293 int complexity() override { return 2; } in complexity() function in LongLinePathBench
DPolyUtilsBench.cpp22 virtual int complexity() { return 0; } in complexity() function in PolyUtilsBench
/third_party/skia/bench/
DPolyUtilsBench.cpp23 virtual int complexity() { return 0; } in complexity() function in PolyUtilsBench
DPathBench.cpp45 virtual int complexity() { return 0; } in complexity() function in PathBench
255 int complexity() override { return 1; } in complexity() function in SawToothPathBench
276 int complexity() override { return 2; } in complexity() function in LongCurvedPathBench
295 int complexity() override { return 2; } in complexity() function in LongLinePathBench

12