Home
last modified time | relevance | path

Searched defs:_value (Results 1 – 25 of 4665) sorted by relevance

12345678910>>...187

/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/
H A Dmath_ops.h6 #define sign_8_to_s16(_value) ((int16)(int8)(_value)) argument
7 #define sign_9_to_s16(_value) (((int16)((unsigned int)(_value) << 7)) >> 7) argument
8 #define sign_10_to_s16(_value) (((int16)((uint32)(_value) << 6)) >> 6) argument
9 #define sign_11_to_s16(_value) (((int16)((uint32)(_value) << 5)) >> 5) argument
10 #define sign_12_to_s16(_value) (((int16)((uint32)(_value) << 4)) >> 4) argument
11 #define sign_13_to_s16(_value) (((int16)((uint32)(_value) << 3)) >> 3) argument
12 #define sign_14_to_s16(_value) (((int16)((uint32)(_value) << 2)) >> 2) argument
13 #define sign_15_to_s16(_value) (((int16)((uint32)(_value) << 1)) >> 1) argument
18 #define sign_x_to_s32(_bits, _value) (((int32)((uint32)(_value) << (32 - _bits))) >> (32 - _bits)) argument
/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/mednafen/
H A Dmath_ops.h6 #define sign_8_to_s16(_value) ((int16)(int8)(_value)) argument
7 #define sign_9_to_s16(_value) (((int16)((unsigned int)(_value) << 7)) >> 7) argument
8 #define sign_10_to_s16(_value) (((int16)((uint32)(_value) << 6)) >> 6) argument
9 #define sign_11_to_s16(_value) (((int16)((uint32)(_value) << 5)) >> 5) argument
10 #define sign_12_to_s16(_value) (((int16)((uint32)(_value) << 4)) >> 4) argument
11 #define sign_13_to_s16(_value) (((int16)((uint32)(_value) << 3)) >> 3) argument
12 #define sign_14_to_s16(_value) (((int16)((uint32)(_value) << 2)) >> 2) argument
13 #define sign_15_to_s16(_value) (((int16)((uint32)(_value) << 1)) >> 1) argument
18 #define sign_x_to_s32(_bits, _value) (((int32)((uint32)(_value) << (32 - _bits))) >> (32 - _bits)) argument
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/
H A Dmath_ops.h25 #define sign_8_to_s16(_value) ((int16)(int8)(_value)) argument
26 #define sign_9_to_s16(_value) (((int16)((unsigned int)(_value) << 7)) >> 7) argument
27 #define sign_10_to_s16(_value) (((int16)((uint32)(_value) << 6)) >> 6) argument
28 #define sign_11_to_s16(_value) (((int16)((uint32)(_value) << 5)) >> 5) argument
29 #define sign_12_to_s16(_value) (((int16)((uint32)(_value) << 4)) >> 4) argument
30 #define sign_13_to_s16(_value) (((int16)((uint32)(_value) << 3)) >> 3) argument
31 #define sign_14_to_s16(_value) (((int16)((uint32)(_value) << 2)) >> 2) argument
32 #define sign_15_to_s16(_value) (((int16)((uint32)(_value) << 1)) >> 1) argument
37 #define sign_x_to_s32(_bits, _value) (((int32)((uint32)(_value) << (32 - _bits))) >> (32 - _bits)) argument
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/
H A Dmath_ops.h83 #define sign_8_to_s16(_value) ((int16)(int8)(_value)) argument
84 #define sign_9_to_s16(_value) (((int16)((unsigned int)(_value) << 7)) >> 7) argument
85 #define sign_10_to_s16(_value) (((int16)((uint32)(_value) << 6)) >> 6) argument
86 #define sign_11_to_s16(_value) (((int16)((uint32)(_value) << 5)) >> 5) argument
87 #define sign_12_to_s16(_value) (((int16)((uint32)(_value) << 4)) >> 4) argument
88 #define sign_13_to_s16(_value) (((int16)((uint32)(_value) << 3)) >> 3) argument
89 #define sign_14_to_s16(_value) (((int16)((uint32)(_value) << 2)) >> 2) argument
90 #define sign_15_to_s16(_value) (((int16)((uint32)(_value) << 1)) >> 1) argument
95 #define sign_x_to_s32(_bits, _value) (((int32)((uint32)(_value) << (32 - (_bits)))) >> (32 - (_bits… argument
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/
H A Dmath_ops.h83 #define sign_8_to_s16(_value) ((int16)(int8)(_value)) argument
84 #define sign_9_to_s16(_value) (((int16)((unsigned int)(_value) << 7)) >> 7) argument
85 #define sign_10_to_s16(_value) (((int16)((uint32)(_value) << 6)) >> 6) argument
86 #define sign_11_to_s16(_value) (((int16)((uint32)(_value) << 5)) >> 5) argument
87 #define sign_12_to_s16(_value) (((int16)((uint32)(_value) << 4)) >> 4) argument
88 #define sign_13_to_s16(_value) (((int16)((uint32)(_value) << 3)) >> 3) argument
89 #define sign_14_to_s16(_value) (((int16)((uint32)(_value) << 2)) >> 2) argument
90 #define sign_15_to_s16(_value) (((int16)((uint32)(_value) << 1)) >> 1) argument
95 #define sign_x_to_s32(_bits, _value) (((int32)((uint32)(_value) << (32 - (_bits)))) >> (32 - (_bits… argument
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/
H A Dmath_ops.h43 #define sign_8_to_s16(_value) ((int16)(int8)(_value)) argument
44 #define sign_9_to_s16(_value) (((int16)((unsigned int)(_value) << 7)) >> 7) argument
45 #define sign_10_to_s16(_value) (((int16)((uint32)(_value) << 6)) >> 6) argument
46 #define sign_11_to_s16(_value) (((int16)((uint32)(_value) << 5)) >> 5) argument
47 #define sign_12_to_s16(_value) (((int16)((uint32)(_value) << 4)) >> 4) argument
48 #define sign_13_to_s16(_value) (((int16)((uint32)(_value) << 3)) >> 3) argument
49 #define sign_14_to_s16(_value) (((int16)((uint32)(_value) << 2)) >> 2) argument
50 #define sign_15_to_s16(_value) (((int16)((uint32)(_value) << 1)) >> 1) argument
55 #define sign_x_to_s32(_bits, _value) (((int32)((uint32)(_value) << (32 - _bits))) >> (32 - _bits)) argument
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/mednafen/
H A Dmath_ops.h43 #define sign_8_to_s16(_value) ((int16)(int8)(_value)) argument
44 #define sign_9_to_s16(_value) (((int16)((unsigned int)(_value) << 7)) >> 7) argument
45 #define sign_10_to_s16(_value) (((int16)((uint32)(_value) << 6)) >> 6) argument
46 #define sign_11_to_s16(_value) (((int16)((uint32)(_value) << 5)) >> 5) argument
47 #define sign_12_to_s16(_value) (((int16)((uint32)(_value) << 4)) >> 4) argument
48 #define sign_13_to_s16(_value) (((int16)((uint32)(_value) << 3)) >> 3) argument
49 #define sign_14_to_s16(_value) (((int16)((uint32)(_value) << 2)) >> 2) argument
50 #define sign_15_to_s16(_value) (((int16)((uint32)(_value) << 1)) >> 1) argument
55 #define sign_x_to_s32(_bits, _value) (((int32)((uint32)(_value) << (32 - _bits))) >> (32 - _bits)) argument
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/Generate/
H A DMyGUI_Managed_TextBox.h44 Convert<const std::string &>::Type _value ) in SetCaptionWithReplacing()
58 void set(Convert<bool>::Type _value) in set()
73 void set(Convert<const MyGUI::Colour &>::Type _value) in set()
88 void set(Convert<const MyGUI::Colour &>::Type _value) in set()
103 void set(Convert<MyGUI::Align>::Type _value) in set()
118 void set(Convert<int>::Type _value) in set()
133 void set(Convert<const std::string &>::Type _value) in set()
148 void set(Convert<const MyGUI::UString &>::Type _value) in set()
H A DMyGUI_Managed_EditBox.h239 void set(Convert<size_t>::Type _value) in set()
264 void set(Convert<bool>::Type _value) in set()
304 void set(Convert<bool>::Type _value) in set()
319 void set(Convert<bool>::Type _value) in set()
334 void set(Convert<bool>::Type _value) in set()
349 void set(Convert<bool>::Type _value) in set()
379 void set(Convert<bool>::Type _value) in set()
394 void set(Convert<bool>::Type _value) in set()
409 void set(Convert<bool>::Type _value) in set()
424 void set(Convert<bool>::Type _value) in set()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/Generate/
H A DMyGUI_Managed_TextBox.h44 Convert<const std::string &>::Type _value ) in SetCaptionWithReplacing()
58 void set(Convert<bool>::Type _value) in set()
73 void set(Convert<const MyGUI::Colour &>::Type _value) in set()
88 void set(Convert<const MyGUI::Colour &>::Type _value) in set()
103 void set(Convert<MyGUI::Align>::Type _value) in set()
118 void set(Convert<int>::Type _value) in set()
133 void set(Convert<const std::string &>::Type _value) in set()
148 void set(Convert<const MyGUI::UString &>::Type _value) in set()
H A DMyGUI_Managed_EditBox.h239 void set(Convert<size_t>::Type _value) in set()
264 void set(Convert<bool>::Type _value) in set()
304 void set(Convert<bool>::Type _value) in set()
319 void set(Convert<bool>::Type _value) in set()
334 void set(Convert<bool>::Type _value) in set()
349 void set(Convert<bool>::Type _value) in set()
379 void set(Convert<bool>::Type _value) in set()
394 void set(Convert<bool>::Type _value) in set()
409 void set(Convert<bool>::Type _value) in set()
424 void set(Convert<bool>::Type _value) in set()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/Generate/
H A DMyGUI_Managed_TextBox.h44 Convert<const std::string &>::Type _value ) in SetCaptionWithReplacing()
58 void set(Convert<bool>::Type _value) in set()
73 void set(Convert<const MyGUI::Colour &>::Type _value) in set()
88 void set(Convert<const MyGUI::Colour &>::Type _value) in set()
103 void set(Convert<MyGUI::Align>::Type _value) in set()
118 void set(Convert<int>::Type _value) in set()
133 void set(Convert<const std::string &>::Type _value) in set()
148 void set(Convert<const MyGUI::UString &>::Type _value) in set()
H A DMyGUI_Managed_EditBox.h239 void set(Convert<size_t>::Type _value) in set()
264 void set(Convert<bool>::Type _value) in set()
304 void set(Convert<bool>::Type _value) in set()
319 void set(Convert<bool>::Type _value) in set()
334 void set(Convert<bool>::Type _value) in set()
349 void set(Convert<bool>::Type _value) in set()
379 void set(Convert<bool>::Type _value) in set()
394 void set(Convert<bool>::Type _value) in set()
409 void set(Convert<bool>::Type _value) in set()
424 void set(Convert<bool>::Type _value) in set()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/Generate/
H A DMyGUI_Managed_TextBox.h44 Convert<const std::string &>::Type _value ) in SetCaptionWithReplacing()
58 void set(Convert<bool>::Type _value) in set()
73 void set(Convert<const MyGUI::Colour &>::Type _value) in set()
88 void set(Convert<const MyGUI::Colour &>::Type _value) in set()
103 void set(Convert<MyGUI::Align>::Type _value) in set()
118 void set(Convert<int>::Type _value) in set()
133 void set(Convert<const std::string &>::Type _value) in set()
148 void set(Convert<const MyGUI::UString &>::Type _value) in set()
H A DMyGUI_Managed_EditBox.h239 void set(Convert<size_t>::Type _value) in set()
264 void set(Convert<bool>::Type _value) in set()
304 void set(Convert<bool>::Type _value) in set()
319 void set(Convert<bool>::Type _value) in set()
334 void set(Convert<bool>::Type _value) in set()
349 void set(Convert<bool>::Type _value) in set()
379 void set(Convert<bool>::Type _value) in set()
394 void set(Convert<bool>::Type _value) in set()
409 void set(Convert<bool>::Type _value) in set()
424 void set(Convert<bool>::Type _value) in set()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Wrappers/DoxygenWrapper/DoxygenWrapper/Wrappers/
H A DConsoleUtility.cs10 public static void WriteLine(string _value) in WriteLine()
15 public static void WriteLine(object _value) in WriteLine()
20 public static void WriteLine(string _value, params object[] _params) in WriteLine()
25 public static void WriteErrorLine(string _value) in WriteErrorLine()
33 public static void WriteErrorLine(object _value) in WriteErrorLine()
41 public static void WriteErrorLine(string _value, params object[] _params) in WriteErrorLine()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Wrappers/DoxygenWrapper/DoxygenWrapper/Wrappers/
H A DConsoleUtility.cs10 public static void WriteLine(string _value) in WriteLine()
15 public static void WriteLine(object _value) in WriteLine()
20 public static void WriteLine(string _value, params object[] _params) in WriteLine()
25 public static void WriteErrorLine(string _value) in WriteErrorLine()
33 public static void WriteErrorLine(object _value) in WriteErrorLine()
41 public static void WriteErrorLine(string _value, params object[] _params) in WriteErrorLine()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Wrappers/DoxygenWrapper/DoxygenWrapper/Wrappers/
H A DConsoleUtility.cs10 public static void WriteLine(string _value) in WriteLine()
15 public static void WriteLine(object _value) in WriteLine()
20 public static void WriteLine(string _value, params object[] _params) in WriteLine()
25 public static void WriteErrorLine(string _value) in WriteErrorLine()
33 public static void WriteErrorLine(object _value) in WriteErrorLine()
41 public static void WriteErrorLine(string _value, params object[] _params) in WriteErrorLine()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Wrappers/DoxygenWrapper/DoxygenWrapper/Wrappers/
H A DConsoleUtility.cs10 public static void WriteLine(string _value) in WriteLine()
15 public static void WriteLine(object _value) in WriteLine()
20 public static void WriteLine(string _value, params object[] _params) in WriteLine()
25 public static void WriteErrorLine(string _value) in WriteErrorLine()
33 public static void WriteErrorLine(object _value) in WriteErrorLine()
41 public static void WriteErrorLine(string _value, params object[] _params) in WriteErrorLine()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ResourceTrueTypeFont.cpp74 void ResourceTrueTypeFont::setSource(const std::string& _value) in setSource()
78 void ResourceTrueTypeFont::setSize(float _value) in setSize()
82 void ResourceTrueTypeFont::setResolution(unsigned int _value) in setResolution()
86 void ResourceTrueTypeFont::setHinting(const std::string& _value) in setHinting()
90 void ResourceTrueTypeFont::setAntialias(bool _value) in setAntialias()
94 void ResourceTrueTypeFont::setTabWidth(float _value) in setTabWidth()
98 void ResourceTrueTypeFont::setOffsetHeight(int _value) in setOffsetHeight()
102 void ResourceTrueTypeFont::setSubstituteCode(int _value) in setSubstituteCode()
106 void ResourceTrueTypeFont::setDistance(int _value) in setDistance()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ResourceTrueTypeFont.cpp74 void ResourceTrueTypeFont::setSource(const std::string& _value) in setSource()
78 void ResourceTrueTypeFont::setSize(float _value) in setSize()
82 void ResourceTrueTypeFont::setResolution(unsigned int _value) in setResolution()
86 void ResourceTrueTypeFont::setHinting(const std::string& _value) in setHinting()
90 void ResourceTrueTypeFont::setAntialias(bool _value) in setAntialias()
94 void ResourceTrueTypeFont::setTabWidth(float _value) in setTabWidth()
98 void ResourceTrueTypeFont::setOffsetHeight(int _value) in setOffsetHeight()
102 void ResourceTrueTypeFont::setSubstituteCode(int _value) in setSubstituteCode()
106 void ResourceTrueTypeFont::setDistance(int _value) in setDistance()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ResourceTrueTypeFont.cpp74 void ResourceTrueTypeFont::setSource(const std::string& _value) in setSource()
78 void ResourceTrueTypeFont::setSize(float _value) in setSize()
82 void ResourceTrueTypeFont::setResolution(unsigned int _value) in setResolution()
86 void ResourceTrueTypeFont::setHinting(const std::string& _value) in setHinting()
90 void ResourceTrueTypeFont::setAntialias(bool _value) in setAntialias()
94 void ResourceTrueTypeFont::setTabWidth(float _value) in setTabWidth()
98 void ResourceTrueTypeFont::setOffsetHeight(int _value) in setOffsetHeight()
102 void ResourceTrueTypeFont::setSubstituteCode(int _value) in setSubstituteCode()
106 void ResourceTrueTypeFont::setDistance(int _value) in setDistance()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ResourceTrueTypeFont.cpp74 void ResourceTrueTypeFont::setSource(const std::string& _value) in setSource()
78 void ResourceTrueTypeFont::setSize(float _value) in setSize()
82 void ResourceTrueTypeFont::setResolution(unsigned int _value) in setResolution()
86 void ResourceTrueTypeFont::setHinting(const std::string& _value) in setHinting()
90 void ResourceTrueTypeFont::setAntialias(bool _value) in setAntialias()
94 void ResourceTrueTypeFont::setTabWidth(float _value) in setTabWidth()
98 void ResourceTrueTypeFont::setOffsetHeight(int _value) in setOffsetHeight()
102 void ResourceTrueTypeFont::setSubstituteCode(int _value) in setSubstituteCode()
106 void ResourceTrueTypeFont::setDistance(int _value) in setDistance()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_StringUtility.h112 inline T parseValue( const std::string& _value ) in parseValue()
134 inline bool parseValue(const std::string& _value) in parseValue()
141 inline char parseValue(const std::string& _value) in parseValue()
154 inline short parseShort(const std::string& _value) in parseShort()
164 inline int parseInt(const std::string& _value) in parseInt()
179 inline float parseFloat(const std::string& _value) in parseFloat()
189 inline bool parseBool(const std::string& _value) in parseBool()
194 inline char parseChar(const std::string& _value) in parseChar()
206 inline T1 parseValueEx2(const std::string& _value) in parseValueEx2()
227 inline T1 parseValueEx3(const std::string& _value) in parseValueEx3()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_StringUtility.h112 inline T parseValue( const std::string& _value ) in parseValue()
134 inline bool parseValue(const std::string& _value) in parseValue()
141 inline char parseValue(const std::string& _value) in parseValue()
154 inline short parseShort(const std::string& _value) in parseShort()
164 inline int parseInt(const std::string& _value) in parseInt()
179 inline float parseFloat(const std::string& _value) in parseFloat()
189 inline bool parseBool(const std::string& _value) in parseBool()
194 inline char parseChar(const std::string& _value) in parseChar()
206 inline T1 parseValueEx2(const std::string& _value) in parseValueEx2()
227 inline T1 parseValueEx3(const std::string& _value) in parseValueEx3()
[all …]

12345678910>>...187