Home
last modified time | relevance | path

Searched refs:DataT (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Ddynamic_ops_test.cc43 template <typename IndexT, typename DataT>
46 RunR1<IndexT, DataT>({0, 1, 2, 3, 4, 5, 6, 7}, {0}, {5}, {0, 1, 2, 3, 4}); in TestR1()
48 RunR1<IndexT, DataT>({0, 1, 2, 3, 4, 5, 6, 7}, {2}, {3}, {2, 3, 4}); in TestR1()
50 RunR1<IndexT, DataT>({0, 1, 2, 3, 4, 5, 6, 7}, {5}, {3}, {5, 6, 7}); in TestR1()
52 RunR1<IndexT, DataT>({0, 1, 2, 3, 4, 5, 6, 7}, {2}, {0}, {}); in TestR1()
55 template <typename IndexT, typename DataT>
58 RunR1<IndexT, DataT>({0, 1, 2, 3, 4, 5, 6, 7}, {6}, {4}, {4, 5, 6, 7}); in TestR1OOB()
61 template <typename IndexT, typename DataT>
64 RunR2<IndexT, DataT>({{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}, {0, 0}, {2, 2}, in TestR2()
67 RunR2<IndexT, DataT>({{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}, {1, 1}, {2, 1}, in TestR2()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp191 template <typename DataT>
220 llvm::function_ref<unsigned(const DataT &)> getCUIndexForEntry;
236 void emitEntry(const DataT &Entry) const;
243 llvm::function_ref<unsigned(const DataT &)> GetCUIndexForEntry);
365 template <typename DataT>
366 void Dwarf5AccelTableWriter<DataT>::Header::emit( in emit()
398 template <typename DataT>
399 DenseSet<uint32_t> Dwarf5AccelTableWriter<DataT>::getUniqueTags() const { in getUniqueTags()
404 unsigned Tag = static_cast<const DataT *>(Value)->getDieTag(); in getUniqueTags()
412 template <typename DataT>
[all …]
DDwarfDebug.h348 template <typename DataT>
349 void addAccelNameImpl(AccelTable<DataT> &AppleAccel, StringRef Name,
DDwarfDebug.cpp2410 template <typename DataT>
2411 void DwarfDebug::addAccelNameImpl(AccelTable<DataT> &AppleAccel, StringRef Name, in addAccelNameImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAccelTable.h199 template <typename DataT> class AccelTable : public AccelTableBase {
201 AccelTable() : AccelTableBase(DataT::hash) {} in AccelTable()
304 template <typename DataT>
305 void emitAppleAccelTable(AsmPrinter *Asm, AccelTable<DataT> &Contents, in emitAppleAccelTable()
307 static_assert(std::is_convertible<DataT *, AppleAccelTableData *>::value, ""); in emitAppleAccelTable()
308 emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms); in emitAppleAccelTable()
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc87 union DataT { union
93 using DataPtr = std::unique_ptr<DataT, decltype(&std::free)>;
103 : Size(sizeof(DataT) + BuffSize), in ValueUnion()
104 Buff(::new (std::malloc(Size)) DataT(), &std::free) {} in ValueUnion()
/external/google-benchmark/src/
Dsysinfo.cc90 union DataT { union
96 using DataPtr = std::unique_ptr<DataT, decltype(&std::free)>;
106 : Size(sizeof(DataT) + BuffSize), in ValueUnion()
107 Buff(::new (std::malloc(Size)) DataT(), &std::free) {} in ValueUnion()
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp147 template <int DataT>
335 template <int InputT, int DataT>
336 typename TypeTraits<DataT>::Type getInputValue (const ShaderEvalContext& evalCtx, int inputNdx);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp250 template <int DataT>
488 template <int InputT, int DataT>
489 typename TypeTraits<DataT>::Type getInputValue (const ShaderEvalContext& evalCtx, int inputNdx);
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp255 template <int DataT>
493 template <int InputT, int DataT>
494 typename TypeTraits<DataT>::Type getInputValue (const ShaderEvalContext& evalCtx, int inputNdx);