Home
last modified time | relevance | path

Searched refs:xfact (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/graphics/urt/urt-3.1b1_12/tools/
H A Drlezoom.c69 float xfact, yfact = 0; local
86 if ( xfact <= 0 )
89 cmd_name( argv ), xfact );
101 yfact = xfact;
157 if ( xfact == (float)(int)xfact && yfact == (float)(int)yfact )
191 int xfact;
245 int xfact;
260 outp->xloc *= xfact;
264 outp->length *= xfact;
268 if ( xfact < 4 )
[all …]
/dports/math/igraph/igraph-0.9.5/examples/simple/
H A Dcattributes.out2 Vertex attributes: id (2) name (2) x (1) y (1) shape (2) xfact (1) yfact (1)
33 Vertex 4: id="" name="" x=NaN y=NaN shape="" xfact=NaN yfact=NaN
34 Vertex 5: id="" name="" x=NaN y=NaN shape="" xfact=NaN yfact=NaN
35 Vertex 6: id="" name="" x=NaN y=NaN shape="" xfact=NaN yfact=NaN
48 Vertex 4: id="" name="" x=NaN y=NaN shape="" xfact=NaN yfact=NaN
49 Vertex 5: id="" name="" x=NaN y=NaN shape="" xfact=NaN yfact=NaN
50 Vertex 6: id="" name="" x=NaN y=NaN shape="" xfact=NaN yfact=NaN
65 Vertex 3: id="" name="" x=NaN y=NaN shape="" xfact=NaN yfact=NaN
66 Vertex 4: id="" name="" x=NaN y=NaN shape="" xfact=NaN yfact=NaN
76 Vertex 3: id="" name="" x=NaN y=NaN shape="" xfact=NaN yfact=NaN
[all …]
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dbinexpand.c68 l_int32 xfact, in pixExpandBinaryReplicate() argument
82 if (xfact <= 0 || yfact <= 0) in pixExpandBinaryReplicate()
85 if (xfact == yfact) { in pixExpandBinaryReplicate()
86 if (xfact == 1) in pixExpandBinaryReplicate()
88 if (xfact == 2 || xfact == 4 || xfact == 8 || xfact == 16) in pixExpandBinaryReplicate()
89 return pixExpandBinaryPower2(pixs, xfact); in pixExpandBinaryReplicate()
94 wd = xfact * w; in pixExpandBinaryReplicate()
99 pixScaleResolution(pixd, (l_float32)xfact, (l_float32)yfact); in pixExpandBinaryReplicate()
108 start = xfact * j; in pixExpandBinaryReplicate()
109 for (k = 0; k < xfact; k++) in pixExpandBinaryReplicate()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/gw/Transfer/
H A Dexpint.f907 double precision eisum,xfact,xterm,xtermold local
14 xfact=1.d0
18 xfact=xfact*x/dble(ii)
19 xterm=xfact/dble(ii)
H A Dtprojwf.f90104 xfact=prefact*radint*ylm(ll**2+ll+mm+1)*phase*(0.d0,1.d0)**ll*(-1)**mm
108 projwfg(iband,iorb,ipw)=xfact*cg(indxkcg(ikpt)+(iband-1)*npwarr(ikpt)+ipw)
157 xfact=prefact*radint*ylm(ll**2+ll+mm+1)*phase*(0.d0,1.d0)**ll*(-1)**mm
162 +xfact*cg(indxkcg(ikpt)+(iband-1)*npwarr(ikpt)+ipw)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/gw/Transfer/
H A Dexpint.f907 double precision eisum,xfact,xterm,xtermold local
14 xfact=1.d0
18 xfact=xfact*x/dble(ii)
19 xterm=xfact/dble(ii)
H A Dtprojwf.f90104 xfact=prefact*radint*ylm(ll**2+ll+mm+1)*phase*(0.d0,1.d0)**ll*(-1)**mm
108 projwfg(iband,iorb,ipw)=xfact*cg(indxkcg(ikpt)+(iband-1)*npwarr(ikpt)+ipw)
157 xfact=prefact*radint*ylm(ll**2+ll+mm+1)*phase*(0.d0,1.d0)**ll*(-1)**mm
162 +xfact*cg(indxkcg(ikpt)+(iband-1)*npwarr(ikpt)+ipw)
/dports/math/R-cran-raster/raster/R/
H A Daggregate_3d.R31 xfact <- fact[1] functionVar
38 if (xfact > ncx) {
40 xfact <- ncx
41 if (!na.rm) xfact <- xfact + 1
56 csteps <- as.integer(ceiling(ncx/xfact))
65 csteps <- as.integer(floor(ncx/xfact))
67 lastcol <- min(csteps * xfact, ncx)
74 xmx <- xmin(x) + csteps * xfact * xres(x)
102 dims <- as.integer(c(lastrow, lastcol, length(lyrs), yfact, xfact, zfact))
121 tr <- blockSize(xx, n=nlayers(x)*xfact*yfact, minrows=yfact)
H A Ddisaggregate.R24 xfact <- yfact <- fact functionVar
26 xfact <- fact[1]
28 if (xfact < 1) { stop('fact[1] should be > 0') }
30 if (xfact == 1 & yfact == 1) { return(x) }
46 dim(out) <- c(nrx * yfact, ncx * xfact)
64 cols <- rep(seq.int(ncx), each=xfact)
89 cols <- rep(seq.int(ncx), each=xfact)
/dports/math/py-ducc0/ducc0-0.22.0/src/ducc0/math/
H A Dvec3.h118 { T xfact = T(1)/fact; return vec3_t (x*xfact, y*xfact, z*xfact); } variable
/dports/science/healpix/Healpix_3.50/src/cxx/cxxsupport/
H A Dvec3.h116 { T xfact = T(1)/fact; return vec3_t (x*xfact, y*xfact, z*xfact); } variable
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/mos1/
H A Dmos1load.c68 double xfact = 0.0; in MOS1load() local
205 xfact=ckt->CKTdelta/ckt->CKTdeltaOld[1]; in MOS1load()
208 vbs = (1+xfact)* (*(ckt->CKTstate1 + here->MOS1vbs)) in MOS1load()
209 -(xfact * (*(ckt->CKTstate2 + here->MOS1vbs))); in MOS1load()
212 vgs = (1+xfact)* (*(ckt->CKTstate1 + here->MOS1vgs)) in MOS1load()
213 -(xfact * (*(ckt->CKTstate2 + here->MOS1vgs))); in MOS1load()
216 vds = (1+xfact)* (*(ckt->CKTstate1 + here->MOS1vds)) in MOS1load()
217 -(xfact * (*(ckt->CKTstate2 + here->MOS1vds))); in MOS1load()
812 - xfact * *(ckt->CKTstate2 + here->MOS1qgs); in MOS1load()
815 - xfact * *(ckt->CKTstate2 + here->MOS1qgd); in MOS1load()
[all …]
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/
H A Ddevsup.c236 double xfact; local
237 xfact = ckt->CKTdelta/ckt->CKTdeltaOld[1];
238 return( ( (1+xfact) * *(ckt->CKTstate1+loct) ) -
239 ( xfact * *(ckt->CKTstate2+loct) ) );
/dports/science/cdcl/dcl-5.4.8-C/src/grph2/uspack/
H A Dusaxsc.c46 static real xfact, yfact; in usaxsc_() local
74 uzrget_("XFACT", &xfact, (ftnlen)5); in usaxsc_()
78 uxmin = xfact * uxmin0 + xoffset; in usaxsc_()
79 uxmax = xfact * uxmax0 + xoffset; in usaxsc_()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dgstriker_vidhrdw.c351 int xfact, yfact; in CG10103_draw_sprite() local
366 xfact = 0x10000 - ((0x8000 * xzoom) / 15); in CG10103_draw_sprite()
369 xstep *= xfact; in CG10103_draw_sprite()
401 …cur_chip->pal_base, flipx, flipy, xp>>16, ypos>>16, cliprect, TRANSPARENCY_PEN, 0x0, xfact, yfact); in CG10103_draw_sprite()
402 …pal_base, flipx, flipy, (xp>>16) - 0x200, ypos>>16, cliprect, TRANSPARENCY_PEN, 0x0, xfact, yfact); in CG10103_draw_sprite()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dgstriker_vidhrdw.c351 int xfact, yfact; in CG10103_draw_sprite() local
366 xfact = 0x10000 - ((0x8000 * xzoom) / 15); in CG10103_draw_sprite()
369 xstep *= xfact; in CG10103_draw_sprite()
401 …cur_chip->pal_base, flipx, flipy, xp>>16, ypos>>16, cliprect, TRANSPARENCY_PEN, 0x0, xfact, yfact); in CG10103_draw_sprite()
402 …pal_base, flipx, flipy, (xp>>16) - 0x200, ypos>>16, cliprect, TRANSPARENCY_PEN, 0x0, xfact, yfact); in CG10103_draw_sprite()
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/mos6/
H A Dmos6load.c70 double xfact = 0.0; in MOS6load() local
205 xfact=ckt->CKTdelta/ckt->CKTdeltaOld[1]; in MOS6load()
208 vbs = (1+xfact)* (*(ckt->CKTstate1 + here->MOS6vbs)) in MOS6load()
212 vgs = (1+xfact)* (*(ckt->CKTstate1 + here->MOS6vgs)) in MOS6load()
216 vds = (1+xfact)* (*(ckt->CKTstate1 + here->MOS6vds)) in MOS6load()
823 (1+xfact) * *(ckt->CKTstate1 + here->MOS6qgs) in MOS6load()
824 - xfact * *(ckt->CKTstate2 + here->MOS6qgs); in MOS6load()
826 (1+xfact) * *(ckt->CKTstate1 + here->MOS6qgd) in MOS6load()
827 - xfact * *(ckt->CKTstate2 + here->MOS6qgd); in MOS6load()
829 (1+xfact) * *(ckt->CKTstate1 + here->MOS6qgb) in MOS6load()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/band/kbpp/
H A Drkbpp_band.F808 xfact=x*x*0.5d0
810 c1=-xfact*0.3333333333333333d0
811 c2=-c1*xfact*0.1000000000000000d0
812 c3=-c2*xfact*0.0238095238095238d0
813 c4=-c3*xfact*0.0046296296296296d0
814 c5=-c4*xfact*0.0007575757575758d0
815 c6=-c5*xfact*0.0001068376068376d0
825 c1=-xfact/dble(2*l+3)
826 c2=-c1*xfact*0.5d0/dble(2*l+5)
827 c3=-c2*xfact*0.1666666666666667d0/dble(2*l+7)
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/vdmos/
H A Dvdmosload.c50 double xfact = 0.0; in VDMOSload() local
135 xfact = ckt->CKTdelta / ckt->CKTdeltaOld[1]; in VDMOSload()
138 vgs = (1 + xfact)* (*(ckt->CKTstate1 + here->VDMOSvgs)) in VDMOSload()
139 - (xfact * (*(ckt->CKTstate2 + here->VDMOSvgs))); in VDMOSload()
142 vds = (1 + xfact)* (*(ckt->CKTstate1 + here->VDMOSvds)) in VDMOSload()
143 - (xfact * (*(ckt->CKTstate2 + here->VDMOSvds))); in VDMOSload()
489 (1 + xfact) * *(ckt->CKTstate1 + here->VDMOSqgs) in VDMOSload()
490 - xfact * *(ckt->CKTstate2 + here->VDMOSqgs); in VDMOSload()
492 (1 + xfact) * *(ckt->CKTstate1 + here->VDMOSqgd) in VDMOSload()
493 - xfact * *(ckt->CKTstate2 + here->VDMOSqgd); in VDMOSload()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/band/kbpp/
H A Drkbpp_band.F808 xfact=x*x*0.5d0
810 c1=-xfact*0.3333333333333333d0
811 c2=-c1*xfact*0.1000000000000000d0
812 c3=-c2*xfact*0.0238095238095238d0
813 c4=-c3*xfact*0.0046296296296296d0
814 c5=-c4*xfact*0.0007575757575758d0
815 c6=-c5*xfact*0.0001068376068376d0
825 c1=-xfact/dble(2*l+3)
826 c2=-c1*xfact*0.5d0/dble(2*l+5)
827 c3=-c2*xfact*0.1666666666666667d0/dble(2*l+7)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/mouse/
H A Dappletouch.c33 int xfact; /* X multiplication factor */ member
47 .xfact = 64,
58 .xfact = 64,
69 .xfact = 64,
79 .xfact = 64,
89 .xfact = 64,
502 dev->info->xfact - 1, in atp_detect_size()
597 dev->info->xfact, &x_z, &x_f); in atp_complete_geyser_1_2()
716 dev->info->xfact, &x_z, &x_f); in atp_complete_geyser_3_4()
905 (dev->info->xsensors - 1) * dev->info->xfact - 1, in atp_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/mouse/
H A Dappletouch.c33 int xfact; /* X multiplication factor */ member
47 .xfact = 64,
58 .xfact = 64,
69 .xfact = 64,
79 .xfact = 64,
89 .xfact = 64,
502 dev->info->xfact - 1, in atp_detect_size()
597 dev->info->xfact, &x_z, &x_f); in atp_complete_geyser_1_2()
716 dev->info->xfact, &x_z, &x_f); in atp_complete_geyser_3_4()
905 (dev->info->xsensors - 1) * dev->info->xfact - 1, in atp_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/mouse/
H A Dappletouch.c33 int xfact; /* X multiplication factor */ member
47 .xfact = 64,
58 .xfact = 64,
69 .xfact = 64,
79 .xfact = 64,
89 .xfact = 64,
502 dev->info->xfact - 1, in atp_detect_size()
597 dev->info->xfact, &x_z, &x_f); in atp_complete_geyser_1_2()
716 dev->info->xfact, &x_z, &x_f); in atp_complete_geyser_3_4()
905 (dev->info->xsensors - 1) * dev->info->xfact - 1, in atp_probe()
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/soi3/
H A Dsoi3load.c113 double xfact; in SOI3load() local
302 xfact=ckt->CKTdelta/ckt->CKTdeltaOld[1]; in SOI3load()
305 vbs = (1+xfact)* (*(ckt->CKTstate1 + here->SOI3vbs)) in SOI3load()
306 -(xfact * (*(ckt->CKTstate2 + here->SOI3vbs))); in SOI3load()
309 vgfs = (1+xfact)* (*(ckt->CKTstate1 + here->SOI3vgfs)) in SOI3load()
310 -(xfact * (*(ckt->CKTstate2 + here->SOI3vgfs))); in SOI3load()
313 vgbs = (1+xfact)* (*(ckt->CKTstate1 + here->SOI3vgbs)) in SOI3load()
314 -(xfact * (*(ckt->CKTstate2 + here->SOI3vgbs))); in SOI3load()
317 vds = (1+xfact)* (*(ckt->CKTstate1 + here->SOI3vds)) in SOI3load()
318 -(xfact * (*(ckt->CKTstate2 + here->SOI3vds))); in SOI3load()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/jfet2/
H A Djfet2load.c54 double xfact; in JFET2load() local
100 xfact=ckt->CKTdelta/ckt->CKTdeltaOld[1]; in JFET2load()
103 vgs=(1+xfact)* *(ckt->CKTstate1 + here->JFET2vgs)-xfact* in JFET2load()
107 vgd=(1+xfact)* *(ckt->CKTstate1 + here->JFET2vgd)-xfact* in JFET2load()

12345678