Home
last modified time | relevance | path

Searched refs:ypi (Results 1 – 25 of 145) sorted by relevance

123456

/dports/math/R-cran-uroot/uroot/R/
H A Dhegy-regressors.R15 ypi <- matrix(nrow = n, ncol = S) functionVar
16 ypi[,1] <- rowSums(ML)
18 ypi[,2] <- ML %*% rep(c(-1, 1), len = S)
28 ypi[,i] <- ML %*% cos(seqw)
29 ypi[,i+1] <- sinesign * ML %*% sin(seqw)
34 ypi <- rbind(NA, ypi[-n,])
35 colnames(ypi) <- paste("Ypi", seq_len(S), sep="")
36 ypi[-seq_len(S),]
H A Dhegy-test.R26 fit1 <- lm(dx ~ 0 + cbind(xreg, ypi[,-id]))
164 ypi <- hegy.regressors(x) functionVar
177 tmp[[1]] <- lm(dx[-id] ~ 0 + ypi[-id,] + xreg[-id,])
202 fit2 <- lm(dx ~ 0 + ypi + xreg)
217 stats[j,1] <- F.test.stat(seq.int(2, ncol(ypi)))
/dports/cad/gmsh/gmsh-4.9.2-source/Plugin/
H A DLevelset.cpp116 ypi[i] = yp[j]; in affect()
126 double xpi[12], ypi[12], zpi[12], valpi[12][9]; in removeIdenticalNodes() local
129 affect(xpi, ypi, zpi, valpi, epi, 0, xp, yp, zp, valp, ep, 0, numComp); in removeIdenticalNodes()
133 if(fabs(xp[j] - xpi[i]) < 1.e-12 && fabs(yp[j] - ypi[i]) < 1.e-12 && in removeIdenticalNodes()
138 affect(xpi, ypi, zpi, valpi, epi, npi, xp, yp, zp, valp, ep, j, in removeIdenticalNodes()
153 double xpi[1], ypi[1], zpi[1], valpi[1][9]; in reorderQuad() local
155 affect(xpi, ypi, zpi, valpi, epi, 0, xp, yp, zp, valp, ep, 3, numComp); in reorderQuad()
157 affect(xp, yp, zp, valp, ep, 2, xpi, ypi, zpi, valpi, epi, 0, numComp); in reorderQuad()
164 double xpi[6], ypi[6], zpi[6], valpi[6][9]; in reorderPrism() local
486 double xpi[12], ypi[12], zpi[12], valpi[12][9]; in _cutAndAddElements() local
[all …]
/dports/math/cadabra2/cadabra2-2.3.6.8/core/algorithms/
H A Ddecompose.cc34 for(unsigned int ypi=0; ypi<terms_from_yp.size(); ++ypi) { in add_element_to_basis() local
35 if(projterm.equal_subtree(terms_from_yp[ypi].begin(), (iterator)moreit)) { in add_element_to_basis()
36 coefficient_matrix[ypi].back()=remember_mult; in add_element_to_basis()
58 for(unsigned int ypi=0; ypi<terms_from_yp.size(); ++ypi) { in add_element_to_basis() local
59 if(projterm.equal_subtree(terms_from_yp[ypi].begin(), projtermit)) { in add_element_to_basis()
60 coefficient_matrix[ypi].back()=remember_mult; in add_element_to_basis()
/dports/science/R-cran-Epi/Epi/man/
H A Doccup.Rd36 ypi <- 2.5 # Years per inch
37 dev.new( height=15/ypi+1, width=20/ypi+1 ) # add an inch in each direction for
/dports/math/R/R-4.1.2/src/main/
H A Drelop.c133 PROTECT_INDEX xpi, ypi; in do_relop_dflt() local
135 PROTECT_WITH_INDEX(y, &ypi); in do_relop_dflt()
153 REPROTECT(y = tmp, ypi); in do_relop_dflt()
158 if (isNull(y)) REPROTECT(y = allocVector(INTSXP,0), ypi); in do_relop_dflt()
226 REPROTECT(y = coerceVector(y, STRSXP), ypi); in do_relop_dflt()
231 REPROTECT(y = coerceVector(y, CPLXSXP), ypi); in do_relop_dflt()
239 REPROTECT(y = coerceVector(y, REALSXP), ypi); in do_relop_dflt()
244 REPROTECT(y = coerceVector(y, INTSXP), ypi); in do_relop_dflt()
249 REPROTECT(y = coerceVector(y, LGLSXP), ypi); in do_relop_dflt()
254 REPROTECT(y = coerceVector(y, RAWSXP), ypi); in do_relop_dflt()
H A Darithmetic.c550 PROTECT_INDEX xpi, ypi; in R_binary() local
556 PROTECT_WITH_INDEX(y, &ypi); in R_binary()
559 FIXUP_NULL_AND_CHECK_TYPES(y, ypi); in R_binary()
608 REPROTECT(y = duplicate(y), ypi); in R_binary()
686 COERCE_IF_NEEDED(y, CPLXSXP, ypi); in R_binary()
693 if (TYPEOF(y) != INTSXP) COERCE_IF_NEEDED(y, REALSXP, ypi); in R_binary()
/dports/math/libRmath/R-4.1.1/src/main/
H A Drelop.c133 PROTECT_INDEX xpi, ypi; in do_relop_dflt() local
135 PROTECT_WITH_INDEX(y, &ypi); in do_relop_dflt()
153 REPROTECT(y = tmp, ypi); in do_relop_dflt()
158 if (isNull(y)) REPROTECT(y = allocVector(INTSXP,0), ypi); in do_relop_dflt()
226 REPROTECT(y = coerceVector(y, STRSXP), ypi); in do_relop_dflt()
231 REPROTECT(y = coerceVector(y, CPLXSXP), ypi); in do_relop_dflt()
239 REPROTECT(y = coerceVector(y, REALSXP), ypi); in do_relop_dflt()
244 REPROTECT(y = coerceVector(y, INTSXP), ypi); in do_relop_dflt()
249 REPROTECT(y = coerceVector(y, LGLSXP), ypi); in do_relop_dflt()
254 REPROTECT(y = coerceVector(y, RAWSXP), ypi); in do_relop_dflt()
H A Darithmetic.c552 PROTECT_INDEX xpi, ypi; in R_binary() local
558 PROTECT_WITH_INDEX(y, &ypi); in R_binary()
561 FIXUP_NULL_AND_CHECK_TYPES(y, ypi); in R_binary()
610 REPROTECT(y = duplicate(y), ypi); in R_binary()
688 COERCE_IF_NEEDED(y, CPLXSXP, ypi); in R_binary()
695 if (TYPEOF(y) != INTSXP) COERCE_IF_NEEDED(y, REALSXP, ypi); in R_binary()
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dwcs.c2124 double xpi, ypi, xp, yp; local
2140 pix2foc (wcs, xpix, ypix, &xpi, &ypi);
2147 if (dsspos (xpi, ypi, wcs, &xp, &yp))
2153 if (platepos (xpi, ypi, wcs, &xp, &yp))
2159 if (tnxpos (xpi, ypi, wcs, &xp, &yp))
2165 if (zpxpos (xpi, ypi, wcs, &xp, &yp))
2246 double xp, yp, xpi, ypi; local
2281 if (dsspix (xp, yp, wcs, &xpi, &ypi))
2293 if (tnxpix (xp, yp, wcs, &xpi, &ypi))
2299 if (zpxpix (xp, yp, wcs, &xpi, &ypi))
[all …]
/dports/games/popstar/popstar-0.0.2/
H A Dpopstar.c1414 int xpi, ypi, xpj, ypj; in inside() local
1420 ypi = stars[stars_selected[i]].y; in inside()
1424 if ((((ypi <= y) && (y < ypj)) || ((ypj <= y) && (y < ypi))) && in inside()
1425 (x < (xpj - xpi) * (y - ypi) / (ypj - ypi) + xpi)) in inside()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevtifs.c334 int ypi = gx_downscaler_scale(pdev->y_pixels_per_inch, factor); in tiff_set_fields_for_printer() local
343 TIFFSetField(tif, TIFFTAG_YRESOLUTION, (float)ypi); in tiff_set_fields_for_printer()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevtifs.c334 int ypi = gx_downscaler_scale(pdev->y_pixels_per_inch, factor); in tiff_set_fields_for_printer() local
343 TIFFSetField(tif, TIFFTAG_YRESOLUTION, (float)ypi); in tiff_set_fields_for_printer()
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/share/langmodels/
H A Dquechua.lm285 ypi 46
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lm/
H A Dqu.lm285 ypi 46
/dports/textproc/libtextcat/libtextcat-2.2/langclass/LM/
H A Dquechua.lm285 ypi 46
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevtifs.c381 int ypi = gx_downscaler_scale((int)pdev->y_pixels_per_inch, factor); in tiff_set_fields_for_printer() local
390 TIFFSetField(tif, TIFFTAG_YRESOLUTION, (float)ypi); in tiff_set_fields_for_printer()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevtifs.c381 int ypi = gx_downscaler_scale((int)pdev->y_pixels_per_inch, factor); in tiff_set_fields_for_printer() local
390 TIFFSetField(tif, TIFFTAG_YRESOLUTION, (float)ypi); in tiff_set_fields_for_printer()
/dports/games/penguin-command/penguin-command-1.6.11/src/
H A DSDL_gfxPrimitives.c1870 int xmj, xpj, ymi, ypi; in ellipseColor() local
1977 ypi=y+i; in ellipseColor()
1979 result |= fastPixelColorNolock (dst,xmj,ypi,color); in ellipseColor()
1980 result |= fastPixelColorNolock (dst,xpj,ypi,color); in ellipseColor()
2074 ypi=y+i; in ellipseColor()
2076 result |= pixelColor (dst,xmj,ypi,color); in ellipseColor()
2077 result |= pixelColor (dst,xpj,ypi,color); in ellipseColor()
/dports/science/py-obspy/obspy-1.2.2/obspy/imaging/scripts/
H A Dmopad.py3581 ypi = verts[:, 1]
3584 ypj = ypi.take(self.arange_1[:ypi.size])
3587 ((ypi <= y) & (y < ypj)) | ((ypj <= y) & (y < ypi))
3590 ypi = ypi[possible_crossings]
3594 crossings = x < (xpj - xpi) * (y - ypi) / (ypj - ypi) + xpi
/dports/games/megamario/MegaMario_v1.7_full/src/src_Editor/
H A DGfx.cpp1467 int xmj, xpj, ymi, ypi; in EllipseColor() local
1615 ypi = y + i; in EllipseColor()
1617 result |= FastPixelColorNolock(dst, xmj, ypi, color); in EllipseColor()
1618 result |= FastPixelColorNolock(dst, xpj, ypi, color); in EllipseColor()
1709 ypi = y + i; in EllipseColor()
1711 result |= PixelColorNolock (dst, xmj, ypi, color); in EllipseColor()
1712 result |= PixelColorNolock (dst, xpj, ypi, color); in EllipseColor()
/dports/games/megamario/MegaMario_v1.7_full/src/
H A DSDL_gfxPrimitives.c2248 int xmj, xpj, ymi, ypi; in ellipseColor() local
2396 ypi = y + i; in ellipseColor()
2398 result |= fastPixelColorNolock(dst, xmj, ypi, color); in ellipseColor()
2399 result |= fastPixelColorNolock(dst, xpj, ypi, color); in ellipseColor()
2490 ypi = y + i; in ellipseColor()
2492 result |= pixelColorNolock (dst, xmj, ypi, color); in ellipseColor()
2493 result |= pixelColorNolock (dst, xpj, ypi, color); in ellipseColor()
/dports/games/fillets-ng/fillets-ng-1.0.1/src/SDL_gfx/
H A DSDL_gfxPrimitives.c2248 int xmj, xpj, ymi, ypi; in ellipseColor() local
2396 ypi = y + i; in ellipseColor()
2398 result |= fastPixelColorNolock(dst, xmj, ypi, color); in ellipseColor()
2399 result |= fastPixelColorNolock(dst, xpj, ypi, color); in ellipseColor()
2490 ypi = y + i; in ellipseColor()
2492 result |= pixelColorNolock (dst, xmj, ypi, color); in ellipseColor()
2493 result |= pixelColorNolock (dst, xpj, ypi, color); in ellipseColor()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/sdl/
H A DSDL_gfxPrimitives.c2267 int xmj, xpj, ymi, ypi; in ellipseColor() local
2415 ypi = y + i; in ellipseColor()
2417 result |= fastPixelColorNolock(dst, xmj, ypi, color); in ellipseColor()
2418 result |= fastPixelColorNolock(dst, xpj, ypi, color); in ellipseColor()
2509 ypi = y + i; in ellipseColor()
2511 result |= pixelColorNolock (dst, xmj, ypi, color); in ellipseColor()
2512 result |= pixelColorNolock (dst, xpj, ypi, color); in ellipseColor()
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/SDL_gfx/
H A DSDL_gfxPrimitives.cpp2262 int xmj, xpj, ymi, ypi; in ellipseColor() local
2410 ypi = y + i; in ellipseColor()
2412 result |= fastPixelColorNolock(dst, xmj, ypi, color); in ellipseColor()
2413 result |= fastPixelColorNolock(dst, xpj, ypi, color); in ellipseColor()
2504 ypi = y + i; in ellipseColor()
2506 result |= pixelColorNolock (dst, xmj, ypi, color); in ellipseColor()
2507 result |= pixelColorNolock (dst, xpj, ypi, color); in ellipseColor()

123456