/third_party/vk-gl-cts/framework/common/ |
D | tcuFloat.hpp | 59 typedef StorageType_ StorageType; typedef in tcu::Float 70 explicit Float (StorageType value); 77 …static inline Float convert (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias,… in convert() argument 96 static inline Float construct (int sign, int exponent, StorageType mantissa); 111 static Float constructBits (int sign, int exponent, StorageType mantissaBits); 113 StorageType bits (void) const { return m_value; } in bits() 118 …inline StorageType exponentBits (void) const { return (m_value >> MantissaBits) & ((StorageType(1… in exponentBits() 119 …inline StorageType mantissaBits (void) const { return m_value & ((StorageType(1)<<MantissaBits)-1… in mantissaBits() 123 …inline StorageType mantissa (void) const { return isZero() || isDenorm() ? mantissaBits() : (man… in mantissa() 130 …inline bool operator< (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flag… in operator <() argument [all …]
|
/third_party/node/deps/v8/src/objects/ |
D | tagged-impl-inl.h | 21 template <HeapObjectReferenceType kRefType, typename StorageType> 22 bool TaggedImpl<kRefType, StorageType>::ToSmi(Smi* value) const { in ToSmi() 30 template <HeapObjectReferenceType kRefType, typename StorageType> 31 Smi TaggedImpl<kRefType, StorageType>::ToSmi() const { in ToSmi() 44 template <HeapObjectReferenceType kRefType, typename StorageType> 45 bool TaggedImpl<kRefType, StorageType>::GetHeapObject( in GetHeapObject() 53 template <HeapObjectReferenceType kRefType, typename StorageType> 54 bool TaggedImpl<kRefType, StorageType>::GetHeapObject( in GetHeapObject() 69 template <HeapObjectReferenceType kRefType, typename StorageType> 70 bool TaggedImpl<kRefType, StorageType>::GetHeapObject( in GetHeapObject() [all …]
|
D | tagged-impl.cc | 16 template <HeapObjectReferenceType kRefType, typename StorageType> 17 void TaggedImpl<kRefType, StorageType>::ShortPrint(FILE* out) { in ShortPrint() 22 template <HeapObjectReferenceType kRefType, typename StorageType> 23 void TaggedImpl<kRefType, StorageType>::ShortPrint(StringStream* accumulator) { in ShortPrint() 29 template <HeapObjectReferenceType kRefType, typename StorageType> 30 void TaggedImpl<kRefType, StorageType>::ShortPrint(std::ostream& os) { in ShortPrint()
|
D | tagged-impl.h | 22 template <HeapObjectReferenceType kRefType, typename StorageType> 25 static_assert(std::is_same<StorageType, Address>::value || 26 std::is_same<StorageType, Tagged_t>::value, 32 static const bool kIsFull = sizeof(StorageType) == kSystemPointerSize; 37 explicit constexpr TaggedImpl(StorageType ptr) : ptr_(ptr) {} in TaggedImpl() 62 constexpr StorageType ptr() const { return ptr_; } in ptr() 181 StorageType ptr_;
|
/third_party/node/deps/v8/src/base/ |
D | lazy-instance.h | 97 using StorageType = member 100 static T* MutableInstance(StorageType* storage) { in MutableInstance() 105 static void InitStorageUsingTrait(StorageType* storage) { in InitStorageUsingTrait() 113 using StorageType = T*; member 115 static T* MutableInstance(StorageType* storage) { in MutableInstance() 120 static void InitStorageUsingTrait(StorageType* storage) { in InitStorageUsingTrait() 166 using StorageType = typename AllocationTrait::StorageType; 171 static_cast<StorageType*>(storage)); in InitInstance() 193 mutable StorageType storage_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 123 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, 218 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash, in GenericDINode() 231 StorageType Storage, bool ShouldCreate = true) { 238 StorageType Storage, bool ShouldCreate = true); 292 DISubrange(LLVMContext &C, StorageType Storage, Metadata *Node, in DISubrange() 300 int64_t LowerBound, StorageType Storage, 304 int64_t LowerBound, StorageType Storage, 352 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value, in DIEnumerator() 362 StorageType Storage, bool ShouldCreate = true) { 368 StorageType Storage, bool ShouldCreate = true); [all …]
|
D | Metadata.h | 66 enum StorageType { Uniqued, Distinct, Temporary }; enum 84 Metadata(unsigned ID, StorageType Storage) in Metadata() 882 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage, 1019 static T *storeImpl(T *N, StorageType Storage, StoreT &Store); 1020 template <class T> static T *storeImpl(T *N, StorageType Storage); 1118 MDTuple(LLVMContext &C, StorageType Storage, unsigned Hash, 1130 StorageType Storage, bool ShouldCreate = true);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceClFlags.h | 114 using Name##StorageType = \ 117 Name##StorageType Name; \ 121 Name##StorageType Value) { \ 126 typename std::enable_if<!E, void>::type set##Name##Impl(Name##StorageType) { \ 130 Name##StorageType get##Name() const { return Name; } \ 131 void set##Name(Name##StorageType Value) { \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 29 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() 54 StorageType Storage, bool ShouldCreate) { in getImpl() 265 StorageType Storage, bool ShouldCreate) { in getImpl() 321 StorageType Storage, bool ShouldCreate) { in getImpl() 328 int64_t Lo, StorageType Storage, in getImpl() 337 StorageType Storage, bool ShouldCreate) { in getImpl() 347 DIFlags Flags, StorageType Storage, in getImpl() 375 StorageType Storage, bool ShouldCreate) { in getImpl() 393 StorageType Storage, bool ShouldCreate) { in getImpl() 472 StorageType Storage, in getImpl() [all …]
|
D | MetadataImpl.h | 28 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl() 42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
|
D | Metadata.cpp | 505 MDNode::MDNode(LLVMContext &Context, unsigned ID, StorageType Storage, in MDNode() 815 StorageType Storage, bool ShouldCreate) { in getImpl()
|
/third_party/skia/src/core/ |
D | SkCachedData.h | 46 enum StorageType { enum 58 StorageType fStorageType;
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderLibraryCase.hpp | 66 enum StorageType enum 82 StorageType storageType;
|
/third_party/cef/include/base/internal/ |
D | cef_bind_internal.h | 702 template <typename StorageType, typename UnboundRunType> 705 template <typename StorageType, typename R, typename... UnboundArgs> 706 struct Invoker<StorageType, R(UnboundArgs...)> { 712 StorageType* storage = static_cast<StorageType*>(base); 725 const StorageType* storage = static_cast<StorageType*>(base); 1097 template <typename StorageType> 1100 std::is_constructible<StorageType, BoundAsType>::value; 1106 !std::is_constructible<StorageType,
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 140 enum StorageType enum in deqp::gles31::Functional::__anon2965c48a0111::InterInvocationTestCase 154 …InterInvocationTestCase (Context& context, const char* name, const char* desc, StorageType storag… 169 const StorageType m_storage; 186 …ocationTestCase (Context& context, const char* name, const char* desc, StorageType storage, int fl… in InterInvocationTestCase() 467 …InvocationBasicCase (Context& context, const char* name, const char* desc, StorageType storage, i… 473 …cationBasicCase (Context& context, const char* name, const char* desc, StorageType storage, int fl… in InvocationBasicCase() 530 …InvocationWriteReadCase (Context& context, const char* name, const char* desc, StorageType storag… 535 …onWriteReadCase (Context& context, const char* name, const char* desc, StorageType storage, int fl… in InvocationWriteReadCase() 588 …InvocationReadWriteCase (Context& context, const char* name, const char* desc, StorageType storag… 593 …onReadWriteCase (Context& context, const char* name, const char* desc, StorageType storage, int fl… in InvocationReadWriteCase() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderFConvertTests.cpp | 72 …static constexpr typename T::StorageType kLeadingMantissaBit = (static_cast<typename T::StorageTyp… in getRandomNormal() 77 …typename T::StorageType mantissa = static_cast<typename T::StorageType>(rnd.getUint64() & static_c… in getRandomNormal() 330 const size_t elementSize = sizeof(typename T::StorageType); in calculate() 374 const size_t elementSize = sizeof(typename T::StorageType); in unpackFloats()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.h | 63 enum StorageType { Uniqued, Distinct, Temporary }; enum 79 Metadata(unsigned ID, StorageType Storage) in Metadata() 853 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage, 973 static T *storeImpl(T *N, StorageType Storage, StoreT &Store); 974 template <class T> static T *storeImpl(T *N, StorageType Storage); 1076 MDTuple(LLVMContext &C, StorageType Storage, unsigned Hash, 1088 StorageType Storage, bool ShouldCreate = true);
|
/third_party/jerryscript/jerry-core/ext/ |
D | tracker.h | 22 } StorageType; typedef
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.h | 488 struct StorageType final 610 using FactorStorage = StorageType<BlendFactorType, angle::EnumSize<BlendFactorType>()>; 611 using EquationStorage = StorageType<BlendEquationType, angle::EnumSize<BlendEquationType>()>; 612 using ColorMaskStorage = StorageType<uint8_t, 16>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 719 using StorageType = std::vector<value_type>; member 721 bool isDelimiter(const StorageType::value_type &P, NodeId N = 0) const { 728 StorageType Stack;
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-printer.cc | 2472 template <HeapObjectReferenceType kRefType, typename StorageType> 2473 void TaggedImpl<kRefType, StorageType>::Print() { in Print() 2479 template <HeapObjectReferenceType kRefType, typename StorageType> 2480 void TaggedImpl<kRefType, StorageType>::Print(std::ostream& os) { in Print()
|
/third_party/node/deps/v8/src/common/ |
D | globals.h | 740 template <HeapObjectReferenceType kRefType, typename StorageType>
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_content_browser_client.cc | 372 if (params.storage_type != blink::mojom::StorageType::kPersistent) { in RequestQuotaPermission()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 2480 typedef typename TYPE::StorageType SType; in isZeroOrOtherValue() 2653 typedef typename TYPE::StorageType SType; in compareBytes() 2709 typename TYPE::StorageType returnedValue = returnedFloat.bits(); in compareBytes()
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 2179 typedef Functor StorageType; 2193 typedef ResType (*StorageType)(ArgType); 2229 typedef typename CallableTraits<Callable>::StorageType CallableStorageType;
|