Home
last modified time | relevance | path

Searched defs:cz (Results 1 – 25 of 1490) sorted by relevance

12345678910>>...60

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dcz.c196 #define CZ_PLX_READ(cz, reg) \ argument
206 #define CZ_FPGA_READ(cz, reg) \ argument
214 #define CZ_FWCTL_READ(cz, off) \ argument
242 #define CZ_WIN_RAM(cz) \ argument
248 #define CZ_WIN_FPGA(cz) \ argument
475 cz_load_firmware(struct cz_softc *cz) in cz_load_firmware()
668 struct cz_softc *cz = arg; in cz_poll() local
689 struct cz_softc *cz = arg; in cz_intr() local
858 struct cz_softc *cz = NULL; in cztty_getttysoftc() local
904 struct cz_softc *cz = CZTTY_CZ(sc); in cztty_shutdown() local
[all …]
/dports/cad/magic/magic-8.3.245/grouter/
H A DgroutePen.c186 CZone *czones, *cz; local
307 CZone *cz; local
381 glPenAssignCosts(cz, netList) in glPenAssignCosts() argument
516 glPenFindCrossingNets(cz, netList) in glPenFindCrossingNets() argument
564 glPenFindCrossingFunc(cz, srcPin, dstPin, rcc) in glPenFindCrossingFunc() argument
613 glPenEnumCross(cz, rp, func, cdata) in glPenEnumCross() argument
672 glPenRerouteNetCost(cz, net) in glPenRerouteNetCost() argument
737 glPenDeleteNet(dm, list, cz) in glPenDeleteNet() argument
766 glPenDeleteFunc(cz, srcPin, dstPin, dm) in glPenDeleteFunc() argument
/dports/math/cglm/cglm-0.8.4/include/cglm/
H A Deuler.h111 float cx, cy, cz, in glm_euler_xyz() local
161 float cx, cy, cz, in glm_euler_xzy() local
201 float cx, cy, cz, in glm_euler_yxz() local
240 float cx, cy, cz, in glm_euler_yzx() local
279 float cx, cy, cz, in glm_euler_zxy() local
317 float cx, cy, cz, in glm_euler_zyx() local
356 float cx, cy, cz, in glm_euler_by_order() local
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/ion/
H A Dcenter.f5 subroutine center_geom(cx,cy,cz) argument
7 real*8 cx,cy,cz local
71 subroutine center_v_geom(cx,cy,cz) argument
73 real*8 cx,cy,cz local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/ion/
H A Dcenter.f5 subroutine center_geom(cx,cy,cz) argument
7 real*8 cx,cy,cz local
71 subroutine center_v_geom(cx,cy,cz) argument
73 real*8 cx,cy,cz local
/dports/lang/gnu-apl/apl-1.8/src/
H A DAPL_Float_as_class.hh281 const complex<double> cz = sqrt(cx); in complex_sqrt() local
289 const complex<double> cz = exp(cx); in complex_exponent() local
298 const complex<double> cz = pow(cx, cy); in complex_power() local
/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DGLMapRenderer.cpp112 for (int cz = sz; cz <= ez; cz++) { in GameMapChanged() local
170 int cz = (int)floorf(eye.z) / GLMapChunk::Size; in Prerender() local
282 int cz = (int)floorf(eye.z) / GLMapChunk::Size; in RenderSunlightPass() local
367 int cz = (int)floorf(eye.z) / GLMapChunk::Size; in RenderDynamicLightPass() local
391 void GLMapRenderer::DrawColumnDepth(int cx, int cy, int cz, spades::Vector3 eye) { in DrawColumnDepth()
399 void GLMapRenderer::DrawColumnSunlight(int cx, int cy, int cz, spades::Vector3 eye) { in DrawColumnSunlight()
408 void GLMapRenderer::DrawColumnDLight(int cx, int cy, int cz, spades::Vector3 eye, in DrawColumnDLight()
H A DGLAmbientShadowRenderer.h47 int cx, cy, cz; member
64 inline Chunk &GetChunk(int cx, int cy, int cz) { in GetChunk()
74 inline Chunk &GetChunkWrapped(int cx, int cy, int cz) { in GetChunkWrapped()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/partition_copy/
H A Dconstrained.cc40 test_container<int, forward_iterator_wrapper> cy(y), cz(z); in test01() local
55 test_range<int, output_iterator_wrapper> cy(y), cz(z); in test01() local
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/25_algorithms/partition_copy/
H A Dconstrained.cc40 test_container<int, forward_iterator_wrapper> cy(y), cz(z); in test01() local
55 test_range<int, output_iterator_wrapper> cy(y), cz(z); in test01() local
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/25_algorithms/partition_copy/
H A Dconstrained.cc40 test_container<int, forward_iterator_wrapper> cy(y), cz(z); in test01() local
55 test_range<int, output_iterator_wrapper> cy(y), cz(z); in test01() local
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/25_algorithms/partition_copy/
H A Dconstrained.cc40 test_container<int, forward_iterator_wrapper> cy(y), cz(z); in test01() local
55 test_range<int, output_iterator_wrapper> cy(y), cz(z); in test01() local
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/25_algorithms/partition_copy/
H A Dconstrained.cc40 test_container<int, forward_iterator_wrapper> cy(y), cz(z); in test01() local
55 test_range<int, output_iterator_wrapper> cy(y), cz(z); in test01() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/partition_copy/
H A Dconstrained.cc40 test_container<int, forward_iterator_wrapper> cy(y), cz(z); in test01() local
55 test_range<int, output_iterator_wrapper> cy(y), cz(z); in test01() local
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/25_algorithms/partition_copy/
H A Dconstrained.cc40 test_container<int, forward_iterator_wrapper> cy(y), cz(z); in test01() local
55 test_range<int, output_iterator_wrapper> cy(y), cz(z); in test01() local
/dports/audio/epos-devel/epos-2.5.37/cfg/voice/czech/
H A Dr-machac.ini6 location "machac@epos.ure.cas.cz:8779" key
H A Dr-kubec.ini13 location "kubec-vq.czech@epos.ure.cas.cz:8779" key
H A Dr-vichov.ini8 location "vichova.czech@epos.ure.cas.cz:8779" key
H A Dr-violka.ini6 location "violka@epos.ure.cas.cz:8779" key
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/math/
H A Dm_clip_tmp.h61 const GLfloat cz = from[2]; in TAG() local
141 const GLfloat cz = from[2]; in TAG() local
195 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in TAG() local
/dports/lang/clover/mesa-21.3.6/src/mesa/math/
H A Dm_clip_tmp.h61 const GLfloat cz = from[2]; in TAG() local
141 const GLfloat cz = from[2]; in TAG() local
195 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in TAG() local
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/math/
H A Dm_clip_tmp.h61 const GLfloat cz = from[2]; in TAG() local
141 const GLfloat cz = from[2]; in TAG() local
195 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in TAG() local
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/math/
H A Dm_clip_tmp.h61 const GLfloat cz = from[2]; in TAG() local
141 const GLfloat cz = from[2]; in TAG() local
195 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in TAG() local
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/math/
H A Dm_clip_tmp.h61 const GLfloat cz = from[2]; in TAG() local
141 const GLfloat cz = from[2]; in TAG() local
195 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in TAG() local
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/math/
H A Dm_clip_tmp.h61 const GLfloat cz = from[2]; in TAG() local
141 const GLfloat cz = from[2]; in TAG() local
195 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in TAG() local

12345678910>>...60