Home
last modified time | relevance | path

Searched refs:hx2 (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/src/
H A DPriority_Eval_Point.cpp194 if ( hx1 < hx2 ) in compare_h_values()
196 if ( hx2 < hx1 ) in compare_h_values()
214 const NOMAD::Double & hx2 , in compare_hf_values() argument
226 if ( hx2 <= _h_min ) in compare_hf_values()
243 if ( hx2 <= _h_min ) in compare_hf_values()
247 if ( ( hx1 < hx2 && fx1 < fx2 ) || in compare_hf_values()
248 ( hx1 == hx2 && fx1 < fx2 ) || in compare_hf_values()
249 ( hx1 < hx2 && fx1 == fx2 ) ) in compare_hf_values()
252 if ( ( hx2 < hx1 && fx2 < fx1 ) || in compare_hf_values()
253 ( hx2 == hx1 && fx2 < fx1 ) || in compare_hf_values()
[all …]
H A DPriority_Eval_Point.hpp83 const NOMAD::Double & hx2 ) const;
100 const NOMAD::Double & hx2 ,
/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
145 hx2 = *(unsigned*)x & ~0x80000000; in __vhypotf()
147 *(unsigned*)&x2 = hx2; in __vhypotf()
149 if ( hy2 > hx2 ) in __vhypotf()
151 i = hy2 - hx2; in __vhypotf()
153 if ( hx2 == 0 ) in __vhypotf()
158 i = hx2 - hy2; in __vhypotf()
159 j2 = hx2 & 0x7f800000; in __vhypotf()
162 else if ( hx2 == 0 ) in __vhypotf()
168 if ( hx2 == 0x7f800000 ) in __vhypotf()
[all …]
H A D__vrsqrt.c298 int hx2, resh2, res_ch2; in __vrsqrt_n() local
317 hx2 = HI(px); in __vrsqrt_n()
323 sqrt_exp2 = (0x5fe - (hx2 >> 21)) << 20; in __vrsqrt_n()
326 ind2 = (((hx2 >> 10) & 0x7f8) + 8) & -16; in __vrsqrt_n()
330 resh2 = (hx2 & 0x001fffff) | 0x3fe00000; in __vrsqrt_n()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dinthash.cpp267 assert(hx2 < h->size); in hash_lookup()
268 if (h->keys[hx2] == k) in hash_lookup()
273 return hx2; in hash_lookup()
280 return hx2+1; in hash_lookup()
484 assert(hx2 < h->size); in hash_insert()
485 if (h->keys[hx2] == k) in hash_insert()
490 return hx2; in hash_insert()
497 return hx2+1; in hash_insert()
582 assert(hx2 < h->size); in hash_insert()
583 if (h->keys[hx2] == key) return hx2; in hash_insert()
[all …]
/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
183 hx2 = (m+1)*(m+1)
230 common /param/ hx2,hy2
231 PetscReal hx2,hy2
276 v = -0.5*(rho(II+1) + rho(JJ+1))*hx2
281 v = -0.5*(rho(II+1) + rho(JJ+1))*hx2
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
149 userctx->hx2 = (m+1)*(m+1); in UserInitializeLinearSolver()
187 PetscScalar v,hx2 = userctx->hx2,hy2 = userctx->hy2; in UserDoLinearSolver() local
217 v = -.5*(rho[Ii] + rho[J])*hx2; in UserDoLinearSolver()
222 v = -.5*(rho[Ii] + rho[J])*hx2; 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
803 hx2 = a[s10 ]<<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()
957 hx2 = a[s10 ]<<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
803 hx2 = a[s10 ]<<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()
957 hx2 = a[s10 ]<<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
803 hx2 = a[s10 ]<<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()
957 hx2 = a[s10 ]<<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
803 hx2 = a[s10 ]<<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()
957 hx2 = a[s10 ]<<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
206 hx2 = vx2 = ec->zone->x + ec->zone->w; in _e_maximize_client_rects_fill_both()
207 if (x2) hx2 = vx2 = *x2; in _e_maximize_client_rects_fill_both()
217 _e_maximize_client_rects_fill_horiz(ec, rects, &hx1, &hx2, &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()
233 if (x2) *x2 = hx2; in _e_maximize_client_rects_fill_both()
/dports/science/devisor/devisor2.1/devisor2/foundation/elements/
H A DMacro.java175 double hx1,hx2,hy1,hy2; in draw() local
272 hx2=(n2[0]-n3[0])/Math.pow(2.0,(double)(n-1)); in draw()
293 (int)(n3[0]+i*hx2),(int)(n3[1]+i*hy2)); in draw()
298 hx2=(n2[0]-n1[0])/Math.pow(2.0,(double)(n-1)); in draw()
321 (int)(n1[0]+i*hx2),(int)(n1[1]+i*hy2)); in draw()
/dports/cad/electric/electric-7.00/src/drc/
H A Ddrcquick.c1485 pdx = maxi(lx2-hx1, lx1-hx2); in dr_quickcheckdist()
1497 hxb = mini(hx1, hx2); in dr_quickcheckdist()
1618 mini(mini(abs(lx1-lx2), abs(lx1-hx2)), mini(abs(hx1-lx2), abs(hx1-hx2))), in dr_quickcheckdist()
1623 pdx = maxi(lx2-hx1, lx1-hx2); in dr_quickcheckdist()
2870 if (lx1 > hx2 || lx2 > hx1) in dr_quickfindinterveningpoints()
2875 if (lx1 > hx2) *xf1 = *xf2 = (lx1 + hx2) / 2; else in dr_quickfindinterveningpoints()
2889 *xf2 = mini(hx1, hx2); in dr_quickfindinterveningpoints()
2909 if (lx1 > hx2) in dr_quickfindinterveningpoints()
2914 *xf2 = hx2; *yf2 = hy2; in dr_quickfindinterveningpoints()
2920 *xf2 = hx2; *yf2 = ly2; in dr_quickfindinterveningpoints()
[all …]
H A Ddrcbatch.c2409 pdx = maxi(lx2-hx1, lx1-hx2); in drcb_checkdist()
2418 hxb = mini(hx1, hx2); in drcb_checkdist()
2510 mini(mini(abs(lx1-lx2), abs(lx1-hx2)), mini(abs(hx1-lx2), abs(hx1-hx2))), in drcb_checkdist()
2515 pdx = maxi(lx2-hx1, lx1-hx2); in drcb_checkdist()
2745 if (lx1 > hx2 || lx2 > hx1) in drcb_findinterveningpoints()
2750 if (lx1 > hx2) *xf1 = *xf2 = (lx1 + hx2) / 2; else in drcb_findinterveningpoints()
2759 if (lx1 <= hx2 && lx2 <= hx1) in drcb_findinterveningpoints()
2764 *xf2 = mini(hx1, hx2); in drcb_findinterveningpoints()
2784 if (lx1 > hx2) in drcb_findinterveningpoints()
2789 *xf2 = hx2; *yf2 = hy2; in drcb_findinterveningpoints()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dsnd_alsa.c47 static ret (*hx2##func) params;
63 hx2##func = (ret (*) params) dlsym (alsa_handle, #func); \ in load_libasound()
64 if (hx2##func == NULL) \ in load_libasound()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/grape/mesh/Common/
H A Dtsc_timebar.c56 static double hx2[8]= {TB0, TB0, TB1, TB1, TB0, TB0, TB1, TB1}; variable
104 tr2->x = hx2; in timescene_hv_timebar()
/dports/games/eureka/eureka-1.27b-source/src/
H A Dr_subdiv.cc51 float hx1, float hx2, float high_y) in AddPolygon() argument
55 bool h_single = fabs(hx2 - hx1) < 0.2; in AddPolygon()
78 poly.mx[pos] = hx2; in AddPolygon()
920 float hx2 = E2->CalcX(high_y); in R_SubdivideSector() local
922 exinfo.sub.AddPolygon(lx1, lx2, low_y, hx1, hx2, high_y); in R_SubdivideSector()
H A Dr_subdiv.h52 float hx1, float hx2, float high_y);
/dports/devel/boost-docs/boost_1_72_0/libs/yap/example/
H A Dautodiff_example.cpp587 double hx2[] = {0, -972}; in BOOST_AUTO_TEST_CASE() local
591 CHECK_CLOSE(dhess[i],hx2[i]); in BOOST_AUTO_TEST_CASE()
619 double hx2[] ={-0.000759862823419, 0.000220093141567}; in BOOST_AUTO_TEST_CASE() local
628 CHECK_CLOSE(dhess[i],hx2[i]); in BOOST_AUTO_TEST_CASE()
654 double hx2[] ={ 2.410459188139686, in BOOST_AUTO_TEST_CASE() local
686 CHECK_CLOSE(dhess[i], hx2[i]); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/yap/example/
H A Dautodiff_example.cpp587 double hx2[] = {0, -972}; in BOOST_AUTO_TEST_CASE() local
591 CHECK_CLOSE(dhess[i],hx2[i]); in BOOST_AUTO_TEST_CASE()
619 double hx2[] ={-0.000759862823419, 0.000220093141567}; in BOOST_AUTO_TEST_CASE() local
628 CHECK_CLOSE(dhess[i],hx2[i]); in BOOST_AUTO_TEST_CASE()
654 double hx2[] ={ 2.410459188139686, in BOOST_AUTO_TEST_CASE() local
686 CHECK_CLOSE(dhess[i], hx2[i]); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/example/
H A Dautodiff_example.cpp587 double hx2[] = {0, -972}; in BOOST_AUTO_TEST_CASE() local
591 CHECK_CLOSE(dhess[i],hx2[i]); in BOOST_AUTO_TEST_CASE()
619 double hx2[] ={-0.000759862823419, 0.000220093141567}; in BOOST_AUTO_TEST_CASE() local
628 CHECK_CLOSE(dhess[i],hx2[i]); in BOOST_AUTO_TEST_CASE()
654 double hx2[] ={ 2.410459188139686, in BOOST_AUTO_TEST_CASE() local
686 CHECK_CLOSE(dhess[i], hx2[i]); in BOOST_AUTO_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/yap/example/
H A Dautodiff_example.cpp587 double hx2[] = {0, -972}; in BOOST_AUTO_TEST_CASE() local
591 CHECK_CLOSE(dhess[i],hx2[i]); in BOOST_AUTO_TEST_CASE()
619 double hx2[] ={-0.000759862823419, 0.000220093141567}; in BOOST_AUTO_TEST_CASE() local
628 CHECK_CLOSE(dhess[i],hx2[i]); in BOOST_AUTO_TEST_CASE()
654 double hx2[] ={ 2.410459188139686, in BOOST_AUTO_TEST_CASE() local
686 CHECK_CLOSE(dhess[i], hx2[i]); in BOOST_AUTO_TEST_CASE()
/dports/textproc/p5-Regexp-Common-time/Regexp-Common-time-0.16/lib/Regexp/Common/
H A Dtime.pm52 hx2 => q/(?:(?=[01])(?:0[1-9]|1[012]))/, # Hour, 01-12, 2 digits
261 HH => $master{hx2},
376 I => $master{hx2}, # hour, 01-12

12345678