Home
last modified time | relevance | path

Searched refs:FUNC_SIGN (Results 1 – 7 of 7) sorted by relevance

/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DFunctionCustom.java182 private static final int FUNC_SIGN = 147; field in FunctionCustom
346 customRegularFuncMap.put(Tokens.SIGN, FUNC_SIGN); in customRegularFuncMap.put() argument
560 case FUNC_SIGN : in FunctionCustom()
1501 case FUNC_SIGN : { in getValue()
2813 case FUNC_SIGN : { in resolveTypes()
3649 case FUNC_SIGN : in getSQL()
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dvisual_shader_nodes.h563 FUNC_SIGN, in VARIANT_ENUM_CAST() enumerator
648 FUNC_SIGN, in VARIANT_ENUM_CAST() enumerator
H A Dvisual_shader_nodes.cpp1572 BIND_ENUM_CONSTANT(FUNC_SIGN); in _bind_methods()
1594 func = FUNC_SIGN; in VisualShaderNodeScalarFunc()
1753 BIND_ENUM_CONSTANT(FUNC_SIGN); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dvisual_shader_nodes.h563 FUNC_SIGN, in VARIANT_ENUM_CAST() enumerator
648 FUNC_SIGN, in VARIANT_ENUM_CAST() enumerator
H A Dvisual_shader_nodes.cpp1572 BIND_ENUM_CONSTANT(FUNC_SIGN); in _bind_methods()
1594 func = FUNC_SIGN; in VisualShaderNodeScalarFunc()
1753 BIND_ENUM_CONSTANT(FUNC_SIGN); in _bind_methods()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dvisual_shader_editor_plugin.cpp2669 …TTR("Extracts the sign of the parameter."), VisualShaderNodeScalarFunc::FUNC_SIGN, VisualShaderNod… in VisualShaderEditor()
2764 …TTR("Extracts the sign of the parameter."), VisualShaderNodeVectorFunc::FUNC_SIGN, VisualShaderNod… in VisualShaderEditor()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dvisual_shader_editor_plugin.cpp2669 …TTR("Extracts the sign of the parameter."), VisualShaderNodeScalarFunc::FUNC_SIGN, VisualShaderNod… in VisualShaderEditor()
2764 …TTR("Extracts the sign of the parameter."), VisualShaderNodeVectorFunc::FUNC_SIGN, VisualShaderNod… in VisualShaderEditor()