/external/pytorch/c10/util/ |
D | TypeSafeSignMath.h | 21 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/ |
D | system.hpp | 51 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/ |
D | default_allocator.hpp | 22 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/ |
D | charconv_test_helpers.h | 44 _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/ |
D | alloc_helpers.hpp | 35 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/ |
D | type_traits.h | 28 struct true_type { struct 41 struct is_quantized<qint8> : true_type {}; argument
|
/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
D | integral_conversions.hpp | 34 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/ |
D | x86_64-apple-macosx-types.cpp | 4 struct true_type { struct 13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
|
D | thumbv7-apple-ios-types.cpp | 4 struct true_type { struct 13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
|
D | arm64-apple-ios-types.cpp | 4 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/ |
D | charconv_test_helpers.h | 48 _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/ |
D | charconv_test_helpers.h | 48 _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/ |
D | lockable_traits.hpp | 89 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/ |
D | runtime_cast_impl.hpp | 32 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/ |
D | Utils.h | 70 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/ |
D | bool.hpp | 110 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/ |
D | generic_assoc_test.hpp | 59 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/ |
D | VecUtils.h | 76 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/ |
D | stress_test_metafunctions.sh.cpp | 52 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/ |
D | stress_test_metafunctions.sh.cpp | 52 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/ |
D | to_chars_integral.h | 52 __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/ |
D | to_chars_integral.h | 51 __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/ |
D | to_chars_integral.h | 52 __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/ |
D | to_chars_integral.h | 51 __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/ |
D | Meta.h | 96 struct true_type { enum { value = 1 }; }; struct
|