HomeSort by relevance Sort by last modified time
    Searched defs:OutType (Results 1 - 7 of 7) sorted by null

  /external/gemmlowp/meta/
base.h 50 typedef OutType_ OutType;
66 OutType* result;
100 template <typename InType, typename OutType, typename Kernel,
106 OutType* result);
112 typedef OutType_ OutType;
116 OutType* output;
122 template <typename InType, typename OutType, typename Kernel, int kernel_size,
127 OutType* output);
130 template <typename InType, typename OutType, typename Transform>
138 static OutType* OffsetOutput(const Transform& params, OutType* output
    [all...]
single_thread_gemm.h 49 typedef typename P::OutType OutType;
65 typedef Stream<typename P::OutType, m, n, 0, typename P::OutputStream>
67 typedef Stream<typename P::OutType, m_leftovers, n, 0,
71 typedef MulKernel<typename P::InType, typename P::OutType,
74 typedef MulKernel<typename P::InType, typename P::OutType,
78 typedef MulKernel<typename P::InType, typename P::OutType,
82 typedef MulKernel<typename P::InType, typename P::OutType,
171 reinterpret_cast<OutType*>(result_chunk));
180 reinterpret_cast<OutType*>(result_chunk))
    [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 410 const clang::Type *OutType =
412 FE->mOutType = RSExportType::Create(Context, OutType, LegacyKernelArgument);
slang_rs_reflection_state.cpp 270 const std::string OutType = (OET ? getUniqueTypeName(OET) : "");
286 foreach.mOut = canon(OutType);
318 if ((foreach.mHasOut != HasOut) || !foreach.mOut.equals(OutType)) {
325 if (foreach.mOut.size() && OutType.size()) {
330 << Name << foreach.mOut.str() << OutType;
333 const bool hasTyped64 = OutType.size();
337 << Name << (foreach.mOut.str() + OutType) << hasTyped64;
340 const std::string CombinedOutType = (foreach.mOut.str() + OutType);
    [all...]
  /external/libcxx/test/libcxx/utilities/function.objects/func.require/
invoke_helpers.h 68 typedef typename apply<T>::type OutType;
69 return static_cast<OutType>(obj);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
invoke_helpers.h 68 typedef typename apply<T>::type OutType;
69 return static_cast<OutType>(obj);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdh.h 74 USHORT OutType;

Completed in 426 milliseconds