Home
last modified time | relevance | path

Searched defs:nd (Results 126 – 150 of 7873) sorted by relevance

12345678910>>...315

/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvgraph/
H A Dgrfold.c11 Grnode_t* _grfind(Grnode_t* nd) in _grfind()
28 Grnode_t *nd; in grfold() local
/dports/math/ccmath/ccmath-2.2.1/tseries/
H A Dsdiff.c10 double sdiff(double y,int nd,int k) in sdiff()
17 double sintg(double y,int nd,int k) in sintg()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/
H A DNdStruct.java25 protected final Nd nd; field in NdStruct
34 protected NdStruct(Nd nd, long address) { in NdStruct()
H A DPointer.java24 private final Nd nd; field in Pointer
28 public Pointer(Nd nd, long address, ITypeFactory<T> targetFactory) { in Pointer()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/java/
H A DNdConstantAnnotation.java33 public NdConstantAnnotation(Nd nd, long address) { in NdConstantAnnotation()
37 public NdConstantAnnotation(Nd nd) { in NdConstantAnnotation()
H A DNdConstantArray.java35 public NdConstantArray(Nd nd, long address) { in NdConstantArray()
39 public NdConstantArray(Nd nd) { in NdConstantArray()
H A DNdTypeInterface.java40 public NdTypeInterface(Nd nd, long address) { in NdTypeInterface()
44 public NdTypeInterface(Nd nd, NdType targetType, NdTypeSignature makeTypeId) { in NdTypeInterface()
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/core/src/test/java/org/apache/mxnet/javaapi/
H A DNDArrayTest.java31 NDArray nd = new NDArray(new float[]{1.0f, 2.0f, 3.0f}, in testCreateNDArray() local
67 …NDArray nd = new NDArray(new float[]{1.0f, 2.0f, 3.0f}, new Shape(new int[]{3}), new Context("cpu"… in testComparison() local
88 NDArray nd = new NDArray(arr, new Shape(new int[]{3}), new Context("cpu", 0)); in testGenerated() local
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/core/src/test/java/org/apache/mxnet/javaapi/
H A DNDArrayTest.java31 NDArray nd = new NDArray(new float[]{1.0f, 2.0f, 3.0f}, in testCreateNDArray() local
67 …NDArray nd = new NDArray(new float[]{1.0f, 2.0f, 3.0f}, new Shape(new int[]{3}), new Context("cpu"… in testComparison() local
88 NDArray nd = new NDArray(arr, new Shape(new int[]{3}), new Context("cpu", 0)); in testGenerated() local
/dports/lang/libhx/libHX-3.25/src/
H A Ddeque.c19 HXdeque_add(struct HXdeque_node *af, struct HXdeque_node *nd) in HXdeque_add()
53 struct HXdeque_node *nd; in HXdeque_push() local
82 struct HXdeque_node *nd; in HXdeque_unshift() local
107 EXPORT_SYMBOL void HXdeque_move(struct HXdeque_node *nd, in HXdeque_move()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/client/
H A Dnfs_clcomsubs.c133 nfscl_reqstart(struct nfsrv_descript *nd, int procnum, struct nfsmount *nmp, in nfscl_reqstart()
246 nfsm_uiombuf(struct nfsrv_descript *nd, struct uio *uiop, int siz) in nfsm_uiombuf()
329 nfsm_loadattr(struct nfsrv_descript *nd, struct nfsvattr *nap) in nfsm_loadattr()
447 nfscl_mtofh(struct nfsrv_descript *nd, struct nfsfh **nfhpp, in nfscl_mtofh()
498 nfsm_stateidtom(struct nfsrv_descript *nd, nfsv4stateid_t *stateidp, int flag) in nfsm_stateidtom()
/dports/security/kgpg/kgpg-21.12.3/model/
H A Dkgpgitemmodel.cpp293 KGpgGroupNode *nd; in addGroup() local
322 for (const KGpgNode *nd : keys) { in changeGroup() local
340 for (const KGpgNode *nd : node->getChildren()) { in changeGroup() local
403 KGpgNode *nd = m_root->getChild(odefrow); in setDefaultKey() local
449 KGpgKeyNode *nd = m_root->findKey(*it); in refreshKeys() local
491 KGpgNode *nd = m_root->getChild(i); in refreshGroups() local
518 KGpgItemModel::invalidateIndexes(KGpgNode *nd) in invalidateIndexes()
/dports/math/octave-forge-image/image-2.12.0/inst/
H A Dcheckerboard.m61 nd = 2; variable
86 nd = numel (lengths); variable
/dports/math/octave/octave-6.4.0/scripts/signal/
H A Difftshift.m50 nd = ndims (x); variable
62 nd = ndims (x); variable
H A Dfftshift.m66 nd = ndims (x); variable
79 nd = ndims (x); variable
/dports/math/octave/octave-6.4.0/liboctave/util/
H A Dlo-array-errwarn.cc202 err_invalid_index (const std::string& idx, octave_idx_type nd, in err_invalid_index()
211 err_invalid_index (octave_idx_type n, octave_idx_type nd, in err_invalid_index()
218 err_invalid_index (double n, octave_idx_type nd, octave_idx_type dim, in err_invalid_index()
241 out_of_range (const std::string& value, octave_idx_type nd, in out_of_range()
274 err_index_out_of_range (int nd, int dim, octave_idx_type idx, in err_index_out_of_range()
309 err_index_out_of_range (int nd, int dim, octave_idx_type idx, in err_index_out_of_range()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/nd/
H A DFieldOneToOneTest.java44 public TestStruct(Nd nd) { in TestStruct()
48 public TestStruct(Nd nd, long record) { in TestStruct()
91 public TestStruct2(Nd nd) { in TestStruct2()
95 public TestStruct2(Nd nd, long record) { in TestStruct2()
126 private Nd nd; field in FieldOneToOneTest
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DsatbMarkQueue.cpp183 BufferNode* nd = NULL; in apply_closure_to_completed_buffer() local
219 BufferNode* nd = _completed_buffers_head; in print_all() local
245 BufferNode* nd = _completed_buffers_head; in abandon_partial_marking() local
255 BufferNode* nd = buffers_to_delete; in abandon_partial_marking() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/
H A DXmlIlVisitor.cs278 protected override QilNode Visit(QilNode nd) { in Visit()
323 private void NestedConstruction(QilNode nd) { in NestedConstruction()
338 private void CopySequence(QilNode nd) { in CopySequence()
1062 private void VisitEmpty(QilNode nd) { in VisitEmpty()
4308 private void StartNestedIterator(QilNode nd) { in StartNestedIterator()
4336 private void EndNestedIterator(QilNode nd) { in EndNestedIterator()
4397 private void NestedVisit(QilNode nd) { in NestedVisit()
4418 private void NestedVisitEnsureStack(QilNode nd) { in NestedVisitEnsureStack()
4547 private bool CachesResult(QilNode nd) { in CachesResult()
4583 private Type GetStorageType(QilNode nd) { in GetStorageType()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/IlGen/
H A DXmlIlVisitor.cs290 protected override QilNode Visit(QilNode nd) in Visit()
338 private void NestedConstruction(QilNode nd) in NestedConstruction()
354 private void CopySequence(QilNode nd) in CopySequence()
1137 private void VisitEmpty(QilNode nd) in VisitEmpty()
4650 private void StartNestedIterator(QilNode nd) in StartNestedIterator()
4682 private void EndNestedIterator(QilNode nd) in EndNestedIterator()
4750 private void NestedVisit(QilNode nd) in NestedVisit()
4773 private void NestedVisitEnsureStack(QilNode nd) in NestedVisitEnsureStack()
4912 private bool CachesResult(QilNode nd) in CachesResult()
4950 private Type GetStorageType(QilNode nd) in GetStorageType()
[all …]
/dports/cad/irsim/irsim-9.7.110/base/
H A Dnetupdate.c144 register nptr *t, nd; local
262 nptr nd; local
281 nptr nd; local
303 nptr nd; local
333 nptr nd; local
392 nptr nd; local
448 nptr nd; local
569 nptr nd, new_nd; local
988 nptr nd; local
1009 nptr nd; local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/server/
H A Dnfs_nfsdsubs.c1319 nfsrv_wcc(struct nfsrv_descript *nd, int before_ret, in nfsrv_wcc()
1340 nfsrv_postopattr(struct nfsrv_descript *nd, int after_ret, in nfsrv_postopattr()
1359 nfsrv_fillattr(struct nfsrv_descript *nd, struct nfsvattr *nvap) in nfsrv_fillattr()
1419 nfsrv_mtofh(struct nfsrv_descript *nd, struct nfsrvfh *fhp) in nfsrv_mtofh()
1482 nfsd_errmap(struct nfsrv_descript *nd) in nfsd_errmap()
1516 nfsrv_checkuidgid(struct nfsrv_descript *nd, struct nfsvattr *nvap) in nfsrv_checkuidgid()
1547 nfsrv_fixattr(struct nfsrv_descript *nd, vnode_t vp, in nfsrv_fixattr()
1673 nfsrv_putreferralattr(struct nfsrv_descript *nd, nfsattrbit_t *retbitp, in nfsrv_putreferralattr()
1792 nfsrv_parsename(struct nfsrv_descript *nd, char *bufp, u_long *hashp, in nfsrv_parsename()
2061 nfsd_checkrootexp(struct nfsrv_descript *nd) in nfsd_checkrootexp()
/dports/finance/R-cran-fBasics/fBasics/R/
H A Dutils-colIds.R82 if((nd = length(dim(x))) < 2) functionVar
113 if((nd = length(dim(x))) < 1) functionVar
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/field/
H A DFieldChar.java33 public char get(Nd nd, long address) { in get()
38 public void put(Nd nd, long address, char newValue) { in put()
H A DFieldLong.java33 public long get(Nd nd, long address) { in get()
38 public void put(Nd nd, long address, long newValue) { in put()

12345678910>>...315