Home
last modified time | relevance | path

Searched refs:hy2 (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/mvec/
H A D__vhypotf.c45 unsigned hx0, hx1, hx2, hy0, hy1, hy2; in __vhypotf() local
146 hy2 = *(unsigned*)y & ~0x80000000; in __vhypotf()
148 *(unsigned*)&y2 = hy2; in __vhypotf()
149 if ( hy2 > hx2 ) in __vhypotf()
151 i = hy2 - hx2; in __vhypotf()
152 j2 = hy2 & 0x7f800000; in __vhypotf()
158 i = hx2 - hy2; in __vhypotf()
160 if ( hy2 == 0 ) in __vhypotf()
170 else if ( hy2 == 0x7f800000 ) in __vhypotf()
172 else if ( hx2 > 0x7f800000 || hy2 > 0x7f800000 ) in __vhypotf()
H A D__vatan2f.c60 int hy0, hy1, hy2; in __vatan2f() local
297 hy2 = *(int*)y; in __vatan2f()
300 sy = hy2 & 0x80000000; in __vatan2f()
301 hy2 &= ~0x80000000; in __vatan2f()
306 if ( hy2 > hx ) in __vatan2f()
311 hx = hy2; in __vatan2f()
312 hy2 = i; in __vatan2f()
354 else if ( hy2 >= 0x7f800000 ) in __vatan2f()
368 if (hy2 < 0x00800000) { in __vatan2f()
369 if ( hy2 == 0 ) in __vatan2f()
[all …]
H A D__vrhypot.c226 int hx2, hy2; in __vrhypot() local
/dports/math/cgal/CGAL-5.3/include/CGAL/Apollonius_graph_2/
H A DConstructions_rtH2.h32 const RT &hx2, const RT &hy2, const RT &hw2, in ad_circumcenterH2() argument
40 hx2, hy2, hw2, w2, in ad_circumcenterH2()
50 const RT &hx2, const RT &hy2, const RT &hw2, in ad_circumcircleH2() argument
58 RT(hx2/hw2), RT(hy2/hw2), w2, in ad_circumcircleH2()
68 const FT &hx2, const FT &hy2, const We &w2, in ad_left_bitangent_lineH2() argument
72 RT(hx2/hw2), RT(hy2/hw2), w2, in ad_left_bitangent_lineH2()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex13f90.F9067 PetscReal hx2,hy2
68 common /param/ hx2,hy2
168 common /param/ hx2,hy2
169 PetscReal hx2,hy2
184 hy2 = (n+1)*(n+1)
230 common /param/ hx2,hy2
231 PetscReal hx2,hy2
266 v = -0.5*(rho(II+1) + rho(JJ+1))*hy2
271 v = -0.5*(rho(II+1) + rho(JJ+1))*hy2
284 v = 2*rho(II+1)*(hx2+hy2)
H A Dex13.c30 PetscScalar hx2,hy2; /* 1/(m+1)*(m+1) and 1/(n+1)*(n+1) */ member
150 userctx->hy2 = (n+1)*(n+1); in UserInitializeLinearSolver()
187 PetscScalar v,hx2 = userctx->hx2,hy2 = userctx->hy2; in UserDoLinearSolver() local
207 v = -.5*(rho[Ii] + rho[J])*hy2; in UserDoLinearSolver()
212 v = -.5*(rho[Ii] + rho[J])*hy2; in UserDoLinearSolver()
225 v = 2.0*rho[Ii]*(hx2+hy2); in UserDoLinearSolver()
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dfits_hdecompress.c692 int hm, h0, hp, hmm, hpm, hmp, hpp, hx2, hy2; in hsmooth() local
804 hy2 = a[s00+1]<<1; in hsmooth()
808 m1 = min(max(hpp-h0,0)-hx2-hy2, max(h0-hpm,0)+hx2-hy2); in hsmooth()
809 m2 = min(max(h0-hmp,0)-hx2+hy2, max(hmm-h0,0)+hx2+hy2); in hsmooth()
811 m1 = max(min(hpp-h0,0)-hx2-hy2, min(h0-hpm,0)+hx2-hy2); in hsmooth()
812 m2 = max(min(h0-hmp,0)-hx2+hy2, min(hmm-h0,0)+hx2+hy2); in hsmooth()
958 hy2 = a[s00+1]<<1; in hsmooth64()
962 m1 = min(max(hpp-h0,0)-hx2-hy2, max(h0-hpm,0)+hx2-hy2); in hsmooth64()
963 m2 = min(max(h0-hmp,0)-hx2+hy2, max(hmm-h0,0)+hx2+hy2); in hsmooth64()
965 m1 = max(min(hpp-h0,0)-hx2-hy2, min(h0-hpm,0)+hx2-hy2); in hsmooth64()
[all …]
/dports/astro/cfitsio/cfitsio-3.49/
H A Dfits_hdecompress.c692 int hm, h0, hp, hmm, hpm, hmp, hpp, hx2, hy2; in hsmooth() local
804 hy2 = a[s00+1]<<1; in hsmooth()
808 m1 = min(max(hpp-h0,0)-hx2-hy2, max(h0-hpm,0)+hx2-hy2); in hsmooth()
809 m2 = min(max(h0-hmp,0)-hx2+hy2, max(hmm-h0,0)+hx2+hy2); in hsmooth()
811 m1 = max(min(hpp-h0,0)-hx2-hy2, min(h0-hpm,0)+hx2-hy2); in hsmooth()
812 m2 = max(min(h0-hmp,0)-hx2+hy2, min(hmm-h0,0)+hx2+hy2); in hsmooth()
958 hy2 = a[s00+1]<<1; in hsmooth64()
962 m1 = min(max(hpp-h0,0)-hx2-hy2, max(h0-hpm,0)+hx2-hy2); in hsmooth64()
963 m2 = min(max(h0-hmp,0)-hx2+hy2, max(hmm-h0,0)+hx2+hy2); in hsmooth64()
965 m1 = max(min(hpp-h0,0)-hx2-hy2, min(h0-hpm,0)+hx2-hy2); in hsmooth64()
[all …]
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dfits_hdecompress.c692 int hm, h0, hp, hmm, hpm, hmp, hpp, hx2, hy2; in hsmooth() local
804 hy2 = a[s00+1]<<1; in hsmooth()
808 m1 = min(max(hpp-h0,0)-hx2-hy2, max(h0-hpm,0)+hx2-hy2); in hsmooth()
809 m2 = min(max(h0-hmp,0)-hx2+hy2, max(hmm-h0,0)+hx2+hy2); in hsmooth()
811 m1 = max(min(hpp-h0,0)-hx2-hy2, min(h0-hpm,0)+hx2-hy2); in hsmooth()
812 m2 = max(min(h0-hmp,0)-hx2+hy2, min(hmm-h0,0)+hx2+hy2); in hsmooth()
958 hy2 = a[s00+1]<<1; in hsmooth64()
962 m1 = min(max(hpp-h0,0)-hx2-hy2, max(h0-hpm,0)+hx2-hy2); in hsmooth64()
963 m2 = min(max(h0-hmp,0)-hx2+hy2, max(hmm-h0,0)+hx2+hy2); in hsmooth64()
965 m1 = max(min(hpp-h0,0)-hx2-hy2, min(h0-hpm,0)+hx2-hy2); in hsmooth64()
[all …]
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dfits_hdecompress.c692 int hm, h0, hp, hmm, hpm, hmp, hpp, hx2, hy2; in hsmooth() local
804 hy2 = a[s00+1]<<1; in hsmooth()
808 m1 = min(max(hpp-h0,0)-hx2-hy2, max(h0-hpm,0)+hx2-hy2); in hsmooth()
809 m2 = min(max(h0-hmp,0)-hx2+hy2, max(hmm-h0,0)+hx2+hy2); in hsmooth()
811 m1 = max(min(hpp-h0,0)-hx2-hy2, min(h0-hpm,0)+hx2-hy2); in hsmooth()
812 m2 = max(min(h0-hmp,0)-hx2+hy2, min(hmm-h0,0)+hx2+hy2); in hsmooth()
958 hy2 = a[s00+1]<<1; in hsmooth64()
962 m1 = min(max(hpp-h0,0)-hx2-hy2, max(h0-hpm,0)+hx2-hy2); in hsmooth64()
963 m2 = min(max(h0-hmp,0)-hx2+hy2, max(hmm-h0,0)+hx2+hy2); in hsmooth64()
965 m1 = max(min(hpp-h0,0)-hx2-hy2, min(h0-hpm,0)+hx2-hy2); in hsmooth64()
[all …]
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_maximize.c196 int hx1, hy1, hx2, hy2; in _e_maximize_client_rects_fill_both() local
209 hy2 = vy2 = ec->zone->y + ec->zone->h; in _e_maximize_client_rects_fill_both()
210 if (y2) hy2 = vy2 = *y2; in _e_maximize_client_rects_fill_both()
218 _e_maximize_client_rects_fill_vert(ec, rects, &hy1, &hy2, &bx, &by, &bw, &bh); in _e_maximize_client_rects_fill_both()
229 if (((hx2 - hx1) * (hy2 - hy1)) > ((vx2 - vx1) * (vy2 - vy1))) in _e_maximize_client_rects_fill_both()
234 if (y2) *y2 = hy2; in _e_maximize_client_rects_fill_both()
/dports/cad/electric/electric-7.00/src/drc/
H A Ddrcquick.c1486 pdy = maxi(ly2-hy1, ly1-hy2); in dr_quickcheckdist()
1499 hyb = mini(hy1, hy2); in dr_quickcheckdist()
1619 mini(mini(abs(ly1-ly2), abs(ly1-hy2)), mini(abs(hy1-ly2), abs(hy1-hy2)))); in dr_quickcheckdist()
2878 *yf2 = mini(hy1, hy2); in dr_quickfindinterveningpoints()
2886 if (ly1 > hy2) *yf1 = *yf2 = (ly1 + hy2) / 2; else in dr_quickfindinterveningpoints()
2892 } else if ((lx1 == hx2 || lx2 == hx1) || (ly1 == hy2 || ly2 == hy2)) in dr_quickfindinterveningpoints()
2911 if (ly1 > hy2) in dr_quickfindinterveningpoints()
2914 *xf2 = hx2; *yf2 = hy2; in dr_quickfindinterveningpoints()
2926 if (ly1 > hy2) in dr_quickfindinterveningpoints()
2935 *xf2 = lx2; *yf2 = hy2; in dr_quickfindinterveningpoints()
[all …]
H A Ddrcbatch.c2410 pdy = maxi(ly2-hy1, ly1-hy2); in drcb_checkdist()
2420 hyb = mini(hy1, hy2); in drcb_checkdist()
2479 lx1, hx1, ly1, hy2, layer2, net2, geom2, &lx2, &hx2, &ly2, &hy2)) in drcb_checkdist()
2511 mini(mini(abs(ly1-ly2), abs(ly1-hy2)), mini(abs(hy1-ly2), abs(hy1-hy2)))); in drcb_checkdist()
2753 *yf2 = mini(hy1, hy2); in drcb_findinterveningpoints()
2761 if (ly1 > hy2) *yf1 = *yf2 = (ly1 + hy2) / 2; else in drcb_findinterveningpoints()
2767 } else if ((lx1 == hx2 || lx2 == hx1) || (ly1 == hy2 || ly2 == hy2)) in drcb_findinterveningpoints()
2786 if (ly1 > hy2) in drcb_findinterveningpoints()
2789 *xf2 = hx2; *yf2 = hy2; in drcb_findinterveningpoints()
2801 if (ly1 > hy2) in drcb_findinterveningpoints()
[all …]
/dports/science/devisor/devisor2.1/devisor2/foundation/elements/
H A DMacro.java175 double hx1,hx2,hy1,hy2; in draw() local
274 hy2=(n2[1]-n3[1])/Math.pow(2.0,(double)(m-1)); in draw()
293 (int)(n3[0]+i*hx2),(int)(n3[1]+i*hy2)); in draw()
300 hy2=(n2[1]-n1[1])/Math.pow(2.0,(double)(m-1)); in draw()
321 (int)(n1[0]+i*hx2),(int)(n1[1]+i*hy2)); in draw()
/dports/games/edge/Edge-1.35-source/src/
H A Dhu_draw.h66 void HUD_RawImage(float hx1, float hy1, float hx2, float hy2,
H A Dhu_draw.cc264 void HUD_RawImage(float hx1, float hy1, float hx2, float hy2, in HUD_RawImage() argument
273 int y2 = I_ROUND(hy2+0.25f); in HUD_RawImage()
/dports/science/opensim-core/opensim-core-4.1/Bindings/SWIGSimTK/
H A DMassProperties.h913 const P hx2=hx*hx, hy2=hy*hy, hz2=hz*hz; in brick() local
914 return UnitInertia_(oo3*(hy2+hz2), oo3*(hx2+hz2), oo3*(hx2+hy2)); in brick()
923 const P hx2=hx*hx, hy2=hy*hy, hz2=hz*hz; in ellipsoid() local
924 return UnitInertia_((hy2+hz2)/5, (hx2+hz2)/5, (hx2+hy2)/5); in ellipsoid()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Mechanics/include/SimTKcommon/internal/
H A DMassProperties.h899 const RealP hx2=hx*hx, hy2=hy*hy, hz2=hz*hz; in brick() local
900 return UnitInertia_(oo3*(hy2+hz2), oo3*(hx2+hz2), oo3*(hx2+hy2)); in brick()
909 const RealP hx2=hx*hx, hy2=hy*hy, hz2=hz*hz; in ellipsoid() local
910 return UnitInertia_((hy2+hz2)/5, (hx2+hz2)/5, (hx2+hy2)/5); in ellipsoid()
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpnmnlfilt.c336 double hx0,hx1,hx2,hy0,hy1,hy2,hy3; in hex_area() local
351 hy2 = hy + 0.2886751346 * d; /* d / sqrt(12) */ in hex_area()
355 triang_area(sx0,sy0,sx1,sy1,hx0,hy2,hx1,hy3,NW) + in hex_area()
356 triang_area(sx0,sy0,sx1,sy1,hx1,hy2,hx2,hy3,NE) + in hex_area()
357 rectang_area(sx0,sy0,sx1,sy1,hx0,hy1,hx2,hy2) + in hex_area()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dnl-filter.c782 gdouble hx0,hx1,hx2,hy0,hy1,hy2,hy3; in hex_area() local
796 hy2 = hy + 0.2886751346 * d; /* d / sqrt(12) */ in hex_area()
800 triang_area(sx0,sy0,sx1,sy1,hx0,hy2,hx1,hy3,NW) + in hex_area()
801 triang_area(sx0,sy0,sx1,sy1,hx1,hy2,hx2,hy3,NE) + in hex_area()
802 rectang_area(sx0,sy0,sx1,sy1,hx0,hy1,hx2,hy2) + in hex_area()
/dports/games/crimson/crimson-0.5.3/src/common/
H A Dmapview.cpp156 int hy2 = MaxYHex( y, h ); in DrawMap() local
169 for ( ty = hy1; ty <= hy2; ++ty ) { in DrawMap()
/dports/science/R-cran-Epi/Epi/R/
H A Dboxes.MS.R72 hy2 <- y2 + ifelse((y1-y2) != 0, (y1-y2) * ((h2/2)/abs(y1-y2)), 0) functionVar
81 by2 <- hy2 }
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c1345 INTBIG hx2, INTBIG ly2, INTBIG hy2, INTBIG *x1, INTBIG *y1, INTBIG *x2, INTBIG *y2) in arcconnects() argument
1353 if (ly1 > hy2 || ly2 > hy1) return(FALSE); in arcconnects()
1354 *y1 = *y2 = (maxi(ly1, ly2) + mini(hy1, hy2)) / 2; in arcconnects()
1365 *y2 = (ly2+hy2) / 2; in arcconnects()
1381 lx = (float)lx2; hx = (float)hx2; ly = (float)ly2; hy = (float)hy2; in arcconnects()
1395 db_findconnectionpoint(lx2, hx2, ly2, hy2, a, b, d, x2, y2); in arcconnects()
3099 INTBIG lx1, hx1, ly1, hy1, lx2, hx2, ly2, hy2; in polyintersect() local
3104 getbbox(poly2, &lx2, &hx2, &ly2, &hy2); in polyintersect()
3105 if (hx1 < lx2 || hx2 < lx1 || hy1 < ly2 || hy2 < ly1) return(FALSE); in polyintersect()
3133 mini(py,ty) > hy2 || maxi(py,ty) < ly2) continue; in polyintersect()
/dports/cad/electric/electric-7.00/src/misc/
H A Dcompact.c1373 INTBIG hx2, INTBIG ly2, INTBIG hy2, INTBIG dist, INTBIG axis) in com_check() argument
1378 if (com_cropnodeinst(object1->firstpolylist, &lx2, &hx2, &ly2, &hy2, in com_check()
1392 if (hy1+dist > ly2 && ly1-dist < hy2) return(lx2 - hx1 - dist); in com_check()
/dports/science/cdk/cdk-cdk-2.3/tool/formula/src/test/java/org/openscience/cdk/tools/manipulator/
H A DMolecularFormulaManipulatorTest.java318 IIsotope hy2 = builder.newInstance(IIsotope.class, "H"); in testRemoveElement_IMolecularFormula_IElement() local
320 hy2.setExactMass(2.014101778); in testRemoveElement_IMolecularFormula_IElement()
323 formula.addIsotope(hy2, 1); in testRemoveElement_IMolecularFormula_IElement()

1234567