Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_int.hpp77 struct make_signed struct
81 struct make_signed<char> struct
83 typedef char type;
87 struct make_signed<short> struct
89 typedef short type;
93 struct make_signed<int> struct
95 typedef int type;
99 struct make_signed<long> struct
101 typedef long type;
105 struct make_signed<unsigned char> struct
[all …]
/aosp_15_r20/external/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;
87 struct make_signed<short> struct
89 typedef short type;
93 struct make_signed<int> struct
95 typedef int type;
99 struct make_signed<long> struct
101 typedef long type;
105 struct make_signed<unsigned char> struct
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dmake_signed.h78 struct make_signed { struct
79 using type _LIBCPP_NODEBUG = __make_signed_t<_Tp>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dmake_signed.h78 struct make_signed { struct
79 using type _LIBCPP_NODEBUG = __make_signed_t<_Tp>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dmake_signed.h78 struct make_signed { struct
79 using type _LIBCPP_NODEBUG = __make_signed_t<_Tp>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dmake_signed.h78 struct make_signed { struct
79 using type _LIBCPP_NODEBUG = __make_signed_t<_Tp>; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dmake_signed.h78 struct make_signed { struct
79 using type _LIBCPP_NODEBUG = __make_signed_t<_Tp>; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dmake_signed.h78 struct make_signed { struct
79 using type _LIBCPP_NODEBUG = __make_signed_t<_Tp>; argument
/aosp_15_r20/external/fmtlib/test/
H A Dprintf-test.cc317 template <typename T> struct make_signed { struct
322 template <> struct make_signed<T> { \ argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp72 std::make_signed_t<T> make_signed() { in make_signed() function