Home
last modified time | relevance | path

Searched refs:hmt (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcb_calculator/transline/
H A Dstripline.cpp45 double hmt = height - m_parameters[T_PRM]; in lineImpedance() local
49 if( m_parameters[PHYS_WIDTH_PRM] / hmt >= 0.35 ) in lineImpedance()
52 + ( 2.0 * height * log( ( 2.0 * height - m_parameters[T_PRM] ) / hmt ) in lineImpedance()
53 - m_parameters[T_PRM] * log( height * height / hmt / hmt - 1.0 ) ) in lineImpedance()
55 ZL = ZF0 * hmt / sqrt( m_parameters[EPSILONR_PRM] ) / 4.0 / ZL; in lineImpedance()
57 ac *= 2.02e-6 * m_parameters[EPSILONR_PRM] * ZL / hmt; in lineImpedance()
58 ac *= 1.0 + 2.0 * m_parameters[PHYS_WIDTH_PRM] / hmt in lineImpedance()
59 + ( height + m_parameters[T_PRM] ) / hmt / M_PI in lineImpedance()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/plotting/
H A Dgrid.c460 hmt = ceil(10.0 * hmt) / 10.0; in lingrid()
515 dst = hmt - lmt; in lingrid()
617 hmt = - floor(-hmt / step) * step; in lingrid()
619 hmt = ceil(hmt / step) * step; in lingrid()
766 hmt = graph->grid.xaxis.log.hmt; in loggrid()
772 hmt = graph->grid.yaxis.log.hmt; in loggrid()
843 graph->grid.xaxis.log.hmt = hmt; in loggrid()
852 graph->grid.yaxis.log.hmt = hmt; in loggrid()
1009 hmt++; in polargrid()
1032 graph->grid.xaxis.circular.hmt = hmt; in polargrid()
[all …]
H A Dagraf.c39 int mag, hmt, lmt, dst, spacing, nsp, ypt, upper, lower, curline; in ft_agraf() local
144 hmt = (int) ceil(ylims[1] / tenpowmag); in ft_agraf()
145 yrange[1] = ylims[1] = hmt * tenpowmag; in ft_agraf()
147 dst = hmt - lmt; in ft_agraf()
155 hmt *= 10; in ft_agraf()
160 hmt += 1; in ft_agraf()
176 for (i = 0, j = lmt; j <= hmt; i += spacing, j += dst / nsp) { in ft_agraf()
/dports/cad/jspice3/jspice3-2.5/src/lib/plot/
H A Dgrid.c265 hmt = 1;
267 dst = hmt - lmt;
274 hmt *= 10.0;
310 hmt *= 10.0;
499 hmt = ceil(mylog10(hi));
504 decs = hmt - lmt;
514 graph->grid.xaxis.log.hmt = hmt;
521 graph->grid.yaxis.log.hmt = hmt;
569 if (j == hmt)
610 int hmt, lmt, mag, step; local
[all …]
H A Dagraf.c45 int mag, hmt, lmt, dst, spacing, nsp, ypt, upper, lower, curline; local
149 hmt = (int) ceil(gr->ylims[1] / tenpowmag);
150 yrange[1] = gr->ylims[1] = hmt * tenpowmag;
152 dst = hmt - lmt;
161 hmt *= 10.0;
178 for (i = 0, j = lmt; j <= hmt; i += spacing, j += dst / nsp) {
/dports/devel/hpx/hpx-1.2.1/hpx/lcos/detail/
H A Dasync_implementations.hpp204 handle_managed_target<Result> hmt(id, f); in call() local
208 p.apply_cb(std::move(addr), hmt.get_id(), in call()
228 handle_managed_target<result_type> hmt(id, f); in async_remote_impl() local
248 handle_managed_target<result_type> hmt(id, f); in async_remote_impl() local
267 handle_managed_target<result_type> hmt(id, f); in async_remote_impl() local
270 p.apply_deferred(std::move(addr), hmt.get_id(), in async_remote_impl()
471 handle_managed_target<result_type> hmt(id, f); in async_cb_impl() local
479 p.apply_cb(std::move(addr), hmt.get_id(), in async_cb_impl()
541 handle_managed_target<result_type> hmt(id, f); in async_cb_impl() local
600 handle_managed_target<result_type> hmt(id, f); in async_cb_impl() local
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/PWCOND/src/
H A Dcompbs_2.f9032 hmat(:,:), hmt(:,:), vecaux(:,:) local
49 allocate( hmt( noins, noins ) )
92 if (noins>0) hmt=(0.d0,0.d0)
99 hmt(i,i)=(1.d0,0.d0)
107 call ZGESV(noins,noins,hmat,noins,ipiv,hmt,noins,info)
118 vecaux(i,j)=vecaux(i,j)+hmt(i,l)*amat(ntot+l,j)
161 vec(ntot+i,j)=vec(ntot+i,j)-hmt(i,k)*auxc(k)
231 deallocate(hmt)
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dgraph.h87 int hmt, lmt, decsp, subs, pp; member
94 int hmt, mag; /* added, p.w.h. */ member
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dse_core_matrix.F95 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :) :: hmt, umt local
197 ALLOCATE (hmt(16, nkind))
213 hmt(1, ikind) = beta_a(0)
214 hmt(2:4, ikind) = beta_a(1)
215 hmt(5:9, ikind) = beta_a(2)
216 hmt(10:16, ikind) = beta_a(3)
234 ha(1:16) = hmt(1:16, ikind)
236 hb(1:16) = hmt(1:16, jkind)
381 DEALLOCATE (se_defined, hmt, umt, ZSt, ZPt, nrt)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dse_core_matrix.F95 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :) :: hmt, umt local
197 ALLOCATE (hmt(16, nkind))
213 hmt(1, ikind) = beta_a(0)
214 hmt(2:4, ikind) = beta_a(1)
215 hmt(5:9, ikind) = beta_a(2)
216 hmt(10:16, ikind) = beta_a(3)
234 ha(1:16) = hmt(1:16, ikind)
236 hb(1:16) = hmt(1:16, jkind)
381 DEALLOCATE (se_defined, hmt, umt, ZSt, ZPt, nrt)
/dports/german/hunspell/igerman98-20161207/dicts/
H A Dtypos37 entstro"hmt/A
/dports/german/aspell/igerman98-20161207/dicts/
H A Dtypos37 entstro"hmt/A
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/mach-s3c/
H A DMakefile.s3c64xx50 obj-$(CONFIG_MACH_HMT) += mach-hmt.o
/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dftegraph.h96 int hmt, lmt, decsp, subs, pp; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/mach-s3c/
H A DMakefile.s3c64xx50 obj-$(CONFIG_MACH_HMT) += mach-hmt.o
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/mach-s3c/
H A DMakefile.s3c64xx50 obj-$(CONFIG_MACH_HMT) += mach-hmt.o
/dports/devel/gnome-builder/gnome-builder-41.3/
H A DAUTHORS103 zilla@hmt.im
/dports/deskutils/gnome-characters/gnome-characters-41.0/po/
H A Dde.po7 # Bernd Homuth <dev@hmt.im>, 2016.
266 "Bernd Homuth <dev@hmt.im>, 2015, 2016\n"
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkMath.cxx986 double **hmt = NULL; in SolveLeastSquares() local
1050 hmt = new double *[xOrder]; in SolveLeastSquares()
1055 hmt[j] = new double [1]; in SolveLeastSquares()
1059 homogRC = vtkMath::SolveHomogeneousLeastSquares(numberOfSamples, xt, xOrder, hmt); in SolveLeastSquares()
1144 mt[i][j] = hmt[i][0]; in SolveLeastSquares()
1152 delete [] hmt[i]; in SolveLeastSquares()
1154 delete [] hmt; in SolveLeastSquares()
/dports/x11/gnome-menus/gnome-menus-3.36.0/po/
H A Dde.po9 # Bernd Homuth <dev@hmt.im>, 2019.
17 "Last-Translator: Bernd Homuth <dev@hmt.im>\n"
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkMath.cxx1066 double** hmt = nullptr; in SolveLeastSquares() local
1130 hmt = new double*[xOrder]; in SolveLeastSquares()
1135 hmt[j] = new double[1]; in SolveLeastSquares()
1139 homogRC = vtkMath::SolveHomogeneousLeastSquares(numberOfSamples, xt, xOrder, hmt); in SolveLeastSquares()
1221 mt[i][j] = hmt[i][0]; in SolveLeastSquares()
1229 delete[] hmt[i]; in SolveLeastSquares()
1231 delete[] hmt; in SolveLeastSquares()
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkMath.cxx1032 double **hmt = nullptr; in SolveLeastSquares() local
1097 hmt = new double *[xOrder]; in SolveLeastSquares()
1102 hmt[j] = new double [1]; in SolveLeastSquares()
1106 homogRC = vtkMath::SolveHomogeneousLeastSquares(numberOfSamples, xt, xOrder, hmt); in SolveLeastSquares()
1189 mt[i][j] = hmt[i][0]; in SolveLeastSquares()
1197 delete [] hmt[i]; in SolveLeastSquares()
1199 delete [] hmt; in SolveLeastSquares()
/dports/devel/boost-docs/boost_1_72_0/libs/tuple/doc/
H A Dtuple_users_guide.qbk426 hand_made_tuple hmt(A(), B(), C());
427 hmt.getA(); hmt.getB(); hmt.getC();
/dports/devel/boost-libs/boost_1_72_0/libs/tuple/doc/
H A Dtuple_users_guide.qbk426 hand_made_tuple hmt(A(), B(), C());
427 hmt.getA(); hmt.getB(); hmt.getC();
/dports/devel/boost-python-libs/boost_1_72_0/libs/tuple/doc/
H A Dtuple_users_guide.qbk426 hand_made_tuple hmt(A(), B(), C());
427 hmt.getA(); hmt.getB(); hmt.getC();

12345678910>>...20