Home
last modified time | relevance | path

Searched refs:maxside (Results 1 – 25 of 29) sorted by relevance

12

/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/examples/Old/
H A Dexample024.scad14 rotate(v) menger_negative(side=D, maxside=D, level=n);
18 module menger_negative(side=1, maxside=1, level=1) {
20 cube([maxside*1.1, l, l], center=true);
25 menger_negative(side=l, maxside=maxside, level=level-1);
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/examples/Old/
H A Dexample024.scad14 rotate(v) menger_negative(side=D, maxside=D, level=n);
18 module menger_negative(side=1, maxside=1, level=1) {
20 cube([maxside*1.1, l, l], center=true);
25 menger_negative(side=l, maxside=maxside, level=level-1);
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Drotate.c220 l_int32 w, h, d, w1, h1, w2, h2, maxside, wnew, hnew, xoff, yoff; in pixEmbedForRotation() local
235 maxside = (l_int32)(sqrt((l_float64)(width * width) + in pixEmbedForRotation()
237 if (w >= maxside && h >= maxside) /* big enough */ in pixEmbedForRotation()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Drotate.c247 l_int32 w, h, d, w1, h1, w2, h2, maxside, wnew, hnew, xoff, yoff, setcolor; in pixEmbedForRotation() local
262 maxside = (l_int32)(sqrt((l_float64)(width * width) + in pixEmbedForRotation()
264 if (w >= maxside && h >= maxside) /* big enough */ in pixEmbedForRotation()
/dports/emulators/lisaem/lisaem-1.2.6.2/lisa/
H A Dfloppy.c496 case 3 : if (track>F->maxtrk || sec>F->maxsec || side>F->maxside ) return -1; in getsectornum()
695 …if (floppy_ram[SIDE]>F->maxside) { DEBUG_LOG(0,"SRC:side>max %d>%d\n", floppy_ram[SIDE],F->maxsid… in do_floppy_read()
776 …if (floppy_ram[SIDE]>F->maxside) { DEBUG_LOG(0,"SRC:side>max %d>%d\n",floppy_ram[SIDE],F->maxside in do_floppy_write()
1001 …if (floppy_ram[SIDE]>F->maxside) { DEBUG_LOG(0,"SRC:side>max %d>%d\n",floppy_ram[SIDE],F->maxside in floppy_go6504()
1057 …if (floppy_ram[SIDE]>F->maxside) { DEBUG_LOG(0,"SRC:side>max %d>%d\n",floppy_ram[SIDE],F->maxside in floppy_go6504()
H A Dlibdc42.c143 …uint32 maxtrk, maxsec,maxside, numblocks; // unused by these routines, but used by the Lisa Emula… member
944 … if (F->numblocks == 800) { F->maxtrk=80; F->maxsec=15;F->maxside=1; F->ftype=SONY400KFLOPPY; } in dc42_open()
945 … if (F->numblocks == 1600) { F->maxtrk=80; F->maxsec=15;F->maxside=2; F->ftype=SONY800KFLOPPY; } in dc42_open()
946 … if (F->numblocks == 1720) { F->maxtrk=46; F->maxsec=24;F->maxside=2; F->ftype=TWIG860KFLOPPY; } in dc42_open()
1142 … if (F->numblocks == 800) { F->maxtrk=80; F->maxsec=15;F->maxside=1; F->ftype=SONY400KFLOPPY; } in dc42_open_by_handle()
1143 … if (F->numblocks == 1600) { F->maxtrk=80; F->maxsec=15;F->maxside=2; F->ftype=SONY800KFLOPPY; } in dc42_open_by_handle()
1144 … if (F->numblocks == 1720) { F->maxtrk=46; F->maxsec=24;F->maxside=2; F->ftype=TWIG860KFLOPPY; } in dc42_open_by_handle()
/dports/sysutils/fluxengine/fluxengine-61ff48c/src/
H A Dfe-fluxtoscp.cc111 int maxside = singleSided ? 0 : 1; in mainConvertFluxToScp() local
114 for (int side = 0; side <= maxside; side++) in mainConvertFluxToScp()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/mesh_inset/
H A Dgeom.py227 maxside = max([maxv[i] - minv[i] for i in range(2)])
228 if maxside > 0.0:
229 scale = scaled_side_target / maxside
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/occ/
H A Doccgenmesh.cpp96 double maxside = pnt0.Distance(pnt1); in RestrictHTriangle() local
99 if(aux > maxside) in RestrictHTriangle()
101 maxside = aux; in RestrictHTriangle()
105 if(aux > maxside) in RestrictHTriangle()
107 maxside = aux; in RestrictHTriangle()
171 if(h < 1e-4*maxside) in RestrictHTriangle()
178 if (h < maxside && depth < 10) in RestrictHTriangle()
/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Doccgenmesh.cpp85 double maxside = pnt0.Distance(pnt1); in RestrictHTriangle() local
88 if(aux > maxside) in RestrictHTriangle()
90 maxside = aux; in RestrictHTriangle()
94 if(aux > maxside) in RestrictHTriangle()
96 maxside = aux; in RestrictHTriangle()
160 if(h < 1e-4*maxside) in RestrictHTriangle()
167 if (h < maxside && depth < 10) in RestrictHTriangle()
/dports/emulators/lisaem/lisaem-1.2.6.2/include/
H A Dlibdc42.h388 …uint32 maxtrk, maxsec,maxside, numblocks; // unused by these routines, but used by the Lisa Emula… member
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Db_bot.c436 INT32 maxside = abs(P_ReturnThrustX(NULL, angle, MAXPLMOVE)); in B_KeysToTiccmd() local
438 cmd->sidemove = max(min(cmd->sidemove, maxside), -maxside); in B_KeysToTiccmd()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DCellLocatorTwoLevel.cxx45 vtkm::FloatDefault maxside = vtkm::Max(size[0], vtkm::Max(size[1], size[2])); in ComputeGridDimension() local
48 if (size[i] / maxside >= 1e-4f) in ComputeGridDimension()
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_jit.h101 _(\007, maxside, 100) /* Max. # of side traces of a root trace. */ \
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_jit.h101 _(\007, maxside, 100) /* Max. # of side traces of a root trace. */ \
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_jit.h101 _(\007, maxside, 100) /* Max. # of side traces of a root trace. */ \
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_jit.h98 _(\007, maxside, 100) /* Max. # of side traces of a root trace. */ \
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_jit.h101 _(\007, maxside, 100) /* Max. # of side traces of a root trace. */ \
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_jit.h103 _(\007, maxside, 100) /* Max. # of side traces of a root trace. */ \
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_jit.h117 _(\007, maxside, 100) /* Max. # of side traces of a root trace. */ \
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_jit.h103 _(\007, maxside, 100) /* Max. # of side traces of a root trace. */ \
/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degconvert.c1727 int namesexist,maxside,sides; in LoadAnsysInput() local
1966 maxside = 0; in LoadAnsysInput()
1971 maxside = MAX(sidetype,maxside); in LoadAnsysInput()
1981 printf("Found %d boundary nodes with %d as maximum side.\n",j,maxside); in LoadAnsysInput()
1992 bctypes = Ivector(1,maxside); in LoadAnsysInput()
1993 bctypeused = Ivector(1,maxside); in LoadAnsysInput()
1997 for(i=1;i<=maxside;i++) in LoadAnsysInput()
2015 for(i=1;i<=maxside;i++) in LoadAnsysInput()
2024 for(i=1;i<=maxside;i++) in LoadAnsysInput()
2070 free_Ivector(bctypes,1,maxside); in LoadAnsysInput()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/plugins/
H A Degconvert.cpp1727 int namesexist,maxside,sides; in LoadAnsysInput() local
1966 maxside = 0; in LoadAnsysInput()
1971 maxside = MAX(sidetype,maxside); in LoadAnsysInput()
1981 printf("Found %d boundary nodes with %d as maximum side.\n",j,maxside); in LoadAnsysInput()
1992 bctypes = Ivector(1,maxside); in LoadAnsysInput()
1993 bctypeused = Ivector(1,maxside); in LoadAnsysInput()
1997 for(i=1;i<=maxside;i++) in LoadAnsysInput()
2015 for(i=1;i<=maxside;i++) in LoadAnsysInput()
2024 for(i=1;i<=maxside;i++) in LoadAnsysInput()
2070 free_Ivector(bctypes,1,maxside); in LoadAnsysInput()
[all …]
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_jit.h118 _(\007, maxside, 100) /* Max. # of side traces of a root trace. */ \
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_jit.h117 _(\007, maxside, 100) /* Max. # of side traces of a root trace. */ \

12