Home
last modified time | relevance | path

Searched defs:ResultType (Results 1 – 25 of 116) sorted by relevance

12345

/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions.h79 typedef Array<Eigen::half, kResultElementCount> ResultType; typedef
103 typedef Array<bfloat16, kResultElementCount> ResultType; typedef
127 typedef Array<float, kResultElementCount> ResultType; typedef
151 typedef Array<double, kResultElementCount> ResultType; typedef
175 typedef Array<int32, kResultElementCount> ResultType; typedef
210 typedef Array<int64, kResultElementCount> ResultType; typedef
252 typedef Array<IntType, kResultElementCount> ResultType; typedef
276 typedef Array<IntType, kResultElementCount> ResultType; typedef
312 typedef typename Generator::ResultElementType ResultType; typedef
399 typedef Array<Eigen::half, kResultElementCount> ResultType; typedef
[all …]
Dphilox_random_test.cc39 typedef PhiloxRandom::ResultType ResultType; typedef in tensorflow::random::__anon997242510111::TrivialPhiloxDistribution
/external/tensorflow/tensorflow/core/kernels/
Dstateless_random_gamma_op.h77 typedef typename Distribution::ResultType ResultType; typedef
/external/llvm-project/lldb/include/lldb/Expression/
DExpression.h35 enum ResultType { eResultTypeAny, eResultTypeId }; enum
/external/clang/lib/CodeGen/
DCGVTables.cpp84 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
DCGBuiltin.cpp74 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 …]
DCodeGenTypes.cpp354 llvm::Type *ResultType = nullptr; in ConvertFunctionType() local
395 llvm::Type *ResultType = nullptr; in ConvertType() local
DCGCXXABI.cpp189 RValue RV, QualType ResultType) { in EmitReturnFromThunk()
/external/gemmlowp/test/
Dbenchmark.cc173 typedef Matrix<std::uint8_t, MapOrder::ColMajor> ResultType; in benchmark() typedef
217 typedef Matrix<std::uint8_t, MapOrder::ColMajor> ResultType; in benchmark_gemm_sizes() typedef
Dbenchmark_all_sizes.cc117 typedef Matrix<std::uint8_t, MapOrder::ColMajor> ResultType; in benchmark_8bit() typedef
169 typedef Matrix<std::int32_t, MapOrder::ColMajor> ResultType; in benchmark_8bit_to_32bit() typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h461 using ResultType = Expected<ResultT>; variable
468 using ResultType = Error; variable
475 using ResultType = Error; variable
482 using ResultType = Error; variable
1515 using ResultType = typename detail::ResultTraits<AltRetT>::ErrorReturnType; in callB() local
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h459 using ResultType = Expected<ResultT>; variable
466 using ResultType = Error; variable
473 using ResultType = Error; variable
480 using ResultType = Error; variable
1512 using ResultType = typename detail::ResultTraits<AltRetT>::ErrorReturnType; in callB() local
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp123 QualType T, llvm::Type *ResultType) { in EmitFromInt()
558 llvm::Type *ResultType = CGF.ConvertType(E->getType()); in emitMaybeConstrainedFPToIntRoundBuiltin() local
1434 llvm::Type *ResultType = ConvertType(E->getType()); in EmitMSVCBuiltinExpr() local
2520 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
2540 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
2557 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
2574 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
2595 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
2611 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
2629 llvm::Type *ResultType = ConvertType(E->getType()); in EmitBuiltinExpr() local
[all …]
DCGVTables.cpp70 QualType ResultType, RValue RV, in PerformReturnAdjustment()
162 QualType ResultType = FPT->getReturnType(); in GenerateVarArgsThunk() local
246 QualType ResultType; in StartThunk() local
359 QualType ResultType = CGM.getCXXABI().HasThisReturn(CurGD) in EmitCallAndReturnForThunk() local
DCodeGenTypes.cpp370 llvm::Type *ResultType = nullptr; in ConvertFunctionTypeInternal() local
425 llvm::Type *ResultType = nullptr; in ConvertType() local
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp179 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { in CreateResultType()
362 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { in AddResultTypeChunk()
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp271 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { in CreateResultType()
451 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { in AddResultTypeChunk()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dlb_policy.h207 enum ResultType { enum
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp698 QualType ResultType = StaticResultType.substObjCTypeArgs( in getReturnTypeForMethod() local
838 QualType ResultType = in checkPostObjCMessage() local
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp183 Type *ResultType = in getOrInsertCVTA() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp789 QualType ResultType = StaticResultType.substObjCTypeArgs( in getReturnTypeForMethod() local
990 QualType ResultType = in checkPostObjCMessage() local
/external/llvm/lib/IR/
DIRBuilder.cpp439 Type *ResultType, in CreateGCResult()
453 Type *ResultType, in CreateGCRelocate()
/external/llvm-project/llvm/lib/IR/
DIRBuilder.cpp743 Type *ResultType, in CreateGCResult()
757 Type *ResultType, in CreateGCRelocate()
1060 Type *ResultType = in CreatePreserveArrayAccessIndex() local
1104 Type *ResultType = in CreatePreserveStructAccessIndex() local
/external/llvm-project/clang/include/clang/APINotes/
DTypes.h511 std::string ResultType; variable
/external/clang/test/SemaCXX/
Dtypo-correction.cpp382 enum ResultType { enum in class_member_typo_corrections::Result
402 enum ResultType { enum in class_member_typo_corrections::Figure

12345