Home
last modified time | relevance | path

Searched refs:polyy (Results 1 – 11 of 11) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Dyield.c11 int* polyy; // last shared polyfill origin (y) member
81 ncvisual_polyfill_yx(m->ncv, *m->polyy, *m->polyx, *m->polypixel); in yielder()
101 *m->polyy = y; in yielder()
197 int polyy = 0; in yield_demo() local
204 .polyy = &polyy, in yield_demo()
228 .polyy = &polyy, in yield_demo()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/fe/
H A Dfe_nedelec_sz.cc436 std::vector<std::vector<double>> polyy( in get_data()
446 cell_points[q][1], polyy[i]); in get_data()
462 2.0 * polyx[i][1] * polyy[j][0]; in get_data()
464 2.0 * polyx[i][0] * polyy[j][1]; in get_data()
499 4.0 * polyx[i][2] * polyy[j][0]; in get_data()
501 4.0 * polyx[i][1] * polyy[j][1]; in get_data()
524 2.0 * polyy[j][1]; in get_data()
870 std::vector<std::vector<double>> polyy( in get_data()
880 cell_points[q][1], polyy[i]); in get_data()
952 polyy[j][0] * polyz[k][0]; in get_data()
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dpepnet.c223 static float polyy[]= in pepnet_drawocta() local
232 ajGraphicsDrawposLine(x+polyx[i]*size,y+polyy[i]*size,x+polyx[i+1]*size, in pepnet_drawocta()
233 y+polyy[i+1]*size); in pepnet_drawocta()
H A Dpepwheel.c239 static float polyy[]= in pepwheel_drawocta() local
249 ajGraphicsDrawposLine(x+polyx[i]*size,y+polyy[i]*size,x+polyx[i+1]*size, in pepwheel_drawocta()
250 y+polyy[i+1]*size); in pepwheel_drawocta()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dfake-mobile.cpp199 for(int i=0; i<num; i++) polyx[i] = gdpop(), polyy[i] = gdpop(); in main()
202 aalineColor(s, polyx[i], polyy[i], polyx[i+1], polyy[i+1], col); in main()
H A Ddrawing.cpp264 EX int polyx[POLYMAX], polyxr[POLYMAX], polyy[POLYMAX]; variable
460 polyy[i] = current_display->ycenter + glcoords[i][1]; in coords_to_poly()
1977 polyx[i] = 0; polyy[i] = 0; i++; in draw()
1978 polyx[i] = vid.xres; polyy[i] = 0; i++; in draw()
1979 polyx[i] = vid.xres; polyy[i] = vid.yres; i++; in draw()
1980 polyx[i] = 0; polyy[i] = vid.yres; i++; in draw()
1981 polyx[i] = 0; polyy[i] = 0; i++; in draw()
1983 filledPolygonColorI(srend, polyx, polyy, polyi+5, color); in draw()
1987 filledPolygonColorI(srend, polyx+i, polyy+i, 3, color); in draw()
1990 filledPolygonColorI(srend, polyx, polyy, polyi, color); in draw()
[all …]
H A Dnetgen.cpp226 polyy[0] = int(v1.y); in drawtriangle()
227 polyy[1] = int(v2.y); in drawtriangle()
228 polyy[2] = int(v3.y); in drawtriangle()
229 filledPolygonColorI(srend, polyx, polyy, 3, col); in drawtriangle()
H A Dscreenshot.cpp153 …EX void polygon(int *polyx, int *polyy, int polyi, color_t col, color_t outline, double linewidth)… in polygon() argument
164 print(f, coord(polyx[i]), " ", coord(polyy[i])); in polygon()
/dports/devel/R-cran-caret/caret/R/
H A Dlift.R333 polyy <- c(0, 100, 100, 0) vector
336 panel.polygon(polyx, polyy,
/dports/math/py-sympy/sympy-1.9/sympy/solvers/ode/
H A Dlie_group.py539 polyy = Poly(pden, x, y).as_dict()
540 if polyy:
542 soldict = solve(polyy.values(), *symset)
/dports/math/py-Diofant/Diofant-0.13.0/diofant/solvers/
H A Dode.py5547 polyy = Poly(pden, x, y).as_dict()
5549 soldict = solve(polyy.values(), *symset)