Home
last modified time | relevance | path

Searched defs:false_type (Results 1 – 25 of 120) sorted by relevance

12345

/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dlockable_traits.hpp90 struct false_type struct
92 true_type dummy[2];
114 struct false_type struct
116 true_type dummy[2];
138 struct false_type struct
140 true_type dummy[2];
/external/pytorch/c10/util/
DTypeSafeSignMath.h27 inline constexpr bool is_negative(const T& x, std::false_type /*is_unsigned*/) { in is_negative()
49 inline constexpr int signum(const T& x, std::false_type /*is_unsigned*/) { in signum()
93 std::false_type /*limit_is_unsigned*/, in less_than_lowest()
103 std::false_type /*limit_is_unsigned*/, in less_than_lowest()
114 std::false_type /*x_is_unsigned*/) { in less_than_lowest()
/external/libcxx/test/support/
Dcharconv_test_helpers.h51 _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
65 _fits_in(T v, false_type, false_type /* T unsigned */, ...) in _fits_in() argument
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dsystem.hpp80 std::false_type, /*has io_context*/ in system_impl()
97 std::false_type, /*needs ios*/ in system_impl()
110 std::false_type, /*has async */ in system_impl()
/external/cronet/stable/third_party/libc++/src/test/support/
Dcharconv_test_helpers.h55 _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
69 _fits_in(T v, false_type, false_type /* T unsigned */, ...) in _fits_in() argument
/external/cronet/tot/third_party/libc++/src/test/support/
Dcharconv_test_helpers.h55 _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
69 _fits_in(T v, false_type, false_type /* T unsigned */, ...) in _fits_in() argument
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dalloc_helpers.hpp30 BOOST_CONTAINER_FORCEINLINE void swap_alloc(AllocatorType &, AllocatorType &, dtl::false_type) in swap_alloc()
39 …ST_CONTAINER_FORCEINLINE void assign_alloc(AllocatorType &, const AllocatorType &, dtl::false_type) in assign_alloc()
48 BOOST_CONTAINER_FORCEINLINE void move_alloc(AllocatorType &, AllocatorType &, dtl::false_type) in move_alloc()
/external/tensorflow/tensorflow/core/framework/
Dtype_traits.h31 struct false_type { struct
37 struct is_quantized : false_type {}; argument
/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dintegral_conversions.hpp42 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in zero_extend_impl()
69 BOOST_FORCEINLINE Output sign_extend_impl(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in sign_extend_impl()
90 BOOST_FORCEINLINE Output integral_extend(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in integral_extend()
/external/clang/test/Headers/
Dx86_64-apple-macosx-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
Dthumbv7-apple-ios-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
Darm64-apple-ios-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
/external/sdv/vsomeip/third_party/boost/type_index/include/boost/type_index/runtime_cast/detail/
Druntime_cast_impl.hpp42 T* runtime_cast_impl(U* u, boost::false_type) BOOST_NOEXCEPT { in runtime_cast_impl()
49 T const* runtime_cast_impl(U const* u, boost::false_type) BOOST_NOEXCEPT { in runtime_cast_impl()
/external/pytorch/aten/src/ATen/native/vulkan/api/
DUtils.h80 std::false_type /*is_unsigned*/) { in is_negative()
98 std::false_type /*limit_is_unsigned*/, in less_than_lowest()
109 std::false_type /*limit_is_unsigned*/, in less_than_lowest()
121 std::false_type /*x_is_unsigned*/) { in less_than_lowest()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/numeric/
Dbool.hpp113 typedef literal_bool_parser<bool, char_encoding::standard> false_type; typedef
126 typedef literal_bool_parser<bool, char_encoding::standard_wide> false_type; typedef
139 typedef literal_bool_parser<bool, char_encoding::ascii> false_type; typedef
151 typedef literal_bool_parser<bool, char_encoding::iso8859_1> false_type; typedef
/external/executorch/backends/vulkan/runtime/utils/
DVecUtils.h86 std::false_type /*is_unsigned*/) { in is_negative()
104 std::false_type /*limit_is_unsigned*/, in less_than_lowest()
115 std::false_type /*limit_is_unsigned*/, in less_than_lowest()
127 std::false_type /*x_is_unsigned*/) { in less_than_lowest()
/external/cronet/stable/third_party/libc++/src/test/libcxx/utilities/meta/stress_tests/
Dstress_test_metafunctions.sh.cpp54 void Foo5(TEST_AND < false_type, REPEAT_1000(TRUE_T) true_type > t5) { sink(&t5); } in Foo5()
55 … Foo6(TEST_AND < false_type, REPEAT_1000(TRUE_T) REPEAT_1000(TRUE_T) true_type > t6) { sink(&t6); } in Foo6()
/external/cronet/tot/third_party/libc++/src/test/libcxx/utilities/meta/stress_tests/
Dstress_test_metafunctions.sh.cpp54 void Foo5(TEST_AND < false_type, REPEAT_1000(TRUE_T) true_type > t5) { sink(&t5); } in Foo5()
55 … Foo6(TEST_AND < false_type, REPEAT_1000(TRUE_T) REPEAT_1000(TRUE_T) true_type > t6) { sink(&t6); } in Foo6()
/external/cronet/tot/third_party/libc++/src/include/__charconv/
Dto_chars_integral.h64 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) { in __to_chars_itoa() argument
77 __to_chars_itoa(char* __first, char* __last, __uint128_t __value, false_type) { in __to_chars_itoa() argument
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__charconv/
Dto_chars_integral.h63 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) { in __to_chars_itoa() argument
76 __to_chars_itoa(char* __first, char* __last, __uint128_t __value, false_type) { in __to_chars_itoa() argument
/external/cronet/stable/third_party/libc++/src/include/__charconv/
Dto_chars_integral.h64 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) { in __to_chars_itoa() argument
77 __to_chars_itoa(char* __first, char* __last, __uint128_t __value, false_type) { in __to_chars_itoa() argument
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__charconv/
Dto_chars_integral.h63 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) { in __to_chars_itoa() argument
76 __to_chars_itoa(char* __first, char* __last, __uint128_t __value, false_type) { in __to_chars_itoa() argument
/external/eigen/Eigen/src/Core/util/
DMeta.h97 struct false_type { enum { value = 0 }; }; struct
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h294 std::false_type /* propagate_on_container_swap */) { in SwapAlloc()
307 void CopyAlloc(AllocType&, AllocType&, std::false_type /* propagate_alloc */) {} in CopyAlloc()
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h294 std::false_type /* propagate_on_container_swap */) { in SwapAlloc()
307 void CopyAlloc(AllocType&, AllocType&, std::false_type /* propagate_alloc */) {} in CopyAlloc()

12345