Home
last modified time | relevance | path

Searched refs:xP (Results 26 – 50 of 1112) sorted by relevance

12345678910>>...45

/dports/emulators/snes9x-gtk/snes9x-1.54.1/filter/
H A Dblit.cpp320 lastPixel = *xP; in S9xBlitPixSimple2x2()
340 *xP = *bP; in S9xBlitPixSimple2x2()
344 xP++; in S9xBlitPixSimple2x2()
445 currentDelta = *xP; in S9xBlitPixTV2x2()
451 *xP = *bP; in S9xBlitPixTV2x2()
493 xP++; in S9xBlitPixTV2x2()
501 currentDelta = *xP; in S9xBlitPixTV2x2()
505 *xP = *bP; in S9xBlitPixTV2x2()
609 nextDelta = *xP++; in S9xBlitPixSmooth2x2()
616 nextDelta = *xP++; in S9xBlitPixSmooth2x2()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibpnm3.c212 pnm_invertxel(xel* const xP, in pnm_invertxel() argument
218 PPM_ASSIGN(*xP, in pnm_invertxel()
219 maxval - PPM_GETR(*xP), in pnm_invertxel()
220 maxval - PPM_GETG(*xP), in pnm_invertxel()
221 maxval - PPM_GETB(*xP)); in pnm_invertxel()
225 PNM_ASSIGN1(*xP, maxval - PNM_GET1(*xP)); in pnm_invertxel()
229 PNM_ASSIGN1(*xP, (PNM_GET1(*xP) == 0) ? maxval : 0); in pnm_invertxel()
/dports/math/eclib/eclib-20210318/libsrc/
H A Delog.cc61 bigfloat xP(x), yP(y); in ellpointtoz() local
97 bigfloat lambda=(yP-y3)/(xP-re3); in ellpointtoz()
99 yP = lambda*(xP-xP3)-yP-ra1*xP3-ra3; in ellpointtoz()
100 xP = xP3; in ellpointtoz()
103 cout<<" ("<<xP<<","<<yP<<")"<<endl; in ellpointtoz()
106 c = sqrt(xP-re3); in ellpointtoz()
123 if((2*yP+ra1*xP+ra3)>0) in ellpointtoz()
150 bigfloat c = (xP-re1+beta)/sqrt(xP-re1); in ellpointtoz()
168 bigfloat w = (2*yP+ra1*xP+ra3); in ellpointtoz()
169 if(w*((xP-re1)*(xP-re1)-beta*beta) >= 0) in ellpointtoz() local
[all …]
H A Dtlss.cc137 gf_element xP=Pmodq.get_x(); in map1point() local
154 t=xP-xT; in map1point()
159 t=4*xP*xP+lambda*xP+mu; in map1point()
/dports/print/texlive-base/texlive-20150521-source/texk/cjkutils/cjkutils-4.8.4/hbf2gf/
H A Dhbf2gf.c1002 register unsigned char*xP; in make_pixel_array() local
1053 for(col= 0,xP= prP;col<input_size_x;++col,++xP) in make_pixel_array()
1126 for(col= 0,xP= temp_prP;col<input_size_x;++col,++xP) in make_pixel_array()
1134 g+= frac_col_to_fill*(*xP); in make_pixel_array()
1152 g+= frac_col_left*(*xP); in make_pixel_array()
1161 {--xP; in make_pixel_array()
1223 register unsigned char*xP; in read_row() local
1230 for(col= 0,xP= pixelrow;col<input_size_x;++col,++xP) in read_row()
1238 for(col= 0,xP= pixelrow;col<input_size_x;++col,++xP) in read_row()
1259 register unsigned char*xP; in write_row() local
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/cjkutils/
H A Dhbf2gf.c1002 register unsigned char*xP; in make_pixel_array() local
1053 for(col= 0,xP= prP;col<input_size_x;++col,++xP) in make_pixel_array()
1126 for(col= 0,xP= temp_prP;col<input_size_x;++col,++xP) in make_pixel_array()
1134 g+= frac_col_to_fill*(*xP); in make_pixel_array()
1152 g+= frac_col_left*(*xP); in make_pixel_array()
1161 {--xP; in make_pixel_array()
1223 register unsigned char*xP; in read_row() local
1230 for(col= 0,xP= pixelrow;col<input_size_x;++col,++xP) in read_row()
1238 for(col= 0,xP= pixelrow;col<input_size_x;++col,++xP) in read_row()
1259 register unsigned char*xP; in write_row() local
[all …]
/dports/math/vtk8/VTK-8.2.0/Imaging/Hybrid/
H A DvtkPointLoad.cxx130 double P, twoPi, xP[3], rho, rho2, rho3, rho5, nu; in ExecuteDataWithInformation() local
154 xP[0] = (this->ModelBounds[0] + this->ModelBounds[1]) / 2.0; //in center in ExecuteDataWithInformation()
155 xP[1] = (this->ModelBounds[2] + this->ModelBounds[3]) / 2.0; in ExecuteDataWithInformation()
156 xP[2] = this->ModelBounds[5]; // at top of box in ExecuteDataWithInformation()
166 z = xP[2] - (origin[2] + k*spacing[2]); in ExecuteDataWithInformation()
169 y = xP[1] - (origin[1] + j*spacing[1]); in ExecuteDataWithInformation()
172 x = (origin[0] + i*spacing[0]) - xP[0]; in ExecuteDataWithInformation()
/dports/math/vtk9/VTK-9.1.0/Imaging/Hybrid/
H A DvtkPointLoad.cxx135 double P, twoPi, xP[3], rho, rho2, rho3, rho5, nu; in ExecuteDataWithInformation() local
158 xP[0] = (this->ModelBounds[0] + this->ModelBounds[1]) / 2.0; // in center in ExecuteDataWithInformation()
159 xP[1] = (this->ModelBounds[2] + this->ModelBounds[3]) / 2.0; in ExecuteDataWithInformation()
160 xP[2] = this->ModelBounds[5]; // at top of box in ExecuteDataWithInformation()
170 z = xP[2] - (origin[2] + k * spacing[2]); in ExecuteDataWithInformation()
173 y = xP[1] - (origin[1] + j * spacing[1]); in ExecuteDataWithInformation()
176 x = (origin[0] + i * spacing[0]) - xP[0]; in ExecuteDataWithInformation()
/dports/math/vtk6/VTK-6.2.0/Imaging/Hybrid/
H A DvtkPointLoad.cxx130 double P, twoPi, xP[3], rho, rho2, rho3, rho5, nu; in ExecuteDataWithInformation() local
154 xP[0] = (this->ModelBounds[0] + this->ModelBounds[1]) / 2.0; //in center in ExecuteDataWithInformation()
155 xP[1] = (this->ModelBounds[2] + this->ModelBounds[3]) / 2.0; in ExecuteDataWithInformation()
156 xP[2] = this->ModelBounds[5]; // at top of box in ExecuteDataWithInformation()
166 z = xP[2] - (origin[2] + k*spacing[2]); in ExecuteDataWithInformation()
169 y = xP[1] - (origin[1] + j*spacing[1]); in ExecuteDataWithInformation()
172 x = (origin[0] + i*spacing[0]) - xP[0]; in ExecuteDataWithInformation()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/include/simmath/internal/
H A DContactGeometry.h559 void initGeodesic(const Vec3& xP, const Vec3& xQ, const Vec3& xSP,
635 void makeStraightLineGeodesic(const Vec3& xP, const Vec3& xQ,
651 (const Vec3& xP, const UnitVec3& tP, const Real& terminatingLength,
683 void shootGeodesicInDirectionUntilPlaneHit(const Vec3& xP, const UnitVec3& tP,
690 void calcGeodesic(const Vec3& xP, const Vec3& xQ,
695 void calcGeodesicUsingOrthogonalMethod(const Vec3& xP, const Vec3& xQ,
700 void calcGeodesicUsingOrthogonalMethod(const Vec3& xP, const Vec3& xQ, in calcGeodesicUsingOrthogonalMethod() argument
703 const Vec3 r_PQ = xQ - xP; in calcGeodesicUsingOrthogonalMethod()
705 const UnitVec3 n = calcSurfaceUnitNormal(xP); in calcGeodesicUsingOrthogonalMethod()
741 (const Vec3& xP, const UnitVec3& tP, const Real& terminatingLength,
[all …]
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/filters/
H A Dpixel.cpp15 u32 *xP = (u32 *) deltaPtr; in Pixelate() local
25 nextDelta = *xP++; in Pixelate()
31 nextDelta = *xP++; in Pixelate()
36 *(xP - 2) = currentPixel; in Pixelate()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Dpixel.cpp33 u32 *xP = (u32 *) deltaPtr; in Pixelate() local
43 nextDelta = *xP++; in Pixelate()
49 nextDelta = *xP++; in Pixelate()
54 *(xP - 2) = currentPixel; in Pixelate()
/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Delog.h67 bigfloat xP, yP; in elliptic_logarithm() local
68 P.getrealcoordinates(xP,yP); in elliptic_logarithm()
69 return ellpointtoz(E,per,xP,yP); in elliptic_logarithm()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/view_rendering/
H A DSequenceWithChromatogramAreaRenderer.cpp370 int xP = colWidth * (i - visible.startPos) + colWidth / 2; in drawOriginalBaseCalls() local
374 p.drawLine(xP, 0, xP, heightPD - h); in drawOriginalBaseCalls()
402 int xP = colWidth * (i - visible.startPos); in drawQualityValues() local
405 rectangle.setCoords(xP, 0, xP + charWidth, -h / 100 * chroma.prob_A[i]); in drawQualityValues()
408 rectangle.setCoords(xP, 0, xP + charWidth, -h / 100 * chroma.prob_C[i]); in drawQualityValues()
411 rectangle.setCoords(xP, 0, xP + charWidth, -h / 100 * chroma.prob_G[i]); in drawQualityValues()
414 rectangle.setCoords(xP, 0, xP + charWidth, -h / 100 * chroma.prob_T[i]); in drawQualityValues()
/dports/science/mbdyn/mbdyn-1.7.3/utils/
H A Ddae-intg.cc531 doublereal xP = cm0p(1.)*xm1 in method_multistep() local
536 + dt*(b0*xP + b1*xPm1 + b2*xPm2); in method_multistep()
538 (*pXP)(ir) = xP; in method_multistep()
722 doublereal xP = xPm1; in method_cubic() local
724 doublereal x = xm1 + dt*xP; in method_cubic()
728 (*pXP)(k) = xP; in method_cubic()
749 (*pXP)(k) = xP; in method_cubic()
998 doublereal xP = xPm1; in method_radau_II() local
1000 doublereal x = xm1 + dt*xP; in method_radau_II()
1004 (*pXP)(k) = xP; in method_radau_II()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/src/
H A DContactGeometryImpl.h139 void initGeodesic(const Vec3& xP, const Vec3& xQ, const Vec3& xSP,
150 void makeStraightLineGeodesic(const Vec3& xP, const Vec3& xQ,
167 void calcGeodesic(const Vec3& xP, const Vec3& xQ,
173 (const Vec3& xP, const Vec3& xQ,
179 Vec2 calcSplitGeodError(const Vec3& xP, const Vec3& xQ,
192 virtual void calcGeodesicAnalytical(const Vec3& xP, const Vec3& xQ,
340 Vec2 calcSplitGeodError(const Vec3& xP, const Vec3& xQ,
350 Vec2 calcOrthogonalGeodError(const Vec3& xP, const Vec3& xQ,
569 (const Vec3& xP, const UnitVec3& tP,
574 (const Vec3& xP, const UnitVec3& tP,
[all …]
H A DContactGeometry_Sphere.cpp228 calcGeodesicAnalytical(const Vec3& xP, const Vec3& xQ, in calcGeodesicAnalytical() argument
233 const UnitVec3 e1(xP), e_OQ(xQ); in calcGeodesicAnalytical()
282 …ere::Impl::shootGeodesicInDirectionUntilLengthReachedAnalytical(const Vec3& xP, const UnitVec3& tP, in shootGeodesicInDirectionUntilLengthReachedAnalytical() argument
285 UnitVec3 e_OP(xP); in shootGeodesicInDirectionUntilLengthReachedAnalytical()
291 void ContactGeometry::Sphere::Impl::shootGeodesicInDirectionUntilPlaneHitAnalytical(const Vec3& xP,… in shootGeodesicInDirectionUntilPlaneHitAnalytical() argument
295 UnitVec3 e_OP(xP); in shootGeodesicInDirectionUntilPlaneHitAnalytical()
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Dmotion.h73 int xC,int yC, int xP,int yP,
101 int xC,int yC,int nCS,int xP,int yP,
126 int xC,int yC, int xP,int yP,
/dports/graphics/xv/xv-3.10a/
H A Dxvxwd.c120 pixel *xP; local
160 for (col=0, xP=pic8+(row*cols); col<cols; col++, xP++)
161 *xP = getpixnum(ifp);
180 for (col=0, xP=pic8+(row*cols); col<cols; col++, xP++)
181 *xP = getpixnum(ifp);
204 for (col=0, xP=pic24+(row*cols*3); col<cols; col++) {
219 *xP++ = ((ul & red_mask) >> red_shift_right) << red_justify_left;
220 *xP++ = ((ul & grn_mask) >> grn_shift_right) << grn_justify_left;
221 *xP++ = ((ul & blu_mask) >> blu_shift_right) << blu_justify_left;
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvxwd.c120 pixel *xP; local
160 for (col=0, xP=pic8+(row*cols); col<cols; col++, xP++)
161 *xP = getpixnum(ifp);
180 for (col=0, xP=pic8+(row*cols); col<cols; col++, xP++)
181 *xP = getpixnum(ifp);
204 for (col=0, xP=pic24+(row*cols*3); col<cols; col++) {
219 *xP++ = ((ul & red_mask) >> red_shift_right) << red_justify_left;
220 *xP++ = ((ul & grn_mask) >> grn_shift_right) << grn_justify_left;
221 *xP++ = ((ul & blu_mask) >> blu_shift_right) << blu_justify_left;
/dports/japanese/xv/xv-3.10a/
H A Dxvxwd.c120 pixel *xP; local
160 for (col=0, xP=pic8+(row*cols); col<cols; col++, xP++)
161 *xP = getpixnum(ifp);
180 for (col=0, xP=pic8+(row*cols); col<cols; col++, xP++)
181 *xP = getpixnum(ifp);
204 for (col=0, xP=pic24+(row*cols*3); col<cols; col++) {
219 *xP++ = ((ul & red_mask) >> red_shift_right) << red_justify_left;
220 *xP++ = ((ul & grn_mask) >> grn_shift_right) << grn_justify_left;
221 *xP++ = ((ul & blu_mask) >> blu_shift_right) << blu_justify_left;
/dports/graphics/xpaint/xpaint-2.9.10.3/rw/
H A Dlibpnmrw.c753 register xel *xP; in pnm_readpnmrow() local
772 for (col = 0, xP = xelrow, gP = grayrow; col < cols; ++col, ++xP, ++gP) in pnm_readpnmrow()
773 PNM_ASSIGN1(*xP, *gP); in pnm_readpnmrow()
785 for (col = 0, xP = xelrow, bP = bitrow; col < cols; ++col, ++xP, ++bP) in pnm_readpnmrow()
786 PNM_ASSIGN1(*xP, *bP == PBM_BLACK ? 0 : pnm_pbmmaxval); in pnm_readpnmrow()
847 register xel *xP; in pnm_writepnmrow() local
864 for (col = 0, gP = grayrow, xP = xelrow; col < cols; ++col, ++gP, ++xP) in pnm_writepnmrow()
865 *gP = PNM_GET1(*xP); in pnm_writepnmrow()
878 for (col = 0, bP = bitrow, xP = xelrow; col < cols; ++col, ++bP, ++xP) in pnm_writepnmrow()
879 *bP = PNM_GET1(*xP) == 0 ? PBM_BLACK : PBM_WHITE; in pnm_writepnmrow()
/dports/science/R-cran-Epi/Epi/R/
H A Dapc.fit.R233 xP <- Epi::detrend(rbind(Rp, MP), c(p0, P ), weight = c(0, wt)) functionVar
236 MPr <- xP[-1,,drop=FALSE] - has.pref * xP[rep(1, nrow(MP)),,drop=FALSE]
271 xP <- cbind(1, P - p0, MPr)
277 rp <- update(m.0, . ~ . - 1 + xP, offset = predict(adc, type = "link"))
280 P.eff <- ci.exp( rp, subset = "xP", ctr.mat = xP[P.pos,], alpha = alpha)
284 rp <- update(m.0, . ~ . - 1 + xP, offset = predict(adp,type = "link"))
287 P.eff <- ci.exp(rp, subset = "xP", ctr.mat = xP[P.pos,], alpha = alpha)
293 rp <- update(m.0, . ~ . - 1 + xP, offset = predict(ac,type = "link"))
296 P.eff <- ci.exp(rp, subset = "xP", ctr.mat = xP[P.pos,], alpha = alpha)
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/struct/
H A Dmodalmappingext.cc86 xP.resize(6*n.size()); in ModalMappingExt()
87 fill(xP.begin(), xP.end(), 0.); in ModalMappingExt()
100 xP.resize(0); in ModalMappingExt()
179 xP.Put(6*i + 1, R.MulTV(Nodes[i].pNode->GetVCurr() - V + XRel.Cross(W))); in Send()
180 xP.Put(6*i + 4, R.MulTV(Nodes[i].pNode->GetWCurr() - W)); in Send()
188 xP.Put(6*i + 1, Nodes[i].pNode->GetVCurr()); in Send()
189 xP.Put(6*i + 4, Nodes[i].pNode->GetWCurr()); in Send()
194 pH->MatVecMul(qP, xP); in Send()
357 const double *pxP = &xP[6*i]; in Output()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/src/
H A DofxhPluginCache.cpp745 XML_Parser xP = XML_ParserCreate(NULL); in readCache() local
746 if (!xP) { in readCache()
750 XML_SetElementHandler(xP, elementBeginHandler, elementEndHandler); in readCache()
751 XML_SetCharacterDataHandler(xP, elementCharHandler); in readCache()
762 if (XML_Parse(xP, buf, n, done) == XML_STATUS_ERROR) { in readCache()
763 XML_Error errorCode = XML_GetErrorCode(xP); in readCache()
764 XML_Size errorLine = XML_GetCurrentLineNumber(xP); in readCache()
765 XML_Size errorCol = XML_GetCurrentColumnNumber(xP); in readCache()
770 XML_ParserFree(xP); in readCache()
774 XML_ParserFree(xP); in readCache()

12345678910>>...45