| /external/tensorflow/tensorflow/core/lib/random/ |
| D | random_distributions.h | 82 typedef Array<Eigen::half, kResultElementCount> ResultType; typedef 106 typedef Array<bfloat16, kResultElementCount> ResultType; typedef 130 typedef Array<float, kResultElementCount> ResultType; typedef 154 typedef Array<double, kResultElementCount> ResultType; typedef 178 typedef Array<int32, kResultElementCount> ResultType; typedef 213 typedef Array<int64, kResultElementCount> ResultType; typedef 248 typedef typename Generator::ResultElementType ResultType; typedef 335 typedef Array<Eigen::half, kResultElementCount> ResultType; typedef 362 typedef Array<bfloat16, kResultElementCount> ResultType; typedef 392 typedef Array<float, kResultElementCount> ResultType; typedef [all …]
|
| D | philox_random_test.cc | 39 typedef PhiloxRandom::ResultType ResultType; typedef in tensorflow::random::__anon305595b30111::TrivialPhiloxDistribution
|
| D | random_distributions_test.cc | 308 using ResultType = std::vector<uint32>; typedef in tensorflow::random::__anon552513520111::MockGenerator
|
| /external/clang/lib/CodeGen/ |
| D | CGVTables.cpp | 84 QualType ResultType, RValue RV, in PerformReturnAdjustment() 149 QualType ResultType = FPT->getReturnType(); in GenerateVarArgsThunk() local 218 QualType ResultType = CGM.getCXXABI().HasThisReturn(GD) in StartThunk() local 310 QualType ResultType = CGM.getCXXABI().HasThisReturn(CurGD) in EmitCallAndReturnForThunk() local
|
| D | CGBuiltin.cpp | 74 QualType T, llvm::Type *ResultType) { in EmitFromInt() 621 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 638 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 655 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 676 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 692 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local 3326 llvm::Type *ResultType = CGF.ConvertType(E->getType()); in EmitCommonNeonSISDBuiltinExpr() local 3754 llvm::Type *ResultType = ConvertType(E->getType()); in EmitCommonNeonBuiltinExpr() local 7479 llvm::Type *ResultType = ConvertType(E->getType()); in EmitPPCBuiltinExpr() local 7490 llvm::Type *ResultType = ConvertType(E->getType()); in EmitPPCBuiltinExpr() local [all …]
|
| D | CodeGenTypes.cpp | 354 llvm::Type *ResultType = nullptr; in ConvertFunctionType() local 395 llvm::Type *ResultType = nullptr; in ConvertType() local
|
| D | CGCXXABI.cpp | 189 RValue RV, QualType ResultType) { in EmitReturnFromThunk()
|
| D | CGObjCMac.cpp | 1781 QualType ResultType, in GenerateMessageSendSuper() 1844 QualType ResultType, in GenerateMessageSend() 1868 QualType ResultType, in EmitMessageSend() 6847 QualType ResultType, in GenerateMessageSend() 6984 QualType ResultType, in GenerateMessageSendSuper()
|
| D | CGCall.cpp | 363 CanQualType ResultType = TheCXXABI.HasThisReturn(GD) in arrangeCXXConstructorCall() local 1432 bool CodeGenModule::ReturnTypeUsesFPRet(QualType ResultType) { in ReturnTypeUsesFPRet() 1449 bool CodeGenModule::ReturnTypeUsesFP2Ret(QualType ResultType) { in ReturnTypeUsesFP2Ret()
|
| D | CGObjCGNU.cpp | 1263 QualType ResultType, in GenerateMessageSendSuper() 1371 QualType ResultType, in GenerateMessageSend()
|
| D | CGStmt.cpp | 2042 llvm::Type *ResultType; in EmitAsmStmt() local
|
| /external/gemmlowp/test/ |
| D | benchmark.cc | 164 typedef Matrix<std::uint8_t, MapOrder::ColMajor> ResultType; in benchmark() typedef 208 typedef Matrix<std::uint8_t, MapOrder::ColMajor> ResultType; in benchmark_gemm_sizes() typedef
|
| D | benchmark_all_sizes.cc | 113 typedef Matrix<std::uint8_t, MapOrder::ColMajor> ResultType; in benchmark_8bit() typedef 165 typedef Matrix<std::int32_t, MapOrder::ColMajor> ResultType; in benchmark_8bit_to_32bit() typedef
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | RPCUtils.h | 527 using ResultType = Expected<ResultT>; variable 534 using ResultType = Error; variable 541 using ResultType = Error; variable 548 using ResultType = Error; variable 1582 using ResultType = typename detail::ResultTraits<AltRetT>::ErrorReturnType; in callB() local
|
| /external/clang/lib/Sema/ |
| D | CodeCompleteConsumer.cpp | 179 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { in CreateResultType() 362 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { in AddResultTypeChunk()
|
| D | SemaPseudoObject.cpp | 1139 QualType ResultType; in findAtIndexGetter() local 1245 QualType ResultType; in findAtIndexSetter() local
|
| D | SemaExprCXX.cpp | 1317 QualType ResultType = Result.get()->getType(); in BuildCXXTypeConstructExpr() local 1591 QualType ResultType = Context.getPointerType(AllocType); in BuildCXXNew() local 4440 QualType ResultType = Context.getLogicalOperationType(); in BuildTypeTrait() local 6392 QualType ResultType = Method->getReturnType(); in BuildCXXMemberCallExpr() local
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXGenericToNVVM.cpp | 183 Type *ResultType = in getOrInsertCVTA() local
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | DynamicTypePropagation.cpp | 698 QualType ResultType = StaticResultType.substObjCTypeArgs( in getReturnTypeForMethod() local 838 QualType ResultType = in checkPostObjCMessage() local
|
| /external/llvm/lib/IR/ |
| D | IRBuilder.cpp | 439 Type *ResultType, in CreateGCResult() 453 Type *ResultType, in CreateGCRelocate()
|
| /external/clang/test/SemaCXX/ |
| D | typo-correction.cpp | 382 enum ResultType { enum in class_member_typo_corrections::Result 402 enum ResultType { enum in class_member_typo_corrections::Figure
|
| /external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
| D | MatrixPower.h | 98 typedef Block<MatrixType,Dynamic,Dynamic> ResultType; typedef
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| D | IRBuilder.cpp | 706 Type *ResultType, in CreateGCResult() 720 Type *ResultType, in CreateGCRelocate()
|
| /external/clang/lib/AST/ |
| D | ASTContext.cpp | 2206 QualType ResultType = getObjCGCQualType(Pointee, GCAttr); in getObjCGCQualType() local 2244 QualType ResultType) { in adjustDeducedFunctionResultType() 7768 QualType ResultType = mergeTypes(LHSPointee, RHSPointee, false, in mergeTypes() local 7786 QualType ResultType = mergeTypes(LHSPointee, RHSPointee, OfBlockPointer, in mergeTypes() local 7804 QualType ResultType = mergeTypes(LHSValue, RHSValue, false, in mergeTypes() local 7827 QualType ResultType = mergeTypes(LHSElem, RHSElem, false, Unqualified); in mergeTypes() local 7912 QualType ResultType = mergeTypes(LHSValue, RHSValue, false, in mergeTypes() local 7980 QualType ResultType = in mergeObjCGCQualifiers() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
| D | MemoryBuiltins.cpp | 468 auto *ResultType = cast<IntegerType>(ObjectSize->getType()); in lowerObjectSizeCall() local
|