Home
last modified time | relevance | path

Searched refs:fractal (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Demo/turtle/
Dtdemo_fractalcurves.py58 self.fractal(edge, lev, dir)
66 def fractal(self, dist, depth, dir): member in CurvesTurtle
70 self.fractal(dist / 3, depth - 1, dir)
72 self.fractal(dist / 3, depth - 1, dir)
74 self.fractal(dist / 3, depth - 1, dir)
76 self.fractal(dist / 3, depth - 1, dir)
/external/python/cpython3/Lib/turtledemo/
Dfractalcurves.py58 self.fractal(edge, lev, dir)
66 def fractal(self, dist, depth, dir): member in CurvesTurtle
70 self.fractal(dist / 3, depth - 1, dir)
72 self.fractal(dist / 3, depth - 1, dir)
74 self.fractal(dist / 3, depth - 1, dir)
76 self.fractal(dist / 3, depth - 1, dir)
/external/swiftshader/third_party/marl/examples/
DBUILD.bazel16 name = "fractal",
18 "fractal.cpp",
/external/swiftshader/third_party/marl/kokoro/ubuntu/
Ddocker.sh114 ./fractal
173 bazel run //examples:fractal
/external/swiftshader/third_party/marl/kokoro/macos/
Dbuild.sh94 ./fractal
158 "${BAZEL}" run //examples:fractal
/external/swiftshader/third_party/marl/kokoro/windows/
Dpresubmit.bat50 %CONFIG%\fractal.exe
77 !BAZEL_DIR!\bazel run //examples:fractal
/external/skia/modules/skottie/src/effects/
DFractalNoiseEffect.cpp192 sk_sp<SkRuntimeEffect> make_noise_effect(unsigned loops, const char* filter, const char* fractal) { in make_noise_effect() argument
194 SkStringPrintf(gNoiseEffectSkSL, filter, fractal, loops), {}); in make_noise_effect()
/external/swiftshader/third_party/marl/
DCMakeLists.txt387 build_example(fractal)
/external/gemmlowp/doc/
Dpacking.md32 "fractal order" storage for packed blocks.
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz