Home
last modified time | relevance | path

Searched refs:shapesize (Results 101 – 125 of 202) sorted by relevance

123456789

/dports/databases/py-sqlite3/Python-3.8.12/Lib/turtledemo/
H A Dclock.py74 hand.shapesize(1, 1, 3)
H A Dpenrose.py93 shapesize(l/100.0, l/100.0, th)
/dports/lang/python-legacy/Python-2.7.18/Demo/turtle/
H A Dtdemo_clock.py74 hand.shapesize(1, 1, 3)
H A Dtdemo_penrose.py93 shapesize(l/100.0, l/100.0, th)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/turtledemo/
H A Dclock.py74 hand.shapesize(1, 1, 3)
H A Dpenrose.py93 shapesize(l/100.0, l/100.0, th)
/dports/lang/python39/Python-3.9.9/Lib/turtledemo/
H A Dclock.py74 hand.shapesize(1, 1, 3)
H A Dpenrose.py93 shapesize(l/100.0, l/100.0, th)
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3/
H A Dlulesh-viz.cpp140 int shapesize[1] = {8}; in DumpDomainToVisit() local
156 shapetype, shapesize, shapecnt, in DumpDomainToVisit()
/dports/science/axom/axom-0.6.1/src/axom/sidre/examples/lulesh2/
H A Dlulesh-viz.cc136 int shapesize[1] = {8}; in DumpDomainToVisit() local
149 shapetype, shapesize, shapecnt, in DumpDomainToVisit()
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3_orig/
H A Dlulesh-viz.cc131 int shapesize[1] = {8}; in DumpDomainToVisit() local
144 shapetype, shapesize, shapecnt, in DumpDomainToVisit()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/lulesh2.0.3/
H A Dlulesh-viz.cc131 int shapesize[1] = {8}; in DumpDomainToVisit() local
144 shapetype, shapesize, shapecnt, in DumpDomainToVisit()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/
H A Drecords.py935 shapesize = shapeprod * itemsize
936 if shapesize < 0:
938 shape[shape.index(-1)] = size // -shapesize
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Dsami.c1051 static int shapesize[]= {5, 5, 4, 4, 3, 3, 2, 2, 1, 1}; in test_ucdmesh() local
1085 origin, zoneno, shapesize, shapecnt, nshapes, types, in test_ucdmesh()
1093 origin, shapesize, shapecnt, nshapes)<0) { in test_ucdmesh()
H A Dcpz1plt.c164 DBWrite (dbfile2, "zl_shapesize", um->zones->shapesize, in main()
190 DBWrite (dbfile2, "fl_shapesize", um->faces->shapesize, in main()
H A Dextface.c1915 fl->lnodelist, fl->origin, fl->zoneno, fl->shapesize, in main()
/dports/databases/py-gdbm/Python-3.8.12/Lib/turtledemo/
H A Dpenrose.py93 shapesize(l/100.0, l/100.0, th)
/dports/lang/python27/Python-2.7.18/Demo/turtle/
H A Dtdemo_penrose.py93 shapesize(l/100.0, l/100.0, th)
/dports/lang/python37/Python-3.7.12/Lib/turtledemo/
H A Dpenrose.py93 shapesize(l/100.0, l/100.0, th)
/dports/lang/python-tools/Python-3.8.12/Lib/turtledemo/
H A Dpenrose.py93 shapesize(l/100.0, l/100.0, th)
/dports/lang/python38/Python-3.8.12/Lib/turtledemo/
H A Dpenrose.py93 shapesize(l/100.0, l/100.0, th)
/dports/lang/python311/Python-3.11.0a3/Lib/turtledemo/
H A Dpenrose.py93 shapesize(l/100.0, l/100.0, th)
/dports/lang/python310/Python-3.10.1/Lib/turtledemo/
H A Dpenrose.py93 shapesize(l/100.0, l/100.0, th)
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dturtle.rst1192 :func:`shapesize`.
1224 >>> turtle.shapesize()
1227 >>> turtle.shapesize(5, 5, 12)
1228 >>> turtle.shapesize()
1230 >>> turtle.shapesize(outline=8)
1231 >>> turtle.shapesize()
1250 >>> turtle.shapesize(5,2)
1268 >>> turtle.shapesize(5,2)
1288 >>> turtle.shapesize(5,2)
1314 >>> turtle.shapesize(5,2)
[all …]
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dturtle.rst1147 :func:`shapesize`.
1177 >>> turtle.shapesize()
1180 >>> turtle.shapesize(5, 5, 12)
1181 >>> turtle.shapesize()
1183 >>> turtle.shapesize(outline=8)
1184 >>> turtle.shapesize()
1202 >>> turtle.shapesize(5,2)
1219 >>> turtle.shapesize(5,2)
1238 >>> turtle.shapesize(5,2)
1263 >>> turtle.shapesize(5,2)
[all …]

123456789