Home
last modified time | relevance | path

Searched refs:MAXZ (Results 1 – 25 of 32) sorted by relevance

12

/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/redbook/
H A Dalpha3D.c50 #define MAXZ 8.0 macro
54 static float solidZ = MAXZ;
134 if (solidZ <= MINZ || transparentZ >= MAXZ) in animate()
158 solidZ = MAXZ; in keyboard()
164 solidZ = MAXZ; in keyboard()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/redbook/
H A Dalpha3D.c50 #define MAXZ 8.0 macro
54 static float solidZ = MAXZ;
134 if (solidZ <= MINZ || transparentZ >= MAXZ) in animate()
158 solidZ = MAXZ; in keyboard()
164 solidZ = MAXZ; in keyboard()
/dports/news/nn/nn-6.7.3/
H A Dpack_date.c263 #undef MAXZ
264 #define MAXZ 6 macro
296 static char num[MAXZ]; in numeric_zone()
311 for (n = 0; n < MAXZ && *date && isdigit((int) *date);) in numeric_zone()
348 static char zone[MAXZ]; in tzone()
362 if (i == MAXZ) in tzone()
/dports/graphics/gauche-gl/Gauche-gl-0.6/examples/glbook/
H A Dexample6-2.scm6 (define MAXZ 8.0) unknown
10 (define *solid-z* MAXZ)
74 (if (or (<= *solid-z* MINZ) (>= *transparent-z* MAXZ))
86 (set! *solid-z* MAXZ)
91 (set! *solid-z* MAXZ)
/dports/devel/ftnchek/ftnchek-3.3.1/test/Okay/
H A Dt208r.dc18 INTEGER MAXZ
9 PARAMETER (MAXZ = 12345+MAXY)
H A Dt208r.dc711 INTEGER MAXZ
12 PARAMETER (MAXZ = 12345+MAXY)
H A Dt208r.dca11 INTEGER MAXZ
12 PARAMETER (MAXZ = 12345+MAXY)
H A Dt208r.dc911 INTEGER MAXZ
12 PARAMETER (MAXZ = 12345+MAXY)
H A Dt208r.dc011 INTEGER MAXZ
12 PARAMETER (MAXZ = 12345+MAXY)
H A Dt208r.dc211 INTEGER MAXZ
12 PARAMETER (MAXZ = 12345+MAXY)
H A Dt208r.dc311 INTEGER MAXZ
12 PARAMETER (MAXZ = 12345+MAXY)
H A Dt208r.dc411 integer MAXZ
12 parameter (MAXZ = 12345+MAXY)
H A Dt208r.dc811 INTEGER MAXZ
12 PARAMETER (MAXZ = 12345+MAXY)
H A Dt208r.dc611 INTEGER MAXZ
12 PARAMETER (MAXZ = 12345+MAXY)
/dports/graphics/tachyon/tachyon/demosrc/
H A Danimspheres.c32 #define MAXZ 1.0 macro
125 if (sp[i].ctr.z > MAXZ) { in movesp()
126 sp[i].ctr.z = MAXZ; in movesp()
H A Danimspheres2.c26 #define MAXZ 1.0 macro
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Utilities/simmToOpenSim/
H A Ddetools.c1659 enum { MINX, MINY, MINZ, MAXX, MAXY, MAXZ }; in init_deform_box_verts() enumerator
1663 { MINX, MAXY, MAXZ, MAXX, MAXY, MAXZ }, in init_deform_box_verts()
1664 { MINX, MINY, MAXZ, MAXX, MINY, MAXZ }, in init_deform_box_verts()
1666 { MAXX, MINY, MAXZ, MAXX, MAXY, MAXZ }, in init_deform_box_verts()
1667 { MINX, MINY, MAXZ, MINX, MAXY, MAXZ }, in init_deform_box_verts()
1669 { MAXX, MINY, MINZ, MAXX, MINY, MAXZ }, in init_deform_box_verts()
1670 { MAXX, MAXY, MAXZ, MAXX, MAXY, MINZ }, in init_deform_box_verts()
1671 { MINX, MAXY, MAXZ, MINX, MAXY, MINZ }, in init_deform_box_verts()
1672 { MINX, MINY, MINZ, MINX, MINY, MAXZ } }; in init_deform_box_verts()
/dports/math/fcl05/fcl-0.5.0/include/fcl/simd/
H A Dsimd_intersect.h93 __m128 MINX, MINY, MINZ, MAXX, MAXX, MAXY, MAXZ, SX, SY, SZ, SR; in sse_four_spheres_four_AABBs_intersect() local
99 MAXZ = _mm_set_ps(max1[2], max2[2], max3[2], max4[2]); in sse_four_spheres_four_AABBs_intersect()
111 TZ = _mm_min_ps(TZ, MAXZ); in sse_four_spheres_four_AABBs_intersect()
/dports/math/fcl/fcl-0.7.0/.deprecated/simd/
H A Dsimd_intersect.h91 __m128 MINX, MINY, MINZ, MAXX, MAXX, MAXY, MAXZ, SX, SY, SZ, SR; in sse_four_spheres_four_AABBs_intersect() local
97 MAXZ = _mm_set_ps(max1[2], max2[2], max3[2], max4[2]); in sse_four_spheres_four_AABBs_intersect()
109 TZ = _mm_min_ps(TZ, MAXZ); in sse_four_spheres_four_AABBs_intersect()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/pdfviewer/
H A Dbuttonpanel.py234 MAXZ = 1000
243 if numvalue < MINZ or numvalue > MAXZ:
/dports/math/mathmod/mathmod-11.1/pariso/parametric/
H A DModel3D.h103 MAXX,MAXY,MAXZ,MAXW, variable
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dworm.c83 #define MAXZ 750 macro
337 wp->zsize = MAXZ - MINZ + 1; in init_worm()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dworm.c71 #define MAXZ 750 macro
317 wp->zsize = MAXZ - MINZ + 1; in init_worm()
/dports/games/golly/golly-3.3-src/Scripts/Lua/
H A D3D.lua1306 local MINX, MINY, MINZ, MAXX, MAXY, MAXZ = minx, miny, minz, maxx, maxy, maxz
1314 if maxactivez > MAXZ then MAXZ = maxactivez end
1322 if maxselz > MAXZ then MAXZ = maxselz end
1330 if maxpastez > MAXZ then MAXZ = maxpastez end
1339 fromx, fromy, fromz = MINX, MINY, MAXZ
1343 fromx, fromy, fromz = MINX, MAXY, MAXZ
1347 fromx, fromy, fromz = MAXX, MAXY, MAXZ
1351 fromx, fromy, fromz = MAXX, MINY, MAXZ
1358 if (fromz == MINZ) then toz, stepz = MAXZ, 1 else toz, stepz = MINZ, -1 end
/dports/www/dojo/dojo-release-1.12.2/dojox/drawing/stencil/
H A DText.js.map5 …ACVJ,CADU,CAEV,QAAQ,CAACK,CAAD,CAAS,EAFP,CAMV,CAUCC,KAAK,4BAVN,CAWCC,WAAW,MAXZ,CAYCC,WAAW,CAAA,CAZ…

12