Home
last modified time | relevance | path

Searched refs:is_same (Results 126 - 150 of 341) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbeta_distribution.h283 absl::conditional_t<std::is_same<RealType, float>::value, float, double>; in AlgorithmJoehnk()
298 if (!std::is_same<float, result_type>::value) { in AlgorithmJoehnk()
341 absl::conditional_t<std::is_same<RealType, float>::value, float, double>; in AlgorithmCheng()
/third_party/skia/experimental/graphite/src/
H A DUniformManager.cpp153 if constexpr (std::is_same<MemType, UniformType>::value) { in CopyUniforms()
159 if constexpr (std::is_same<MemType, float>::value && in CopyUniforms()
160 std::is_same<UniformType, SkHalf>::value) { in CopyUniforms()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp3929 static_assert(std::is_same<CToReactorT<void>, Void>::value, "");
3930 static_assert(std::is_same<CToReactorT<bool>, Bool>::value, "");
3931 static_assert(std::is_same<CToReactorT<uint8_t>, Byte>::value, "");
3932 static_assert(std::is_same<CToReactorT<int8_t>, SByte>::value, "");
3933 static_assert(std::is_same<CToReactorT<int16_t>, Short>::value, "");
3934 static_assert(std::is_same<CToReactorT<uint16_t>, UShort>::value, "");
3935 static_assert(std::is_same<CToReactorT<int32_t>, Int>::value, "");
3936 static_assert(std::is_same<CToReactorT<uint64_t>, Long>::value, "");
3937 static_assert(std::is_same<CToReactorT<uint32_t>, UInt>::value, "");
3938 static_assert(std::is_same<CToReactor
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_test.cc1439 std::is_same<
1444 std::is_same<std::iterator_traits<absl::Cord::ChunkIterator>::value_type,
1448 std::is_same<
1453 std::is_same<std::iterator_traits<absl::Cord::ChunkIterator>::pointer,
1457 std::is_same<std::iterator_traits<absl::Cord::ChunkIterator>::reference,
1552 std::is_same<
1557 std::is_same<std::iterator_traits<absl::Cord::CharIterator>::value_type,
1561 std::is_same<
1566 std::is_same<std::iterator_traits<absl::Cord::CharIterator>::pointer,
1570 std::is_same<st
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_handles.hpp6985 typename std::enable_if<std::is_same<typename B::value_type, CheckpointDataNV>::value, int>::type = 0>
7033 typename std::enable_if<std::is_same<typename B::value_type, CheckpointData2NV>::value, int>::type = 0>
7614 typename std::enable_if<std::is_same<typename B::value_type, SparseImageMemoryRequirements>::value,
8244 typename std::enable_if<std::is_same<typename B::value_type, uint8_t>::value, int>::type = 0>
8285 typename std::enable_if<std::is_same<typename B::value_type, Pipeline>::value, int>::type = 0>
8312 typename std::enable_if<std::is_same<typename B::value_type, UniqueHandle<Pipeline, Dispatch>>::value,
8351 typename std::enable_if<std::is_same<typename B::value_type, Pipeline>::value, int>::type = 0>
8378 typename std::enable_if<std::is_same<typename B::value_type, UniqueHandle<Pipeline, Dispatch>>::value,
8645 typename std::enable_if<std::is_same<typename B::value_type, DescriptorSet>::value, int>::type = 0>
8662 typename std::enable_if<std::is_same<typenam
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dinterface_traits.h77 using type = typename BASE_NS::is_same<bool, decltype(Test<T, T>(nullptr))>::type;
93 using type = typename BASE_NS::is_same<bool, decltype(Test<T, T>(nullptr))>::type;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBinaryStream.h46 static_assert(!std::is_same<bool, std::remove_cv<IntT>()>(), "Use readBool"); in readInt()
208 static_assert(!std::is_same<bool, std::remove_cv<IntT>()>(), "Use writeBool"); in writeInt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTrailingObjects.h330 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>::type
342 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>::type
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Diterator.h160 std::is_same<T, typename std::iterator_traits<
164 std::is_same<T, typename std::iterator_traits<
/third_party/skia/third_party/externals/tint/src/
H A Dcastable.h121 constexpr const bool nocast = std::is_same<FROM, TO>::value; in Is()
152 constexpr const bool nocast = std::is_same<FROM, TO>::value; in Is()
H A Dblock_allocator.h153 std::is_same<T, TYPE>::value || std::is_base_of<T, TYPE>::value, in Create()
H A Dtraits.h95 std::is_same<BASE, Decay<T>>::value>;
/third_party/python/Objects/
H A Dunionobject.c74 is_same(PyObject *left, PyObject *right) in is_same() function
84 int is_duplicate = is_same(items[i], obj); in contains()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Duniform_helper_test.cc218 std::is_same<Expect, decltype(InferredUniformReturnT<A, B>(0))>, in CheckArgsInferType()
219 std::is_same<Expect, in CheckArgsInferType()
H A Dpcg_engine.h42 static_assert(std::is_same<typename Params::state_type,
71 !std::is_same<SeedSequence, pcg_engine>::value>>
H A Dnonsecure_base.h57 !std::is_same<SSeq, NonsecureURBGBase>::value>>
/third_party/node/deps/v8/src/base/
H A Doptional.h495 !std::is_same<internal::RemoveCvRefT<U>, in_place_t>::value &&
496 !std::is_same<internal::RemoveCvRefT<U>, Optional<T>>::value &&
506 !std::is_same<internal::RemoveCvRefT<U>, in_place_t>::value &&
507 !std::is_same<internal::RemoveCvRefT<U>, Optional<T>>::value &&
527 !std::is_same<internal::RemoveCvRefT<U>, Optional<T>>::value &&
531 !std::is_same<typename std::decay<U>::type, T>::value),
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h772 T src1 = std::is_same<float, T>::value ? frs1() : drs1(); in CanonicalizeFPUOp3()
773 T src2 = std::is_same<float, T>::value ? frs2() : drs2(); in CanonicalizeFPUOp3()
774 T src3 = std::is_same<float, T>::value ? frs3() : drs3(); in CanonicalizeFPUOp3()
790 T src1 = std::is_same<float, T>::value ? frs1() : drs1(); in CanonicalizeFPUOp2()
791 T src2 = std::is_same<float, T>::value ? frs2() : drs2(); in CanonicalizeFPUOp2()
806 T src1 = std::is_same<float, T>::value ? frs1() : drs1(); in CanonicalizeFPUOp1()
/third_party/node/src/
H A Djson_utils.h139 if constexpr (std::is_same<T, bool>::value) in write_value()
/third_party/skia/include/core/
H A DSkSpan.h32 template <typename U, typename = typename std::enable_if<std::is_same<const U, T>::value>::type>
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-typed-array-gen.cc505 std::is_same<TValue, Word32T>::value || in StoreJSTypedArrayElementFromPreparedValue()
506 std::is_same<TValue, Float32T>::value || in StoreJSTypedArrayElementFromPreparedValue()
507 std::is_same<TValue, Float64T>::value || in StoreJSTypedArrayElementFromPreparedValue()
508 std::is_same<TValue, BigInt>::value, in StoreJSTypedArrayElementFromPreparedValue()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_handles.hpp8688 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::CheckpointDataNV>::value, int>::type = 0>
8733 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::CheckpointData2NV>::value, int>::type = 0>
9027 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::SparseImageMemoryRequirements>::value, int>::type = 0>
9570 typename std::enable_if<std::is_same<typename B1::value_type, uint8_t>::value, int>::type = 0>
9607 typename std::enable_if<std::is_same<typename B0::value_type, VULKAN_HPP_NAMESPACE::Pipeline>::value, int>::type = 0>
9631 typename std::enable_if<std::is_same<typename B0::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>::value, int>::type = 0>
9664 typename std::enable_if<std::is_same<typename B0::value_type, VULKAN_HPP_NAMESPACE::Pipeline>::value, int>::type = 0>
9688 typename std::enable_if<std::is_same<typename B0::value_type, UniqueHandle<VULKAN_HPP_NAMESPACE::Pipeline, Dispatch>>::value, int>::type = 0>
9918 typename std::enable_if<std::is_same<typename B0::value_type, VULKAN_HPP_NAMESPACE::DescriptorSet>::value, int>::type = 0>
9932 typename std::enable_if<std::is_same<typenam
[all...]
/third_party/json/include/nlohmann/detail/output/
H A Dserializer.hpp22 #include <type_traits> // is_same
710 std::is_same<NumberType, number_unsigned_t>::value ||
711 std::is_same<NumberType, number_integer_t>::value ||
712 std::is_same<NumberType, binary_char_t>::value,
/third_party/benchmark/test/
H A Dbasic_test.cc175 std::is_same<typename std::iterator_traits<
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dproperty.hpp229 std::is_same<T, property_list_tag>::value>::type>

Completed in 46 milliseconds

12345678910>>...14