Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkPathComplexityDfx.cpp37 void SkPathComplexityDfx::AddPathComplexityTrace(SkScalar complexity) in AddPathComplexityTrace()
54 SkScalar complexity = 0.f; in ShowPathComplexityDfx() local
DSkScan_AntiPath.cpp613 void compute_complexity(const SkPath& path, SkScalar& avgLength, SkScalar& complexity) { in compute_complexity()
646 static bool ShouldUseAAA(const SkPath& path, SkScalar avgLength, SkScalar complexity) { in ShouldUseAAA()
798 SkScalar avgLength, complexity; in AntiFillPath() local
/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.cc421 Benchmark* Benchmark::Complexity(BigO complexity) { in Complexity()
426 Benchmark* Benchmark::Complexity(BigOFunc* complexity) { in Complexity()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
DvktRandomUniformBlockCase.cpp166 …RandomUniformBlockCase::generateUniform (de::Random& rnd, UniformBlock& block, deUint32 complexity) in generateUniform()
183 …mUniformBlockCase::generateType (de::Random& rnd, int typeDepth, bool arrayOk, deUint32 complexity) in generateType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.cpp165 …RandomUniformBlockCase::generateUniform (de::Random& rnd, UniformBlock& block, deUint32 complexity) in generateUniform()
182 …mUniformBlockCase::generateType (de::Random& rnd, int typeDepth, bool arrayOk, deUint32 complexity) in generateType()
/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
233 public void setComplexity(MeasureUnit.Complexity complexity) { in setComplexity()
529 MeasureUnit.Complexity complexity = in parse() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dmeasunit_impl.h275 UMeasureUnitComplexity complexity = UMEASURE_UNIT_SINGLE; variable
Dmeasunit_extra.cpp593 UMeasureUnitComplexity complexity = in parse() local
/third_party/icu/icu4c/source/i18n/
Dmeasunit_impl.h317 UMeasureUnitComplexity complexity = UMEASURE_UNIT_SINGLE; variable
Dmeasunit_extra.cpp589 UMeasureUnitComplexity complexity = in parse() local
/third_party/ffmpeg/libavcodec/
Dlibspeexenc.c153 int32_t complexity; in encode_init() local
Dlibopusenc.c40 int complexity; member
Dratecontrol.c316 double complexity[5] = { 0 }; // approximate bits at quant=1 in init_pass2() local
/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
/third_party/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp1708 UInt64 complexity = 0; in Z7_COM7F_IMF() local
/third_party/icu/icu4c/source/test/intltest/
Dmeasfmttest.cpp5280 UMeasureUnitComplexity complexity = dimensionless.getComplexity(status); in TestDimensionlessBehaviour() local
/third_party/benchmark/include/benchmark/
Dbenchmark.h1794 BigO complexity; member