Home
last modified time | relevance | path

Searched refs:FUNC_SUM (Results 1 – 21 of 21) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java94 public static final int FUNC_SUM = 19; field in FunctionTable
210 m_functions[FUNC_SUM] = com.sun.org.apache.xpath.internal.functions.FuncSum.class;
282 FunctionTable.FUNC_SUM); in m_functionID.put() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java94 public static final int FUNC_SUM = 19; field in FunctionTable
210 m_functions[FUNC_SUM] = com.sun.org.apache.xpath.internal.functions.FuncSum.class;
282 FunctionTable.FUNC_SUM); in m_functionID.put() argument
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java94 public static final int FUNC_SUM = 19; field in FunctionTable
210 m_functions[FUNC_SUM] = com.sun.org.apache.xpath.internal.functions.FuncSum.class;
282 FunctionTable.FUNC_SUM); in m_functionID.put() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java94 public static final int FUNC_SUM = 19; field in FunctionTable
210 m_functions[FUNC_SUM] = com.sun.org.apache.xpath.internal.functions.FuncSum.class;
282 FunctionTable.FUNC_SUM); in m_functionID.put() argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java94 public static final int FUNC_SUM = 19; field in FunctionTable
210 m_functions[FUNC_SUM] = com.sun.org.apache.xpath.internal.functions.FuncSum.class;
282 FunctionTable.FUNC_SUM); in m_functionID.put() argument
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java94 public static final int FUNC_SUM = 19; field in FunctionTable
210 m_functions[FUNC_SUM] = com.sun.org.apache.xpath.internal.functions.FuncSum.class;
282 FunctionTable.FUNC_SUM); in m_functionID.put() argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java94 public static final int FUNC_SUM = 19; field in FunctionTable
210 m_functions[FUNC_SUM] = com.sun.org.apache.xpath.internal.functions.FuncSum.class;
282 FunctionTable.FUNC_SUM); in m_functionID.put() argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java94 public static final int FUNC_SUM = 19; field in FunctionTable
210 m_functions[FUNC_SUM] = com.sun.org.apache.xpath.internal.functions.FuncSum.class;
282 FunctionTable.FUNC_SUM); in m_functionID.put() argument
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java91 public static final int FUNC_SUM = 19; field in FunctionTable
204 m_functions[FUNC_SUM] = com.sun.org.apache.xpath.internal.functions.FuncSum.class;
274 new Integer(FunctionTable.FUNC_SUM)); in m_functionID.put() argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java91 public static final int FUNC_SUM = 19; field in FunctionTable
204 m_functions[FUNC_SUM] = com.sun.org.apache.xpath.internal.functions.FuncSum.class;
274 new Integer(FunctionTable.FUNC_SUM)); in m_functionID.put() argument
/dports/math/py-sympy/sympy-1.9/sympy/parsing/latex/
H A DLaTeX.g477 FUNC_SUM: '\\sum';
289 | (FUNC_SUM | FUNC_PROD) (subeq supexpr | supexpr subeq) mp
H A D_parse_latex_antlr.py492 elif func.FUNC_SUM():
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/calclib/
H A Dvec.c120 FUNC_SUM, enumerator
209 {"sum", VEC_ALONG, 1, FUNC_SUM },
1870 case FUNC_SUM:
1924 case FUNC_SUM:
2326 case FUNC_SUM:
/dports/math/py-sympy/sympy-1.9/sympy/parsing/latex/_antlr/
H A Dlatexparser.py383 FUNC_SUM=34 variable in LaTeXParser
951 …Parser.L_ANGLE, LaTeXParser.FUNC_LIM, LaTeXParser.FUNC_INT, LaTeXParser.FUNC_SUM, LaTeXParser.FUNC…
1034 …Parser.L_ANGLE, LaTeXParser.FUNC_LIM, LaTeXParser.FUNC_INT, LaTeXParser.FUNC_SUM, LaTeXParser.FUNC…
2680 def FUNC_SUM(self): member in LaTeXParser.FuncContext
2681 return self.getToken(LaTeXParser.FUNC_SUM, 0)
2820 …Parser.L_ANGLE, LaTeXParser.FUNC_LIM, LaTeXParser.FUNC_INT, LaTeXParser.FUNC_SUM, LaTeXParser.FUNC…
2886 elif token in [LaTeXParser.FUNC_SUM, LaTeXParser.FUNC_PROD]:
2890 if not(_la==LaTeXParser.FUNC_SUM or _la==LaTeXParser.FUNC_PROD):
H A Dlatexlexer.py464 FUNC_SUM = 34 variable in LaTeXLexer
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dvisual_shader_nodes.cpp2117 BIND_ENUM_CONSTANT(FUNC_SUM); in _bind_methods()
2123 func = FUNC_SUM; in VisualShaderNodeScalarDerivativeFunc()
2194 BIND_ENUM_CONSTANT(FUNC_SUM); in _bind_methods()
2200 func = FUNC_SUM; in VisualShaderNodeVectorDerivativeFunc()
H A Dvisual_shader_nodes.h890 FUNC_SUM, enumerator
930 FUNC_SUM, in VARIANT_ENUM_CAST() enumerator
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dvisual_shader_nodes.cpp2117 BIND_ENUM_CONSTANT(FUNC_SUM); in _bind_methods()
2123 func = FUNC_SUM; in VisualShaderNodeScalarDerivativeFunc()
2194 BIND_ENUM_CONSTANT(FUNC_SUM); in _bind_methods()
2200 func = FUNC_SUM; in VisualShaderNodeVectorDerivativeFunc()
H A Dvisual_shader_nodes.h890 FUNC_SUM, enumerator
930 FUNC_SUM, in VARIANT_ENUM_CAST() enumerator
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dvisual_shader_editor_plugin.cpp2798 …ute derivative in 'x' and 'y'."), VisualShaderNodeVectorDerivativeFunc::FUNC_SUM, VisualShaderNode… in VisualShaderEditor()
2799 …ute derivative in 'x' and 'y'."), VisualShaderNodeScalarDerivativeFunc::FUNC_SUM, VisualShaderNode… in VisualShaderEditor()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dvisual_shader_editor_plugin.cpp2798 …ute derivative in 'x' and 'y'."), VisualShaderNodeVectorDerivativeFunc::FUNC_SUM, VisualShaderNode… in VisualShaderEditor()
2799 …ute derivative in 'x' and 'y'."), VisualShaderNodeScalarDerivativeFunc::FUNC_SUM, VisualShaderNode… in VisualShaderEditor()