Home
last modified time | relevance | path

Searched +defs:n +defs:nl (Results 1 – 25 of 4701) sorted by relevance

12345678910>>...189

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DNodeList.C29 List* nl; in ~NodeList() local
31 delete nl; in ~NodeList() local
41 List* nl; in clear() local
43 delete nl; in clear() local
56 Node* n = (Node*)element; in insertElement() local
66 List* NodeList::getSubList(Node* n) in getSubList()
71 List* nl = new List; in getSubList() local
84 Node* n = (Node*)old_element; in replaceElement() local
86 List* nl = getSubList(n); in replaceElement() local
108 Node* n = (Node*)old_element; in deleteElement() local
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/plugins/nlsolve/
H A Dgnm-nlsolve.c49 int n; member
143 get_value (GnmNlsolve *nl) in get_value()
150 free_matrix (gnm_float **m, int n) in free_matrix()
159 set_solution (GnmNlsolve *nl) in set_solution()
167 GnmNlsolve *nl) in gnm_nlsolve_prepare()
199 const int n = nl->n; in newton_improve() local
273 const int n = nl->n; in nlsolve_init() local
292 const int n = nl->n; in rosenbrock_tentative_end() local
312 const int n = nl->n; in rosenbrock_iter() local
499 const int n = nl->n; in gnm_nlsolve_iterate() local
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dnestlevel.c25 #define NL_NTH(nls,n) (NestingLevel *)(((char *)((nls)->levels)) + ((n) * NL_SIZE (nls))) argument
48 NestingLevel *nl; in nestingLevelsFree() local
63 NestingLevel *nl = NULL; in nestingLevelsPush() local
83 NestingLevel *nl; in nestingLevelsTruncate() local
94 NestingLevel *nl = nestingLevelsGetCurrent(nls); in nestingLevelsPop() local
103 extern NestingLevel *nestingLevelsGetNthFromRoot (const NestingLevels *nls, int n) in nestingLevelsGetNthFromRoot()
112 extern NestingLevel *nestingLevelsGetNthParent (const NestingLevels *nls, int n) in nestingLevelsGetNthParent()
118 extern void *nestingLevelGetUserData (const NestingLevel *nl) in nestingLevelGetUserData()
/dports/devel/geany/geany-1.38/ctags/main/
H A Dnestlevel.c25 #define NL_NTH(nls,n) (NestingLevel *)(((char *)((nls)->levels)) + ((n) * NL_SIZE (nls))) argument
48 NestingLevel *nl; in nestingLevelsFree() local
63 NestingLevel *nl = NULL; in nestingLevelsPush() local
83 NestingLevel *nl; in nestingLevelsTruncate() local
94 NestingLevel *nl = nestingLevelsGetCurrent(nls); in nestingLevelsPop() local
103 extern NestingLevel *nestingLevelsGetNthFromRoot (const NestingLevels *nls, int n) in nestingLevelsGetNthFromRoot()
112 extern NestingLevel *nestingLevelsGetNthParent (const NestingLevels *nls, int n) in nestingLevelsGetNthParent()
118 extern void *nestingLevelGetUserData (const NestingLevel *nl) in nestingLevelGetUserData()
/dports/devel/geany-legacy/geany-1.37.1/ctags/main/
H A Dnestlevel.c23 #define NL_NTH(nls,n) (NestingLevel *)(((char *)((nls)->levels)) + ((n) * NL_SIZE (nls))) argument
39 NestingLevel *nl; in nestingLevelsFree() local
52 NestingLevel *nl = NULL; in nestingLevelsPush() local
69 NestingLevel *nl; in nestingLevelsTruncate() local
80 NestingLevel *nl = nestingLevelsGetCurrent(nls); in nestingLevelsPop() local
97 extern NestingLevel *nestingLevelsGetNth(const NestingLevels *nls, int n) in nestingLevelsGetNth()
106 extern void *nestingLevelGetUserData (const NestingLevel *nl) in nestingLevelGetUserData()
/dports/databases/grass7/grass-7.8.6/raster/r.report/
H A Dsums.c9 double area_sum(int *ns, int nl) in area_sum()
12 int k, n; in area_sum() local
30 long count_sum(int *ns, int nl) in count_sum()
33 int k, n; in count_sum() local
51 int same_cats(int a, int b, int nl) in same_cats()
/dports/graphics/delaboratory/delaboratory-0.8/layers/
H A Dtone_layer.cc36 int n = getColorSpaceSize(colorSpace); in deToneLayer() local
48 std::string nl = "half " + getChannelName(colorSpace, i); in deToneLayer() local
55 std::string nl = "light " + getChannelName(colorSpace, i); in deToneLayer() local
69 int n = size.getN(); in updateMainImageNotThreadedWay() local
88 std::string nl = "light " + getChannelName(colorSpace, channel); in updateMainImageNotThreadedWay() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java100 public static double max(ExpressionContext myContext, NodeList nl, String expr) in max()
181 public static double min(ExpressionContext myContext, NodeList nl, String expr) in min()
262 public static double sum(ExpressionContext myContext, NodeList nl, String expr) in sum()
364 public static NodeList map(ExpressionContext myContext, NodeList nl, String expr) in map()
404 Node n = nodelist.item(k); in map() local
528 public static NodeList closure(ExpressionContext myContext, NodeList nl, String expr) in closure()
572 Node n = nodelist.item(k); in closure() local
601 Node n = iterationList.item(i); in closure() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java100 public static double max(ExpressionContext myContext, NodeList nl, String expr) in max()
181 public static double min(ExpressionContext myContext, NodeList nl, String expr) in min()
262 public static double sum(ExpressionContext myContext, NodeList nl, String expr) in sum()
364 public static NodeList map(ExpressionContext myContext, NodeList nl, String expr) in map()
404 Node n = nodelist.item(k); in map() local
528 public static NodeList closure(ExpressionContext myContext, NodeList nl, String expr) in closure()
572 Node n = nodelist.item(k); in closure() local
601 Node n = iterationList.item(i); in closure() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java100 public static double max(ExpressionContext myContext, NodeList nl, String expr) in max()
181 public static double min(ExpressionContext myContext, NodeList nl, String expr) in min()
262 public static double sum(ExpressionContext myContext, NodeList nl, String expr) in sum()
364 public static NodeList map(ExpressionContext myContext, NodeList nl, String expr) in map()
404 Node n = nodelist.item(k); in map() local
528 public static NodeList closure(ExpressionContext myContext, NodeList nl, String expr) in closure()
572 Node n = nodelist.item(k); in closure() local
601 Node n = iterationList.item(i); in closure() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java100 public static double max(ExpressionContext myContext, NodeList nl, String expr) in max()
181 public static double min(ExpressionContext myContext, NodeList nl, String expr) in min()
262 public static double sum(ExpressionContext myContext, NodeList nl, String expr) in sum()
364 public static NodeList map(ExpressionContext myContext, NodeList nl, String expr) in map()
404 Node n = nodelist.item(k); in map() local
528 public static NodeList closure(ExpressionContext myContext, NodeList nl, String expr) in closure()
572 Node n = nodelist.item(k); in closure() local
601 Node n = iterationList.item(i); in closure() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java100 public static double max(ExpressionContext myContext, NodeList nl, String expr) in max()
181 public static double min(ExpressionContext myContext, NodeList nl, String expr) in min()
262 public static double sum(ExpressionContext myContext, NodeList nl, String expr) in sum()
364 public static NodeList map(ExpressionContext myContext, NodeList nl, String expr) in map()
404 Node n = nodelist.item(k); in map() local
528 public static NodeList closure(ExpressionContext myContext, NodeList nl, String expr) in closure()
572 Node n = nodelist.item(k); in closure() local
601 Node n = iterationList.item(i); in closure() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java100 public static double max(ExpressionContext myContext, NodeList nl, String expr) in max()
181 public static double min(ExpressionContext myContext, NodeList nl, String expr) in min()
262 public static double sum(ExpressionContext myContext, NodeList nl, String expr) in sum()
364 public static NodeList map(ExpressionContext myContext, NodeList nl, String expr) in map()
404 Node n = nodelist.item(k); in map() local
528 public static NodeList closure(ExpressionContext myContext, NodeList nl, String expr) in closure()
572 Node n = nodelist.item(k); in closure() local
601 Node n = iterationList.item(i); in closure() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java100 public static double max(ExpressionContext myContext, NodeList nl, String expr) in max()
181 public static double min(ExpressionContext myContext, NodeList nl, String expr) in min()
262 public static double sum(ExpressionContext myContext, NodeList nl, String expr) in sum()
364 public static NodeList map(ExpressionContext myContext, NodeList nl, String expr) in map()
404 Node n = nodelist.item(k); in map() local
528 public static NodeList closure(ExpressionContext myContext, NodeList nl, String expr) in closure()
572 Node n = nodelist.item(k); in closure() local
601 Node n = iterationList.item(i); in closure() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java100 public static double max(ExpressionContext myContext, NodeList nl, String expr) in max()
181 public static double min(ExpressionContext myContext, NodeList nl, String expr) in min()
262 public static double sum(ExpressionContext myContext, NodeList nl, String expr) in sum()
364 public static NodeList map(ExpressionContext myContext, NodeList nl, String expr) in map()
404 Node n = nodelist.item(k); in map() local
528 public static NodeList closure(ExpressionContext myContext, NodeList nl, String expr) in closure()
572 Node n = nodelist.item(k); in closure() local
601 Node n = iterationList.item(i); in closure() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java101 public static double max(ExpressionContext myContext, NodeList nl, String expr) in max()
182 public static double min(ExpressionContext myContext, NodeList nl, String expr) in min()
263 public static double sum(ExpressionContext myContext, NodeList nl, String expr) in sum()
365 public static NodeList map(ExpressionContext myContext, NodeList nl, String expr) in map()
405 Node n = nodelist.item(k); in map() local
529 public static NodeList closure(ExpressionContext myContext, NodeList nl, String expr) in closure()
573 Node n = nodelist.item(k); in closure() local
602 Node n = iterationList.item(i); in closure() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java101 public static double max(ExpressionContext myContext, NodeList nl, String expr) in max()
182 public static double min(ExpressionContext myContext, NodeList nl, String expr) in min()
263 public static double sum(ExpressionContext myContext, NodeList nl, String expr) in sum()
365 public static NodeList map(ExpressionContext myContext, NodeList nl, String expr) in map()
405 Node n = nodelist.item(k); in map() local
529 public static NodeList closure(ExpressionContext myContext, NodeList nl, String expr) in closure()
573 Node n = nodelist.item(k); in closure() local
602 Node n = iterationList.item(i); in closure() local
/dports/cad/xcircuit/xcircuit-3.10.30/spiceparser/
H A Dnetlist.c49 void netlist_eqn_begin(netlist_t *nl) in netlist_eqn_begin()
55 void netlist_eqn_end(netlist_t *nl) in netlist_eqn_end()
238 netlist_t *nl=nm->nl; in netlist_distribute() local
300 netlist_t *nl=nm->nl; in netlist_fixup() local
370 int netlist_newdev_fromnode(netlist_t *nl, int devt, dev_input_t parent , termptr_t n[]) in netlist_newdev_fromnode()
390 void netlist_init(netlist_t *nl) in netlist_init()
539 void netlist_release(netlist_t *nl) in netlist_release()
571 void netlist_free(netlist_t *nl) in netlist_free()
596 int netlist_print_nodep(netlist_t *n, netprint_t grp, void * file_fp, void *gn, char *str) in netlist_print_nodep()
641 void netlist_eval(netlist_t *n) in netlist_eval()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
114 int n; in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
158 int n; in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
201 int n; in execute() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
114 int n; in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
158 int n; in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
201 int n; in execute() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
114 int n; in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
158 int n; in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
201 int n; in execute() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
114 int n; in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
158 int n; in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
201 int n; in execute() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
114 int n; in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
158 int n; in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
201 int n; in execute() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
114 int n; in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
158 int n; in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
201 int n; in execute() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
114 int n; in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
158 int n; in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
201 int n; in execute() local

12345678910>>...189