Home
last modified time | relevance | path

Searched refs:FUNC_COS (Results 1 – 16 of 16) sorted by relevance

/dports/math/py-sympy/sympy-1.9/sympy/parsing/latex/
H A DLaTeX.g484 FUNC_COS: '\\cos';
257 | FUNC_COS
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/calclib/
H A Dvec.c96 FUNC_COS, enumerator
183 {"cos", VEC_ACROSS, 1, FUNC_COS },
2000 case FUNC_COS:
2368 case FUNC_COS:
/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/reference/pseudocode-src/
H A Dtypes.h131 FUNC_COS, enumerator
H A Dpseudocode.y357 $$ = expression_new_function(FUNC_COS, $3);
H A Dexpression.c523 case FUNC_COS:
/dports/math/py-sympy/sympy-1.9/sympy/parsing/latex/_antlr/
H A Dlatexparser.py389 FUNC_COS=40 variable in LaTeXParser
951 …Parser.FUNC_LOG, LaTeXParser.FUNC_LN, LaTeXParser.FUNC_SIN, LaTeXParser.FUNC_COS, LaTeXParser.FUNC…
1034 …Parser.FUNC_LOG, LaTeXParser.FUNC_LN, LaTeXParser.FUNC_SIN, LaTeXParser.FUNC_COS, LaTeXParser.FUNC…
2513 def FUNC_COS(self): member in LaTeXParser.Func_normalContext
2514 return self.getToken(LaTeXParser.FUNC_COS, 0)
2579 … LaTeXParser.FUNC_LN) | (1 << LaTeXParser.FUNC_SIN) | (1 << LaTeXParser.FUNC_COS) | (1 << LaTeXPar…
2712 …Parser.FUNC_LOG, LaTeXParser.FUNC_LN, LaTeXParser.FUNC_SIN, LaTeXParser.FUNC_COS, LaTeXParser.FUNC…
2820 …Parser.FUNC_LOG, LaTeXParser.FUNC_LN, LaTeXParser.FUNC_SIN, LaTeXParser.FUNC_COS, LaTeXParser.FUNC…
H A Dlatexlexer.py470 FUNC_COS = 40 variable in LaTeXLexer
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DFunctionCustom.java120 private static final int FUNC_COS = 85; field in FunctionCustom
266 customRegularFuncMap.put(Tokens.COS, FUNC_COS); in customRegularFuncMap.put() argument
548 case FUNC_COS : in FunctionCustom()
1435 case FUNC_COS : { in getValue()
2793 case FUNC_COS : in resolveTypes()
3640 case FUNC_COS : in getSQL()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxexpr.cpp581 FUNC_COS, enumerator
632 { "cos", 1, FUNC_COS, SPH_ATTR_FLOAT },
1388 …case FUNC_COS: pRoot->m_iToken = TOK_CONST_FLOAT; pRoot->m_iLeft = -1; pRoot->m_fConst = float(co… in Optimize()
1716 case FUNC_COS: return new Expr_Cos_c ( dArgs[0] ); in CreateTree()
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dvisual_shader_nodes.h551 FUNC_COS, in VARIANT_ENUM_CAST() enumerator
635 FUNC_COS, in VARIANT_ENUM_CAST() enumerator
H A Dvisual_shader_nodes.cpp1560 BIND_ENUM_CONSTANT(FUNC_COS); in _bind_methods()
1740 BIND_ENUM_CONSTANT(FUNC_COS); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dvisual_shader_nodes.h551 FUNC_COS, in VARIANT_ENUM_CAST() enumerator
635 FUNC_COS, in VARIANT_ENUM_CAST() enumerator
H A Dvisual_shader_nodes.cpp1560 BIND_ENUM_CONSTANT(FUNC_COS); in _bind_methods()
1740 BIND_ENUM_CONSTANT(FUNC_COS); in _bind_methods()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxexpr.cpp1697 FUNC_COS, enumerator
1780 { "cos", 1, FUNC_COS, SPH_ATTR_FLOAT },
2801 …case FUNC_COS: pRoot->m_iToken = TOK_CONST_FLOAT; pRoot->m_iLeft = -1; pRoot->m_fConst = float ( … in ConstantFoldPass()
3977 case FUNC_COS: return new Expr_Cos_c ( dArgs[0] ); in CreateTree()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dvisual_shader_editor_plugin.cpp2648 …TR("Returns the cosine of the parameter."), VisualShaderNodeScalarFunc::FUNC_COS, VisualShaderNode… in VisualShaderEditor()
2734 …TR("Returns the cosine of the parameter."), VisualShaderNodeVectorFunc::FUNC_COS, VisualShaderNode… in VisualShaderEditor()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dvisual_shader_editor_plugin.cpp2648 …TR("Returns the cosine of the parameter."), VisualShaderNodeScalarFunc::FUNC_COS, VisualShaderNode… in VisualShaderEditor()
2734 …TR("Returns the cosine of the parameter."), VisualShaderNodeVectorFunc::FUNC_COS, VisualShaderNode… in VisualShaderEditor()