Home
last modified time | relevance | path

Searched defs:make_signed (Results 1 – 25 of 78) sorted by relevance

1234

/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/indexing_suite/
H A Dsuite_utils.hpp57 template<typename T> struct make_signed { struct
58 typedef T type;
61 template<> struct make_signed<char> { struct
64 typedef signed char type;
68 typedef signed char type;
72 typedef short type;
75 template<> struct make_signed<unsigned int> { struct
76 typedef int type;
80 typedef long type;
85 typedef long long type;
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/glm/glm/detail/
H A Dtype_int.hpp77 struct make_signed struct
81 struct make_signed<char> struct
83 typedef char type;
89 typedef short type;
93 struct make_signed<int> struct
95 typedef int type;
101 typedef long type;
107 typedef char type;
113 typedef short type;
119 typedef int type;
[all …]
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_int.hpp77 struct make_signed struct
81 struct make_signed<char> struct
83 typedef char type;
89 typedef short type;
93 struct make_signed<int> struct
95 typedef int type;
101 typedef long type;
107 typedef char type;
113 typedef short type;
119 typedef int type;
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/vendor/glm/detail/
H A Dtype_int.hpp77 struct make_signed struct
81 struct make_signed<char> struct
83 typedef char type;
89 typedef short type;
93 struct make_signed<int> struct
95 typedef int type;
101 typedef long type;
107 typedef char type;
113 typedef short type;
119 typedef int type;
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/glm/detail/
H A Dtype_int.hpp77 struct make_signed struct
81 struct make_signed<char> struct
83 typedef char type;
89 typedef short type;
93 struct make_signed<int> struct
95 typedef int type;
101 typedef long type;
107 typedef char type;
113 typedef short type;
119 typedef int type;
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/detail/
H A Dtype_int.hpp77 struct make_signed struct
81 struct make_signed<char> struct
83 typedef char type;
89 typedef short type;
93 struct make_signed<int> struct
95 typedef int type;
101 typedef long type;
107 typedef char type;
113 typedef short type;
119 typedef int type;
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/glm/detail/
H A Dtype_int.hpp77 struct make_signed struct
81 struct make_signed<char> struct
83 typedef char type;
89 typedef short type;
93 struct make_signed<int> struct
95 typedef int type;
101 typedef long type;
107 typedef char type;
113 typedef short type;
119 typedef int type;
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/devel/R-cran-BH/BH/inst/include/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/type_traits/
H A Dmake_unsigned.hpp28 struct make_unsigned
34 typedef typename remove_cv<T>::type t_no_cv;
112 // Add back any const qualifier:
119 // Add back any volatile qualifier:
127 #if !defined(BOOST_NO_CXX11_TEMPLATE_ALIASES)
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/devel/boost-libs/boost_1_72_0/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/devel/boost-docs/boost_1_72_0/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/devel/boost-python-libs/boost_1_72_0/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/type_traits/
H A Dmake_signed.hpp28 struct make_signed struct
34 typedef typename remove_cv<T>::type t_no_cv;
111 >::type base_integer_type;
118 >::type const_base_integer_type;
125 >::type type;

1234