HomeSort by relevance Sort by last modified time
    Searched refs:TargetType (Results 1 - 25 of 45) sorted by null

1 2

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorConversion.h 23 template<typename TargetType, typename XprType>
24 struct traits<TensorConversionOp<TargetType, XprType> >
27 typedef TargetType Scalar;
37 template<typename TargetType, typename XprType>
38 struct eval<TensorConversionOp<TargetType, XprType>, Eigen::Dense>
40 typedef const TensorConversionOp<TargetType, XprType>& type;
43 template<typename TargetType, typename XprType>
44 struct nested<TensorConversionOp<TargetType, XprType>, 1, typename eval<TensorConversionOp<TargetType, XprType> >::type>
46 typedef TensorConversionOp<TargetType, XprType> type
    [all...]
TensorCostModel.h 48 template <typename SrcType, typename TargetType>
51 internal::scalar_cast_op<SrcType, TargetType> >::Cost;
TensorForwardDeclarations.h 41 template<typename TargetType, typename XprType> class TensorConversionOp;
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_function.pass.cpp 74 template <class TargetType, class FuncType, class AllocType>
80 TargetType target = &MemFunClass::foo;
83 assert(f.template target<TargetType>());
84 assert(*f.template target<TargetType>() == target);
89 assert(f2.template target<TargetType>());
90 assert(*f2.template target<TargetType>() == target);
alloc_F.pass.cpp 77 template <class TargetType, class FuncType, class AllocType>
82 TargetType target = &MemFunClass::foo;
86 assert(f2.template target<TargetType>());
87 assert(*f2.template target<TargetType>() == target);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_function.pass.cpp 73 template <class TargetType, class FuncType, class AllocType>
79 TargetType target = &MemFunClass::foo;
82 assert(f.template target<TargetType>());
83 assert(*f.template target<TargetType>() == target);
88 assert(f2.template target<TargetType>());
89 assert(*f2.template target<TargetType>() == target);
alloc_F.pass.cpp 63 template <class TargetType, class FuncType, class AllocType>
68 TargetType target = &MemFunClass::foo;
72 assert(f2.template target<TargetType>());
73 assert(*f2.template target<TargetType>() == target);
  /external/libmojo/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 86 template <typename TargetType, typename InputType>
88 if (value > std::numeric_limits<TargetType>::max() ||
89 value < std::numeric_limits<TargetType>::min()) {
92 AppendData(static_cast<TargetType>(value));
96 template <typename TargetType, typename InputType>
98 if (value > std::numeric_limits<TargetType>::max() ||
99 value < std::numeric_limits<TargetType>::min()) {
102 TargetType target_value = static_cast<TargetType>(value);
103 assert(pos + sizeof(TargetType) <= data_->size())
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 105 APSIntType TargetType(To);
106 if (TargetType == APSIntType(From))
109 return getValue(TargetType.convert(From));
113 APSIntType TargetType = getAPSIntType(T);
114 if (TargetType == APSIntType(From))
117 return getValue(TargetType.convert(From));
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 295 SVal StoreManager::evalDynamicCast(SVal Base, QualType TargetType,
304 TargetType = TargetType->getPointeeType();
305 assert(!TargetType.isNull());
306 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl();
307 if (!TargetClass && !TargetType->isVoidType())
320 if (!TargetType->isVoidType() && MRClass->hasDefinition()) {
336 if (TargetType->isVoidType())
  /external/fmtlib/fmt/
printf.h 100 is_same<T, void>::value, U, T>::type TargetType;
101 if (sizeof(TargetType) <= sizeof(int)) {
105 arg_.int_value = static_cast<int>(static_cast<TargetType>(value));
108 typedef typename internal::MakeUnsigned<TargetType>::Type Unsigned;
  /external/llvm/lib/Target/NVPTX/
NVPTXInferAddressSpaces.cpp 335 Type *TargetType =
344 return ConstantExpr::getBitCast(CE->getOperand(0), TargetType);
368 NewOperands, TargetType, /*OnlyIfReduced=*/false,
372 return CE->getWithOperands(NewOperands, TargetType);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 162 } TargetType;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
ConvLib.c 388 @param TargetType the Smbios type
398 IN UINT8 TargetType,
414 if (StructureNode->Structure->Type == TargetType &&
489 LinkDataFixupNode->TargetType = LinkSmbiosType;
Thunk.h 106 UINT8 TargetType;
335 @param TargetType the Smbios type
345 IN UINT8 TargetType,
    [all...]
Translate.c 488 if ((StructureNode->SmbiosType != LinkDataFixupNode->TargetType) ||
  /external/vogar/src/vogar/
Vogar.java 584 private enum TargetType {
594 TargetType(File defaultDeviceDir) {
618 TargetType targetType;
620 targetType = TargetType.SSH;
622 targetType = TargetType.LOCAL;
624 targetType = TargetType.ADB
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
c.py     [all...]
  /prebuilts/tools/common/fest/
fest-reflect-1.2.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql.h 489 SQLRETURN SQL_API SQLBindCol(SQLHSTMT StatementHandle,SQLUSMALLINT ColumnNumber,SQLSMALLINT TargetType,SQLPOINTER TargetValue,SQLLEN BufferLength,SQLLEN *StrLen_or_Ind);
531 SQLRETURN SQL_API SQLGetData(SQLHSTMT StatementHandle,SQLUSMALLINT ColumnNumber,SQLSMALLINT TargetType,SQLPOINTER TargetValue,SQLLEN BufferLength,SQLLEN *StrLen_or_Ind);
rtmv2.h 277 DWORD WINAPI RtmBlockMethods(RTM_ENTITY_HANDLE RtmRegHandle,HANDLE TargetHandle,UCHAR TargetType,DWORD BlockingFlag);
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 607 enum TargetType
615 BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType);
625 const TargetType m_targetType;
631 BeforeDrawValidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType)
634 , m_targetType (targetType)
637 DE_ASSERT(targetType < TARGETTYPE_LAST);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 1053 milliseconds

1 2