Home
last modified time | relevance | path

Searched refs:paramg (Results 1 – 12 of 12) sorted by relevance

/dports/science/jstrack/jstrack/extlib/tcllib1.19/pt/
H A Dpt_rdengine_c.tcl69 paramg = Tcl_GetAssocData (interp, KEY, &proc);
70 if (paramg == NULL) {
71 paramg = (PARAMg*) ckalloc (sizeof (PARAMg));
75 (ClientData) paramg);
/dports/devel/tcllibc/tcllib-1.20/modules/pt/
H A Dpt_rdengine_c.tcl69 paramg = Tcl_GetAssocData (interp, KEY, &proc);
70 if (paramg == NULL) {
71 paramg = (PARAMg*) ckalloc (sizeof (PARAMg));
75 (ClientData) paramg);
/dports/devel/tcllib/tcllib-1.20/modules/pt/
H A Dpt_rdengine_c.tcl69 paramg = Tcl_GetAssocData (interp, KEY, &proc);
70 if (paramg == NULL) {
71 paramg = (PARAMg*) ckalloc (sizeof (PARAMg));
75 (ClientData) paramg);
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/distributions/tests/
H A Dtest_discrete.py241 paramg = self.paramg
253 cdf1 = ddistr.cdf(xi, *paramg)
331 cls.paramg = (5, 0, 0.5) # include constant so we can use args
344 cls.paramg = (0, 5) # include constant so we can use args
357 cls.paramg = (2, 0, 1.5) # include constant so we can use args
370 cls.paramg = (2, 1, 0, 1.5)
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevherc.c136 static const char paramg[12] = {0x35, 0x2d, 0x2e, 0x07, 0x5b, 0x02, variable
185 for(i=0;i<sizeof(paramg);i++) in herc_open()
187 outport2(seq_addr,i,paramg[i]); in herc_open()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevherc.c129 static const char paramg[12] = {0x35, 0x2d, 0x2e, 0x07, 0x5b, 0x02, variable
176 for(i=0;i<sizeof(paramg);i++) in herc_open()
178 outport2(seq_addr,i,paramg[i]); in herc_open()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevherc.c130 static const char paramg[12] = {0x35, 0x2d, 0x2e, 0x07, 0x5b, 0x02, variable
179 for(i=0;i<sizeof(paramg);i++) in herc_open()
181 outport2(seq_addr,i,paramg[i]); in herc_open()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevherc.c130 static const char paramg[12] = {0x35, 0x2d, 0x2e, 0x07, 0x5b, 0x02, variable
179 for(i=0;i<sizeof(paramg);i++) in herc_open()
181 outport2(seq_addr,i,paramg[i]); in herc_open()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevherc.c136 static const char paramg[12] = {0x35, 0x2d, 0x2e, 0x07, 0x5b, 0x02, variable
185 for(i=0;i<sizeof(paramg);i++) in herc_open()
187 outport2(seq_addr,i,paramg[i]); in herc_open()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevherc.c129 static const char paramg[12] = {0x35, 0x2d, 0x2e, 0x07, 0x5b, 0x02, variable
176 for(i=0;i<sizeof(paramg);i++) in herc_open()
178 outport2(seq_addr,i,paramg[i]); in herc_open()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/util/png/
H A DmxPngImageEncoder.java1059 mxPngEncodeParam.Gray paramg = (mxPngEncodeParam.Gray) param; in encode() local
1060 if (paramg.isBitDepthSet()) in encode()
1062 this.bitDepth = paramg.getBitDepth(); in encode()
1065 if (paramg.isBitShiftSet()) in encode()
1067 this.bitShift = paramg.getBitShift(); in encode()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/codecimpl/
H A DPNGImageEncoder.java856 PNGEncodeParam.Gray paramg = (PNGEncodeParam.Gray)param; in encode() local
857 if (paramg.isBitDepthSet()) { in encode()
858 this.bitDepth = paramg.getBitDepth(); in encode()
861 if (paramg.isBitShiftSet()) { in encode()
862 this.bitShift = paramg.getBitShift(); in encode()