Home
last modified time | relevance | path

Searched refs:hn1 (Results 1 – 25 of 329) sorted by path

12345678910>>...14

/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelSphereGeometry.hpp366 inline bool intersectsHalfSpace(double hn0, double hn1, double hn2) const in intersectsHalfSpace() argument
368 const double a = n[0]*hn0+n[1]*hn1+n[2]*hn2; in intersectsHalfSpace()
/dports/audio/dagrab/dagrab-0.3.5/
H A Ddagrab.c366 char *un,*hn,hn1[100]; local
384 if((gethostname(hn1,99)<0)||((he=gethostbyname(hn1))==NULL)||(he->h_name==NULL))
/dports/biology/bbmap/bbmap/resources/
H A Dblacklist_prokprot_merged.sketch35117 2hn1`^nT
/dports/biology/ugene/ugene-40.1/data/snp_scripts/
H A Dpdb_uniprot_chain_map.lst.217633 1hn1 A P00722
17634 1hn1 B P00722
17635 1hn1 C P00722
17636 1hn1 D P00722
89127 2hn1 A O29472
153003 3hn1 A P04958
227500 4hn1 A Q5SFD1
227501 4hn1 B Q5SFD1
227502 4hn1 C Q5SFD1
227503 4hn1 D Q5SFD1
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A Dfuss.c1042 double Pi, gamma, eps, phi, mp[2], hn1[2] , ssk[2], pDum1[]={0.0, 0.0}, pDum2[]={0.0, 0.0}; in calcHN1() local
1057 gSchnittP(hn1, tan(Pi*(angFS)/180) , -tan(Pi*(90-angFS)/180), b, -abs(bCS)); in calcHN1()
1060 b = (yAxAb(hn1[0], hn1[1], tan(Pi*(angFS)/180))); in calcHN1()
1120 ptHN1 = pnt("PHN1", 0, hn1[0], hn1[1], 0); in calcHN1()
/dports/cad/cura/Cura-58bae31/plugins/ImageReader/
H A DImageReader.py200 hn1 = height_data[0, n + 1]
205 mesh.addFaceByPoints(x, 0, 0, nx, 0, 0, nx, hn1, 0)
206 mesh.addFaceByPoints(nx, hn1, 0, x, hn0, 0, x, 0, 0)
/dports/cad/feappv/feappv-4.1i/elements/
H A Dmaterial.f3619 subroutine modlfd(ii,d,f,df,detf,ta,hn,hn1,nh,istrt, dd,sig,bb, argument
3659 real*8 hn(*), hn1(*), dd(*), sig(*), aa(6,6,5)
3719 hn1(i) = hn(i)
3740 call umodel(umat,f,detf,ta,d(1),d(uprm+1),hn(1),hn1(1),nh,
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/csg/
H A Didentify.cpp765 Vec<3> hn1 = geom.GetSurface(snr1)->GetNormalVector (sp1.p); in Identifyable() local
768 if (hn1 * hn2 > 0) in Identifyable()
1002 Vec<3> hn1 = geom.GetSurface(j)->GetNormalVector (p1); in IdentifyPoints() local
1005 if (hn1 * hn2 > 0) in IdentifyPoints()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/meshing/
H A Dsmoothing3.cpp862 Vec<3> hn1, hn2; in SetPoint() local
863 surf1 -> GetNormalVector (sp1, hn1); in SetPoint()
865 n1 = hn1; in SetPoint()
904 Vec<3> hn1, hn2; in FuncGrad() local
905 surf1 -> GetNormalVector (pp1, hn1); in FuncGrad()
907 n1 = hn1; in FuncGrad()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/bamg/bamglib/
H A DMetric.cpp314 Real8 hn1=1.e30,hn2=1e-30,rnx =1.e-30; in BoundAnisotropy() local
328 hn1=Min(hn1,Vp.lmin()); in BoundAnisotropy()
341 cout << " output: Hmin = " << sqrt(1/hn2) << " Hmax = " << sqrt(1/hn1) in BoundAnisotropy()
465 Real8 hn1=1.e30,hn2=1e-30,rnx =1.e-30; in IntersectConsMetric() local
778 hn1=Min(hn1,Vp.lmin()); in IntersectConsMetric()
791 << sqrt(1/hn1) << " factor of anisotropy max = " << sqrt(rnx) << endl; in IntersectConsMetric()
/dports/cad/magic/magic-8.3.245/extcheck/
H A Dextcheck.c155 capVisit(hn1, hn2, cap) in capVisit() argument
156 HierName *hn1, *hn2; /* UNUSED */ in capVisit()
166 resistVisit(hn1, hn2, res) in resistVisit() argument
167 HierName *hn1, *hn2; /* UNUSED */ in resistVisit()
/dports/cad/magic/magic-8.3.245/extflat/
H A DEFbuild.c344 HierName *hn1, *hn2; local
347 hn1 = EFStrToHN((HierName *) NULL, driver);
351 if (EFHNBest(hn1, hn2))
353 distKey.dist_1 = hn1;
359 distKey.dist_2 = hn1;
378 EFHNFree(hn1, (HierName *) NULL, HN_ALLOC);
H A DEFname.c922 HierName *hn1, *hn2; local
924 hn1 = EFHNConcat(prefix, dist->dist_1);
926 if (EFHNBest(hn1, hn2))
928 distKey->dist_1 = hn1;
934 distKey->dist_2 = hn1;
H A DEFvisit.c817 EFLookDist(hn1, hn2, pMinDist, pMaxDist) in EFLookDist() argument
818 HierName *hn1, *hn2; in EFLookDist()
824 if (EFHNBest(hn1, hn2))
826 distKey.dist_1 = hn1;
832 distKey.dist_2 = hn1;
/dports/cad/netgen/netgen-6.2.2105/libsrc/csg/
H A Didentify.cpp778 Vec<3> hn1 = geom.GetSurface(snr1)->GetNormalVector (sp1.p); in Identifyable() local
781 if (hn1 * hn2 > 0) in Identifyable()
1015 Vec<3> hn1 = geom.GetSurface(j)->GetNormalVector (p1); in IdentifyPoints() local
1018 if (hn1 * hn2 > 0) in IdentifyPoints()
/dports/cad/netgen/netgen-6.2.2105/libsrc/meshing/
H A Dsmoothing3.cpp879 Vec<3> hn1, hn2; in SetPoint() local
880 surf1 -> GetNormalVector (sp1, hn1); in SetPoint()
882 n1 = hn1; in SetPoint()
921 Vec<3> hn1, hn2; in FuncGrad() local
922 surf1 -> GetNormalVector (pp1, hn1); in FuncGrad()
924 n1 = hn1; in FuncGrad()
/dports/chinese/wenju/wenju-1.6/src/tim/tables/
H A Dbxm.tim3752 hn1=苎
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/coregen/
H A Dfifo_s6_512x36_2clk.ngc3 …522e292g=::jl1:o522bg92g=::jn1:o522ba92g=::jh1:o522c292g=::hl1:o522`g92g=::hn1:o522`a92g=::hh1:o52…
H A Dfifo_xlnx_16x19_2clk.ngc3 …4;1:?2g6<3<2wx=h650;0x94`d2k>01<l?:538yv47=3:1=9u21c297g=:9hl1?o521`g97g=:9hn1?o521`a97g=:9hh1?o52…
H A Dfifo_xlnx_16x40_2clk.ngc3 …?4$366>=2<uz83;7>52z\125=::>09:=5+2579<0=z{;kn6=4={_0;1>;5?38396*=448;2>{t:hn1<7<t^3:7?8402;2?7)<;…
H A Dfifo_xlnx_2Kx36_2clk.ngc3 …>52z?7=f<1=27?o;47a:p0g`=838p197::77891e12130q~:m8;296~;30h0=963;c78;<>{t<hn1<7<t=55e>33<5=i=6594…
H A Dfifo_xlnx_512x36_2clk.ngc3 …4?:483>5}#9l<1==<4H5`:?M2fn2.:=;4=;h71>5<<a<h1<75f5g83>>o6lj0;66a>de83>>{e;hn1<7:50;2x 4c128:87E:m…
H A Dfifo_xlnx_512x36_2clk_18to36.ngc3 …<4}r1e1?6=:rT?nl5240c95=4<uz>i<7>52z\7=`=:<<214;5rs5cf>5<5sW>2h63;5986=>{t<hn1<7<t^5;`?82203?<7p};…
H A Dfifo_xlnx_512x36_2clk_36to18.ngc3 …>4ie;94?=h9><1<75rb3ce>5<5290;w)?7a;31g>N4ko1C?n:4$d7955=nl00;66a>7783>>{e:hn1<7<50;2x 4>f288h7E=l…
H A Dfifo_xlnx_64x36_2clk.ngc3 …`k5;;8?l2e83:1(i854eg8ja3=i21b8lh50;&g2?2cm2do97l4;h6ba?6=,m<18ik4ne79g>=n<hn1<7*k6;6ga>hc=3n07d:n…

12345678910>>...14