/third_party/benchmark/src/ |
D | complexity.cc | 29 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()
|
D | complexity.h | 47 BigO complexity; member
|
D | benchmark_api_internal.h | 34 BigO complexity() const { return complexity_; } in complexity() function
|
D | benchmark_register.cc | 405 Benchmark* Benchmark::Complexity(BigO complexity) { in Complexity() 410 Benchmark* Benchmark::Complexity(BigOFunc* complexity) { in Complexity()
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | complexity.cc | 28 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()
|
D | complexity.h | 47 BigO complexity; member
|
D | benchmark_api_internal.h | 25 BigO complexity; member
|
D | benchmark_register.cc | 390 Benchmark* Benchmark::Complexity(BigO complexity) { in Complexity() 395 Benchmark* Benchmark::Complexity(BigOFunc* complexity) { in Complexity()
|
/third_party/boost/boost/numeric/ublas/ |
D | expression_types.hpp | 185 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/ |
D | MeasureUnitImpl.java | 26 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/ |
D | SkScan_AntiPath.cpp | 605 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/ |
D | SkScan_AntiPath.cpp | 606 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/ |
D | measunit_impl.h | 275 UMeasureUnitComplexity complexity = UMEASURE_UNIT_SINGLE; variable
|
/third_party/icu/icu4c/source/i18n/ |
D | measunit_impl.h | 275 UMeasureUnitComplexity complexity = UMEASURE_UNIT_SINGLE; variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | measunit_impl.h | 317 UMeasureUnitComplexity complexity = UMEASURE_UNIT_SINGLE; variable
|
/third_party/ffmpeg/libavcodec/ |
D | libspeexenc.c | 151 int32_t complexity; in encode_init() local
|
D | libopusenc.c | 38 int complexity; member
|
D | ratecontrol.c | 317 double complexity[5] = { 0 }; // approximate bits at quant=1 in init_pass2() local
|
/third_party/gstreamer/gstplugins_good/ext/speex/ |
D | gstspeexenc.h | 61 gint complexity; member
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusenc.h | 72 gint complexity; member
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264enc.h | 93 ECOMPLEXITY_MODE complexity; member
|
/third_party/flutter/skia/bench/ |
D | PathBench.cpp | 43 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
|
D | PolyUtilsBench.cpp | 22 virtual int complexity() { return 0; } in complexity() function in PolyUtilsBench
|
/third_party/skia/bench/ |
D | PolyUtilsBench.cpp | 23 virtual int complexity() { return 0; } in complexity() function in PolyUtilsBench
|
D | PathBench.cpp | 45 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
|