Home
last modified time | relevance | path

Searched defs:make_signed (Results 51 – 75 of 78) sorted by relevance

1234

/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dexplicit_instantiation.cc30 template struct make_signed<test_type>; variable
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dexplicit_instantiation.cc29 template struct make_signed<test_type>; variable
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/20_util/make_signed/requirements/
H A Dexplicit_instantiation.cc30 template struct make_signed<test_type>; variable
/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/botan110/Botan-1.10.17/src/cert/cvc/
H A Dcvc_gen_cert.h107 MemoryVector<byte> EAC1_1_gen_CVC<Derived>::make_signed( in make_signed() function
H A Dcvc_ado.cpp48 MemoryVector<byte> EAC1_1_ADO::make_signed(PK_Signer& signer, in make_signed() function in Botan::EAC1_1_ADO
/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; }; struct
26 template<> struct make_signed<unsigned long long> { typedef long long type; }; argument
/dports/security/botan110/Botan-1.10.17/src/cert/x509cert/
H A Dx509_obj.cpp204 MemoryVector<byte> X509_Object::make_signed(PK_Signer* signer, in make_signed() function in Botan::X509_Object
/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/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/
H A Dtraits.hpp158 constexpr auto make_signed = metafunction<std::make_signed>; variable
/dports/devel/hyperscan/boost_1_75_0/boost/hana/
H A Dtraits.hpp158 constexpr auto make_signed = metafunction<std::make_signed>; variable
/dports/devel/boost-docs/boost_1_72_0/boost/hana/
H A Dtraits.hpp156 constexpr auto make_signed = metafunction<std::make_signed>; variable
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/
H A Dtraits.hpp156 constexpr auto make_signed = metafunction<std::make_signed>; variable
/dports/devel/boost-libs/boost_1_72_0/boost/hana/
H A Dtraits.hpp156 constexpr auto make_signed = metafunction<std::make_signed>; variable
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/
H A Dtraits.hpp156 constexpr auto make_signed = metafunction<std::make_signed>; variable
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/
H A Dtraits.hpp156 constexpr auto make_signed = metafunction<std::make_signed>; variable
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/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/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/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; }; argument
/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/devel/libfmt/fmt-8.0.1/test/
H A Dprintf-test.cc316 template <typename T> struct make_signed { typedef T type; }; argument
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/fmt/test/
H A Dprintf-test.cc282 template <typename T> struct make_signed { typedef T type; }; struct
/dports/emulators/citra-qt5/citra-ac98458e0/externals/fmt/test/
H A Dprintf-test.cc314 template <typename T> struct make_signed { typedef T type; }; argument
/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

1234