Home
last modified time | relevance | path

Searched defs:true_type (Results 1 – 25 of 127) sorted by relevance

123456

/external/pytorch/c10/util/
DTypeSafeSignMath.h21 std::true_type /*is_unsigned*/) { in is_negative()
43 inline constexpr int signum(const T& x, std::true_type /*is_unsigned*/) { in signum()
104 std::true_type /*x_is_unsigned*/) { in less_than_lowest()
113 std::true_type /*limit_is_unsigned*/, in less_than_lowest()
122 std::true_type /*limit_is_unsigned*/, in less_than_lowest()
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dsystem.hpp51 std::true_type, /*needs ios*/ in system_impl()
79 std::true_type, /*needs ios */ in system_impl()
98 std::true_type, /*has io_context*/ in system_impl()
/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Ddefault_allocator.hpp22 struct true_type { struct
23 typedef bool value_type;
24 typedef true_type type;
28 BOOST_CONSTEXPR operator bool() const BOOST_NOEXCEPT { in operator bool()
32 BOOST_CONSTEXPR bool operator()() const BOOST_NOEXCEPT { in operator ()()
/external/libcxx/test/support/
Dcharconv_test_helpers.h44 _fits_in(T, true_type /* non-narrowing*/, ...) in _fits_in() argument
51 _fits_in(T v, false_type, true_type /* T signed*/, true_type /* X signed */) in _fits_in() argument
58 _fits_in(T v, false_type, true_type /* T signed */, false_type /* X unsigned*/) in _fits_in() argument
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dalloc_helpers.hpp35 BOOST_CONTAINER_FORCEINLINE void swap_alloc(AllocatorType &l, AllocatorType &r, dtl::true_type) in swap_alloc()
44 …T_CONTAINER_FORCEINLINE void assign_alloc(AllocatorType &l, const AllocatorType &r, dtl::true_type) in assign_alloc()
53 BOOST_CONTAINER_FORCEINLINE void move_alloc(AllocatorType &l, AllocatorType &r, dtl::true_type) in move_alloc()
/external/tensorflow/tensorflow/core/framework/
Dtype_traits.h28 struct true_type { struct
41 struct is_quantized<qint8> : true_type {}; argument
/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dintegral_conversions.hpp34 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::true_type) BOOST_NOEXCEPT in zero_extend_impl()
63 BOOST_FORCEINLINE Output sign_extend_impl(Input input, atomics::detail::true_type) BOOST_NOEXCEPT in sign_extend_impl()
83 BOOST_FORCEINLINE Output integral_extend(Input input, atomics::detail::true_type) BOOST_NOEXCEPT in integral_extend()
/external/clang/test/Headers/
Dx86_64-apple-macosx-types.cpp4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
Dthumbv7-apple-ios-types.cpp4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
Darm64-apple-ios-types.cpp4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
/external/cronet/stable/third_party/libc++/src/test/support/
Dcharconv_test_helpers.h48 _fits_in(T, true_type /* non-narrowing*/, ...) in _fits_in() argument
55 _fits_in(T v, false_type, true_type /* T signed*/, true_type /* X signed */) in _fits_in() argument
62 _fits_in(T v, false_type, true_type /* T signed */, false_type /* X unsigned*/) in _fits_in() argument
/external/cronet/tot/third_party/libc++/src/test/support/
Dcharconv_test_helpers.h48 _fits_in(T, true_type /* non-narrowing*/, ...) in _fits_in() argument
55 _fits_in(T v, false_type, true_type /* T signed*/, true_type /* X signed */) in _fits_in() argument
62 _fits_in(T v, false_type, true_type /* T signed */, false_type /* X unsigned*/) in _fits_in() argument
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dlockable_traits.hpp89 typedef char true_type; typedef
113 typedef char true_type; typedef
137 typedef char true_type; typedef
/external/sdv/vsomeip/third_party/boost/type_index/include/boost/type_index/runtime_cast/detail/
Druntime_cast_impl.hpp32 T* runtime_cast_impl(U* u, boost::true_type) BOOST_NOEXCEPT { in runtime_cast_impl()
37 T const* runtime_cast_impl(U const* u, boost::true_type) BOOST_NOEXCEPT { in runtime_cast_impl()
/external/pytorch/aten/src/ATen/native/vulkan/api/
DUtils.h70 std::true_type /*is_unsigned*/) { in is_negative()
110 std::true_type /*x_is_unsigned*/) { in less_than_lowest()
120 std::true_type /*limit_is_unsigned*/, in less_than_lowest()
131 std::true_type /*limit_is_unsigned*/, in less_than_lowest()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/numeric/
Dbool.hpp110 typedef literal_bool_parser<bool, char_encoding::standard> true_type; typedef
123 typedef literal_bool_parser<bool, char_encoding::standard_wide> true_type; typedef
136 typedef literal_bool_parser<bool, char_encoding::ascii> true_type; typedef
148 typedef literal_bool_parser<bool, char_encoding::iso8859_1> true_type; typedef
/external/sdv/vsomeip/third_party/boost/intrusive/test/
Dgeneric_assoc_test.hpp59 test_container_from_iterator(value_cont_type& values, detail::true_type) in test_container_from_iterator()
209 ::test_container_from_end(value_cont_type& values, detail::true_type) in test_container_from_end()
220 (value_cont_type& values, detail::true_type) in test_splay_up()
255 (value_cont_type& values, detail::true_type) in test_splay_down()
291 (value_cont_type& values, detail::true_type) in test_rebalance()
326 (value_cont_type& values, detail::true_type) in test_insert_before()
/external/executorch/backends/vulkan/runtime/utils/
DVecUtils.h76 std::true_type /*is_unsigned*/) { in is_negative()
116 std::true_type /*x_is_unsigned*/) { in less_than_lowest()
126 std::true_type /*limit_is_unsigned*/, in less_than_lowest()
137 std::true_type /*limit_is_unsigned*/, in less_than_lowest()
/external/cronet/stable/third_party/libc++/src/test/libcxx/utilities/meta/stress_tests/
Dstress_test_metafunctions.sh.cpp52 void Foo3(TEST_AND < REPEAT_1000(TRUE_T) true_type, false_type > t3) { sink(&t3); } in Foo3()
53 … Foo4(TEST_AND < REPEAT_1000(TRUE_T) REPEAT_1000(TRUE_T) true_type, false_type > t4) { sink(&t4); } in Foo4()
/external/cronet/tot/third_party/libc++/src/test/libcxx/utilities/meta/stress_tests/
Dstress_test_metafunctions.sh.cpp52 void Foo3(TEST_AND < REPEAT_1000(TRUE_T) true_type, false_type > t3) { sink(&t3); } in Foo3()
53 … Foo4(TEST_AND < REPEAT_1000(TRUE_T) REPEAT_1000(TRUE_T) true_type, false_type > t4) { sink(&t4); } in Foo4()
/external/cronet/tot/third_party/libc++/src/include/__charconv/
Dto_chars_integral.h52 __to_chars_itoa(char* __first, char* __last, _Tp __value, true_type) { in __to_chars_itoa() argument
101 __to_chars_integral(char* __first, char* __last, _Tp __value, int __base, true_type) { in __to_chars_integral() argument
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__charconv/
Dto_chars_integral.h51 __to_chars_itoa(char* __first, char* __last, _Tp __value, true_type) { in __to_chars_itoa() argument
100 __to_chars_integral(char* __first, char* __last, _Tp __value, int __base, true_type) { in __to_chars_integral() argument
/external/cronet/stable/third_party/libc++/src/include/__charconv/
Dto_chars_integral.h52 __to_chars_itoa(char* __first, char* __last, _Tp __value, true_type) { in __to_chars_itoa() argument
101 __to_chars_integral(char* __first, char* __last, _Tp __value, int __base, true_type) { in __to_chars_integral() argument
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__charconv/
Dto_chars_integral.h51 __to_chars_itoa(char* __first, char* __last, _Tp __value, true_type) { in __to_chars_itoa() argument
100 __to_chars_integral(char* __first, char* __last, _Tp __value, int __base, true_type) { in __to_chars_integral() argument
/external/eigen/Eigen/src/Core/util/
DMeta.h96 struct true_type { enum { value = 1 }; }; struct

123456