/aosp_15_r20/external/tensorflow/tensorflow/core/lib/random/ |
H A D | random_distributions.h | 74 typedef Array<Eigen::half, kResultElementCount> ResultType; typedef 98 typedef Array<bfloat16, kResultElementCount> ResultType; typedef 122 typedef Array<float, kResultElementCount> ResultType; typedef 146 typedef Array<double, kResultElementCount> ResultType; typedef 170 typedef Array<int32, kResultElementCount> ResultType; typedef 205 typedef Array<int64_t, kResultElementCount> ResultType; typedef 247 typedef Array<IntType, kResultElementCount> ResultType; typedef 271 typedef Array<IntType, kResultElementCount> ResultType; typedef 307 typedef typename Generator::ResultElementType ResultType; typedef 391 typedef Array<Eigen::half, kResultElementCount> ResultType; typedef [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/random/ |
D | random_distributions.h | 92 typedef Array<Eigen::half, kResultElementCount> ResultType; typedef 116 typedef Array<bfloat16, kResultElementCount> ResultType; typedef 140 typedef Array<float, kResultElementCount> ResultType; typedef 164 typedef Array<double, kResultElementCount> ResultType; typedef 188 typedef Array<int32, kResultElementCount> ResultType; typedef 223 typedef Array<int64, kResultElementCount> ResultType; typedef 258 typedef typename Generator::ResultElementType ResultType; typedef 344 typedef Array<Eigen::half, kResultElementCount> ResultType; typedef 371 typedef Array<bfloat16, kResultElementCount> ResultType; typedef 400 typedef Array<float, kResultElementCount> ResultType; typedef [all …]
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A 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 …]
|
H A 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
|
H A D | CodeGenTypes.cpp | 354 llvm::Type *ResultType = nullptr; in ConvertFunctionType() local 395 llvm::Type *ResultType = nullptr; in ConvertType() local
|
/aosp_15_r20/external/ComputeLibrary/tests/ |
H A D | AssetsLibrary.h | 538 using ResultType = typename DistributionType::result_type; in fill_boxes() local 575 using ResultType = typename std::remove_reference<D>::type::result_type; in fill() local 624 using ResultType = typename std::remove_reference<D>::type::result_type; in fill() local 664 using ResultType = typename std::remove_reference<D>::type::result_type; in fill() local
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
H A D | Manager.java | 227 public void onAccuracyTestCompleted(HashMap<BaseResultsDialog.ResultType, Boolean> passList) { in onAccuracyTestCompleted() 237 …public void onRobustnessTestCompleted(HashMap<BaseResultsDialog.ResultType, Boolean> robustnessTes… in onRobustnessTestCompleted() 248 …public void onComplexMovementTestCompleted(HashMap<BaseResultsDialog.ResultType, Boolean> complexM… in onComplexMovementTestCompleted()
|
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/ |
D | result_matchers.h | 48 using ResultType = std::decay_t<decltype(result)>; variable 57 using ResultType = std::decay_t<decltype(result)>; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RPCUtils.h | 461 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.utility/view.interface/ |
H A D | view.interface.pass.cpp | 137 struct ResultType { struct 138 bool value; 139 constexpr operator bool() const { return value; } in operator bool()
|
/aosp_15_r20/external/gemmlowp/test/ |
H A D | benchmark.cc | 173 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
|
H A D | benchmark_all_sizes.cc | 117 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
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/ |
H A D | call_spine.h | 106 using ResultType = typename P::Result; in CancelIfFails() local 129 using ResultType = typename PromiseType::Result; in SpawnGuarded() local
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 563 for (const RSExportType *ResultType : mRSContext->getReduceResultTypes( in genScriptClass() local 1224 bool RSReflectionJava::exportableReduce(const RSExportType *ResultType) { in exportableReduce() 1308 const RSExportType *const ResultType = ER->getResultType(); in genExportReduceArrayVariant() local 1461 const RSExportType *ResultType = ER->getResultType(); in genExportReduceAllocationVariant() local 1609 void RSReflectionJava::genExportReduceResultType(const RSExportType *ResultType) { in genExportReduceResultType()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 179 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { in CreateResultType() 362 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { in AddResultTypeChunk()
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ResultObjects/ |
H A D | ResultObject.java | 34 public ResultObject(HashMap<BaseResultsDialog.ResultType, Boolean> results) { in ResultObject()
|
/aosp_15_r20/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
H A D | ResultType.java | 22 public enum ResultType { enum
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/ |
D | join.h | 29 using ResultType = absl::remove_reference_t<T>; member
|
/aosp_15_r20/external/tink/cc/ |
H A D | output_stream_with_result.h | 65 using ResultType = variable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | stateless_random_gamma_op.h | 77 typedef typename Distribution::ResultType ResultType; typedef
|
/aosp_15_r20/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/current/android/hardware/bluetooth/ranging/ |
H A D | ResultType.aidl | 36 enum ResultType { enum
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/ranging/aidl/android.hardware.bluetooth.ranging_interface/dump/android/hardware/bluetooth/ranging/ |
D | ResultType.aidl | 36 enum ResultType { enum
|
/aosp_15_r20/hardware/interfaces/bluetooth/ranging/aidl/android/hardware/bluetooth/ranging/ |
H A D | ResultType.aidl | 21 enum ResultType { enum
|
/aosp_15_r20/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/1/android/hardware/bluetooth/ranging/ |
H A D | ResultType.aidl | 36 enum ResultType { enum
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/ranging/aidl/android.hardware.bluetooth.ranging-V2-ndk-source/gen/include/aidl/android/hardware/bluetooth/ranging/ |
D | ResultType.h | 27 enum class ResultType : int32_t { enum
|