Home
last modified time | relevance | path

Searched refs:lnd (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/math/R-cran-spData/spData/man/
H A Dlnd.Rd2 % Please edit documentation in R/lnd.R
4 \name{lnd}
5 \alias{lnd}
23 lnd
31 data(lnd)
32 summary(lnd)
33 plot(st_geometry(lnd))
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Transform/include/
H A DitkThinPlateSplineKernelTransform.hxx49 for ( unsigned int lnd = 0; lnd < numberOfLandmarks; lnd++ ) in ComputeDeformationContribution() local
56 result[odim] += r * this->m_DMatrix(odim, lnd); in ComputeDeformationContribution()
H A DitkVolumeSplineKernelTransform.hxx50 for ( unsigned int lnd = 0; lnd < numberOfLandmarks; lnd++ ) in ComputeDeformationContribution() local
58 result[odim] += r3 * this->m_DMatrix(odim, lnd); in ComputeDeformationContribution()
H A DitkThinPlateR2LogRSplineKernelTransform.hxx49 for ( unsigned int lnd = 0; lnd < numberOfLandmarks; lnd++ ) in ComputeDeformationContribution() local
57 result[odim] += R2logR * this->m_DMatrix(odim, lnd); in ComputeDeformationContribution()
H A DitkKernelTransform.hxx107 for( unsigned int lnd = 0; lnd < numberOfLandmarks; lnd++ ) in ComputeDeformationContribution() local
114 result[odim] += Gmatrix(dim, odim) * m_DMatrix(dim, lnd); in ComputeDeformationContribution()
307 for( unsigned int lnd = 0; lnd < numberOfLandmarks; lnd++ ) in ReorganizeW() local
311 this->m_DMatrix(dim, lnd) = this->m_WMatrix(ci++, 0); in ReorganizeW()
/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_coo.c256 rsb_coo_idx_t ldc,lnd; in rsb_util_compact_marked_coo_array() local
267 rsb_coo_idx_t ldc,lnd; in rsb_util_compact_marked_coo_array() local
276 RSB_DEBUG_ASSERT(lnd>=0); in rsb_util_compact_marked_coo_array()
285 RSB_MEMMOVE(IA+k,IA+ld+ldc,(lnd) * sizeof(rsb_coo_idx_t)); in rsb_util_compact_marked_coo_array()
286 RSB_MEMMOVE(JA+k,JA+ld+ldc,(lnd) * sizeof(rsb_coo_idx_t)); in rsb_util_compact_marked_coo_array()
288 k += (lnd); in rsb_util_compact_marked_coo_array()
289 moved += (lnd); in rsb_util_compact_marked_coo_array()
297 if(lnd) in rsb_util_compact_marked_coo_array()
299 RSB_MEMMOVE(IA+k,IA+ld+ldc,lnd * sizeof(rsb_coo_idx_t)); in rsb_util_compact_marked_coo_array()
300 RSB_MEMMOVE(JA+k,JA+ld+ldc,lnd * sizeof(rsb_coo_idx_t)); in rsb_util_compact_marked_coo_array()
[all …]
/dports/security/ophcrack/ophcrack-3.8.0/src/gui/
H A Dgraphdialog.cpp136 list_nd_t *lnd; in plotCurve() local
173 for (lnd = list->head; lnd != 0; lnd = lnd->next) { in plotCurve()
174 hsh_time = *(int*)(lnd->data); in plotCurve()
/dports/cad/jspice3/jspice3-2.5/examples/
H A Dprocess.mod34 + nd = 0 lnd = 0 wnd = 0
62 + nd = 0 lnd = 0 wnd = 0
90 + nd = 0 lnd = 0 wnd = 0
118 + nd = 0 lnd = 0 wnd = 0
146 + nd = 0 lnd = 0 wnd = 0
174 + nd = 0 lnd = 0 wnd = 0
202 + nd = 0 lnd = 0 wnd = 0
230 + nd = 0 lnd = 0 wnd = 0
258 + nd = 0 lnd = 0 wnd = 0
286 + nd = 0 lnd = 0 wnd = 0
/dports/audio/praat/praat-6.2.03/dwtools/
H A DTableOfReal_and_Discriminant.cpp156 double lnd; in Discriminant_TableOfReal_to_ClassificationTable() local
167 MATlowerCholeskyInverse_inplace (pool -> data.get(), & lnd); in Discriminant_TableOfReal_to_ClassificationTable()
171 ln_determinant [j] = lnd; in Discriminant_TableOfReal_to_ClassificationTable()
198 MATlowerCholeskyInverse_inplace (pool -> data.get(), & lnd); in Discriminant_TableOfReal_to_ClassificationTable()
201 ln_determinant [j] = lnd; in Discriminant_TableOfReal_to_ClassificationTable()
285 double lnd; in Discriminant_TableOfReal_to_ClassificationTable_dw() local
297 MATlowerCholeskyInverse_inplace (pool -> data.get(), & lnd); in Discriminant_TableOfReal_to_ClassificationTable_dw()
299 ln_determinant [j] = lnd; in Discriminant_TableOfReal_to_ClassificationTable_dw()
330 MATlowerCholeskyInverse_inplace (pool -> data.get(), & lnd); in Discriminant_TableOfReal_to_ClassificationTable_dw()
333 ln_determinant [j] = lnd; in Discriminant_TableOfReal_to_ClassificationTable_dw()
H A DSSCP_def.h35 oo_DOUBLE (lnd)
H A DSSCP.cpp799 my lnd = 0.0; in SSCP_expandWithLowerCholeskyInverse() local
802 my lnd += log (my data [1] [j]); // diagonal elmnt is variance in SSCP_expandWithLowerCholeskyInverse()
807 MATlowerCholeskyInverse_inplace (my lowerCholeskyInverse.get(), & my lnd); in SSCP_expandWithLowerCholeskyInverse()
810 my lnd = 0.0; in SSCP_expandWithLowerCholeskyInverse() local
814 my lnd += log (my data [i] [i]); in SSCP_expandWithLowerCholeskyInverse()
816 my lnd *= 2.0; in SSCP_expandWithLowerCholeskyInverse()
823 my lnd = 0.0; in SSCP_unExpandLowerCholesky() local
H A DCovariance.cpp331 const double lnN = - 0.5 * (ln2pid + my lnd + dsq); in Covariance_getProbabilityAtPosition()
472 double lnd; in Covariances_equality() local
474 lnd = NUMdeterminant_fromSymmetricMatrix (pool -> data.get()); in Covariances_equality()
479 double nsi = 0.0, m = ns * lnd; // First part of eq (3) page 297 in Covariances_equality()
484 lnd = NUMdeterminant_fromSymmetricMatrix (ci -> data.get()); in Covariances_equality()
489 m -= (ci -> numberOfObservations - 1) * lnd; // Last part of eq (3) page 297 in Covariances_equality()
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/regress/testsudoers/
H A Dtest15.sh12 MYUID=`\ls -lnd "$TESTDIR/test15.inc" | awk '{print $3}'`
13 MYGID=`\ls -lnd "$TESTDIR/test15.inc" | awk '{print $4}'`
H A Dtest10.sh14 MYUID=`\ls -lnd "$TESTDIR/test 10.inc" | awk '{print $3}'`
15 MYGID=`\ls -lnd "$TESTDIR/test 10.inc" | awk '{print $4}'`
H A Dtest3.sh16 MYUID=`\ls -lnd $TESTDIR/test3.d | awk '{print $3}'`
17 MYGID=`\ls -lnd $TESTDIR/test3.d | awk '{print $4}'`
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/server/
H A Dnfs_fha_new.c135 struct nfsrv_descript lnd, *nd; in fhanew_get_fh() local
141 nd = &lnd; in fhanew_get_fh()
191 struct nfsrv_descript lnd, *nd; in fhanew_get_offset() local
197 nd = &lnd; in fhanew_get_offset()
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dmacro.c107 struct line *lp, *lst = NULL, *lnd = NULL; in define1() local
142 if (lst && lnd) { in define1()
143 lnd->l_next = lp; in define1()
144 lnd = lp; in define1()
146 lst = lnd = lp; in define1()
/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dunitsub.c69 struct lndstr *lnd; in unit_list() local
88 lnd = &ulp->unit.land; in unit_list()
99 pr("%4d", lnd->lnd_item[I_MILIT]); in unit_list()
100 pr("%4d", lnd->lnd_item[I_SHELL]); in unit_list()
101 pr("%4d", lnd->lnd_item[I_GUN]); in unit_list()
102 pr("%3d%3d", lnd_nxlight(lnd), lnd_nland(lnd)); in unit_list()
114 pr("%4d%%", lnd->lnd_retreat); in unit_list()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/raytracing/shapes3D/
H A Dtriangle_3d.cpp212 const float lnd = 1.0f / (D[m_k] + m_nu * D[ku] + m_nv * D[kv]); in Intersect() local
213 const float t = ( m_nd - O[m_k] - m_nu * O[ku] - m_nv * O[kv] ) * lnd; in Intersect()
266 const float lnd = 1.0f / (D[m_k] + m_nu * D[ku] + m_nv * D[kv]); in IntersectP() local
267 const float t = ( m_nd - O[m_k] - m_nu * O[ku] - m_nv * O[kv] ) * lnd; in IntersectP()
/dports/cad/irsim/irsim-9.7.110/lib/calibrate_spice3/
H A Dmosis1_6u.spi32 + nd = 0 lnd = 0 wnd = 0
60 + nd = 0 lnd = 0 wnd = 0
/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A DRand64.cpp103 CF::lognormal_distribution<double> lnd(scale, shape); in getLogNormal() local
104 return lnd(mSeed); in getLogNormal()
/dports/math/R-cran-spData/spData/
H A DMD524 b42478e7222750d8c9028356e85db765 *R/lnd.R
63 ce80db60e17ef4bbafb1d0f70918df7c *data/lnd.rda
146 800f6caf1bca915755aadfc89d38f811 *man/lnd.Rd
/dports/textproc/jade/jade-1.2.1/style/
H A DDssslApp.cxx151 const LocNode *lnd = LocNode::convert(nd); in getDssslSpecFromGrove() local
152 if (lnd) in getDssslSpecFromGrove()
153 lnd->getLocation(loc); in getDssslSpecFromGrove()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DDssslApp.cxx166 const LocNode *lnd = LocNode::convert(nd); in getDssslSpecFromGrove() local
167 if (lnd) in getDssslSpecFromGrove()
168 lnd->getLocation(loc); in getDssslSpecFromGrove()
/dports/net-p2p/c-lightning/lightning-0.10.2/doc/
H A Dlightning-signmessage.7.md25 - **zbase** (string): *signature* and *recid* encoded in a style compatible with **lnd**'s [SignMes…

1234567891011