Home
last modified time | relevance | path

Searched refs:FUNC_SIN (Results 1 – 24 of 24) sorted by relevance

/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/test/
H A Dconstants.h13 #define FUNC_SIN 0 macro
H A Dwave_test.c64 self->wave_func[FUNC_SIN] = self->sin_func; in init_waves()
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/casynth/
H A Dconstants.h13 #define FUNC_SIN 0 macro
H A Dnote.c25 self->base_wave = FUNC_SIN; in init_note()
26 self->base_func = waves->wave_func[FUNC_SIN]; in init_note()
H A Dwaves.c63 self->wave_func[FUNC_SIN] = self->sin_func; in init_waves()
/dports/games/cake/cake_src/cake/
H A Dshaderflags.h14 FUNC_SIN, enumerator
H A Drender.cpp1421 args[0] = FUNC_SIN; in SetVertexCoords()
1467 args[0] = FUNC_SIN; // sin in SetVertexCoords()
2420 case FUNC_SIN: in Eval()
H A Dshader.cpp1494 if (!stricmp(Parser::token, "sin")) return FUNC_SIN; in ParseFunc()
/dports/math/py-sympy/sympy-1.9/sympy/parsing/latex/
H A DLaTeX.g483 FUNC_SIN: '\\sin';
256 | FUNC_SIN
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/calclib/
H A Dvec.c110 FUNC_SIN, enumerator
205 {"sin", VEC_ACROSS, 1, FUNC_SIN },
2072 case FUNC_SIN:
2405 case FUNC_SIN:
/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/reference/pseudocode-src/
H A Dtypes.h130 FUNC_SIN, enumerator
H A Dpseudocode.y354 $$ = expression_new_function(FUNC_SIN, $3);
H A Dexpression.c520 case FUNC_SIN:
/dports/math/py-sympy/sympy-1.9/sympy/parsing/latex/_antlr/
H A Dlatexparser.py388 FUNC_SIN=39 variable in LaTeXParser
951 …Parser.FUNC_EXP, LaTeXParser.FUNC_LOG, LaTeXParser.FUNC_LN, LaTeXParser.FUNC_SIN, LaTeXParser.FUNC…
1034 …Parser.FUNC_EXP, LaTeXParser.FUNC_LOG, LaTeXParser.FUNC_LN, LaTeXParser.FUNC_SIN, LaTeXParser.FUNC…
2510 def FUNC_SIN(self): member in LaTeXParser.Func_normalContext
2511 return self.getToken(LaTeXParser.FUNC_SIN, 0)
2579 … LaTeXParser.FUNC_LOG) | (1 << LaTeXParser.FUNC_LN) | (1 << LaTeXParser.FUNC_SIN) | (1 << LaTeXPar…
2712 …Parser.FUNC_EXP, LaTeXParser.FUNC_LOG, LaTeXParser.FUNC_LN, LaTeXParser.FUNC_SIN, LaTeXParser.FUNC…
2820 …Parser.FUNC_EXP, LaTeXParser.FUNC_LOG, LaTeXParser.FUNC_LN, LaTeXParser.FUNC_SIN, LaTeXParser.FUNC…
H A Dlatexlexer.py469 FUNC_SIN = 39 variable in LaTeXLexer
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DFunctionCustom.java183 private static final int FUNC_SIN = 148; field in FunctionCustom
347 customRegularFuncMap.put(Tokens.SIN, FUNC_SIN); in customRegularFuncMap.put() argument
561 case FUNC_SIN : in FunctionCustom()
1463 case FUNC_SIN : { in getValue()
2796 case FUNC_SIN : in resolveTypes()
3644 case FUNC_SIN : in getSQL()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxexpr.cpp580 FUNC_SIN, enumerator
631 { "sin", 1, FUNC_SIN, SPH_ATTR_FLOAT },
1387 …case FUNC_SIN: pRoot->m_iToken = TOK_CONST_FLOAT; pRoot->m_iLeft = -1; pRoot->m_fConst = float(si… in Optimize()
1715 case FUNC_SIN: return new Expr_Sin_c ( dArgs[0] ); in CreateTree()
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dvisual_shader_nodes.h550 FUNC_SIN, in VARIANT_ENUM_CAST() enumerator
649 FUNC_SIN, in VARIANT_ENUM_CAST() enumerator
H A Dvisual_shader_nodes.cpp1559 BIND_ENUM_CONSTANT(FUNC_SIN); in _bind_methods()
1754 BIND_ENUM_CONSTANT(FUNC_SIN); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dvisual_shader_nodes.h550 FUNC_SIN, in VARIANT_ENUM_CAST() enumerator
649 FUNC_SIN, in VARIANT_ENUM_CAST() enumerator
H A Dvisual_shader_nodes.cpp1559 BIND_ENUM_CONSTANT(FUNC_SIN); in _bind_methods()
1754 BIND_ENUM_CONSTANT(FUNC_SIN); in _bind_methods()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxexpr.cpp1696 FUNC_SIN, enumerator
1779 { "sin", 1, FUNC_SIN, SPH_ATTR_FLOAT },
2800 …case FUNC_SIN: pRoot->m_iToken = TOK_CONST_FLOAT; pRoot->m_iLeft = -1; pRoot->m_fConst = float ( … in ConstantFoldPass()
3976 case FUNC_SIN: return new Expr_Sin_c ( dArgs[0] ); in CreateTree()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dvisual_shader_editor_plugin.cpp2670 … TTR("Returns the sine of the parameter."), VisualShaderNodeScalarFunc::FUNC_SIN, VisualShaderNode… in VisualShaderEditor()
2765 … TTR("Returns the sine of the parameter."), VisualShaderNodeVectorFunc::FUNC_SIN, VisualShaderNode… in VisualShaderEditor()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dvisual_shader_editor_plugin.cpp2670 … TTR("Returns the sine of the parameter."), VisualShaderNodeScalarFunc::FUNC_SIN, VisualShaderNode… in VisualShaderEditor()
2765 … TTR("Returns the sine of the parameter."), VisualShaderNodeVectorFunc::FUNC_SIN, VisualShaderNode… in VisualShaderEditor()