Home
last modified time | relevance | path

Searched defs:make_signed (Results 1 – 25 of 78) sorted by last modified time

1234

/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/fmt-5.3.0/test/
H A Dprintf-test.cc283 struct make_signed { typedef T type; }; struct
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/x509/
H A Dx509_obj.cpp303 std::vector<uint8_t> X509_Object::make_signed(PK_Signer* signer, in make_signed() function in Botan::X509_Object
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/fmt/test/
H A Dprintf-test.cc316 template <typename T> struct make_signed { typedef T type; }; struct
/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/devel/R-cran-BH/BH/inst/include/boost/multiprecision/traits/
H A Dstd_integer_traits.hpp26 struct make_signed : public std::make_signed<T> {}; struct
57 struct make_signed<__int128> struct
59 using type = __int128;
62 struct make_signed<unsigned __int128> struct
64 using type = __int128;
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dexplicit_instantiation.cc29 template struct make_signed<test_type>; variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/modules/
H A Dpr99425-1.h2 struct make_signed struct
8 using make_signed_t = typename make_signed<S>::type; argument
/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;
/dports/devel/py-pythran/pythran-0.11.0/third_party/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/cad/librepcb/librepcb-0.1.6/libs/type_safe/include/type_safe/
H A Dinteger.hpp320 struct make_signed struct
322 using type = typename std::make_signed<T>::type;
326 struct make_signed<integer<T, Policy>> struct
328 using type = integer<typename std::make_signed<T>::type, Policy>;
357 TYPE_SAFE_FORCE_INLINE constexpr make_signed_t<Integer> make_signed(const Integer& i) in make_signed() function
371 TYPE_SAFE_FORCE_INLINE constexpr make_signed_t<integer<Integer, Policy>> make_signed( in make_signed() function
/dports/security/botan2/Botan-2.18.2/src/lib/x509/
H A Dx509_obj.cpp303 std::vector<uint8_t> X509_Object::make_signed(PK_Signer* signer, in make_signed() function in Botan::X509_Object
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/fmt/test/
H A Dprintf-test.cc282 template <typename T> struct make_signed { typedef T type; }; struct
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/fmt/test/
H A Dprintf-test.cc282 template <typename T> struct make_signed { typedef T type; }; argument
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dexplicit_instantiation.cc29 template struct make_signed<test_type>; variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/modules/
H A Dpr99425-1.h2 struct make_signed struct
8 using make_signed_t = typename make_signed<S>::type; argument
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dexplicit_instantiation.cc29 template struct make_signed<test_type>; variable
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dexplicit_instantiation.cc29 template struct make_signed<test_type>; variable
/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/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/
H A Dtraits.hpp158 constexpr auto make_signed = metafunction<std::make_signed>; variable
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Darith-modp.hpp24 template<typename T> struct make_signed {}; struct
25 template<> struct make_signed<unsigned long> { typedef long type; }; argument
26 template<> struct make_signed<unsigned long long> { typedef long long type; }; argument
/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/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dexplicit_instantiation.cc29 template struct make_signed<test_type>; variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dexplicit_instantiation.cc29 template struct make_signed<test_type>; variable
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/modules/
H A Dpr99425-1.h2 struct make_signed struct
8 using make_signed_t = typename make_signed<S>::type; argument

1234