/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
D | LVM_Macros.h | 31 #define MUL32x32INTO32(A,B,C,ShiftR) \ argument 68 #define MUL32x16INTO32(A,B,C,ShiftR) \ argument 94 #define ADD2_SAT_32x32(A,B,C) \ argument
|
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
D | PooledLambda.java | 383 QuadPredicate<? super A, ? super B, ? super C, ? super D> function, in obtainPredicate() 404 QuintPredicate<? super A, ? super B, ? super C, ? super D, ? super E> function, in obtainPredicate() 548 TriFunction<? super A, ? super B, ? super C, ? extends R> function, in obtainSupplier() 586 TriFunction<? super A, ? super B, ? super C, ? extends R> function, in obtainFunction() 624 TriFunction<? super A, ? super B, ? super C, ? extends R> function, in obtainFunction() 662 TriFunction<? super A, ? super B, ? super C, ? extends R> function, in obtainFunction() 717 QuadConsumer<? super A, ? super B, ? super C, ? super D> function, in obtainRunnable() 737 QuadFunction<? super A, ? super B, ? super C, ? super D, ? extends R> function, in obtainSupplier() 757 QuadConsumer<? super A, ? super B, ? super C, ? super D> function, in obtainConsumer() 777 QuadFunction<? super A, ? super B, ? super C, ? super D, ? extends R> function, in obtainFunction() [all …]
|
/frameworks/native/services/sensorservice/ |
D | mat.h | 33 mat<TYPE, C, R>& doAssign( in doAssign() argument 43 mat<TYPE, C, R> PURE doMul( in doMul() argument 77 mat<TYPE, C, R> PURE doMul( in doMul() argument 91 mat<TYPE, C, R> PURE doMul( in doMul() argument 105 mat<TYPE, C, R> PURE doMul( in doMul() argument 290 mat<TYPE, R, C> PURE transpose(const mat<TYPE, C, R>& m) { in transpose() argument 299 template <typename TYPE, size_t C> static TYPE trace(const mat<TYPE, C, C>& m) { in trace() argument 308 static bool isPositiveSemidefinite(const mat<TYPE, C, C>& m, TYPE tolerance) { in isPositiveSemidefinite() argument
|
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 42 void RSObjectRefCount::GetRSRefCountingFunctions(clang::ASTContext &C) { in GetRSRefCountingFunctions() 103 clang::CompoundStmt* BuildCompoundStmt(clang::ASTContext &C, in BuildCompoundStmt() 126 void AppendAfterStmt(clang::ASTContext &C, in AppendAfterStmt() 264 clang::Expr *ClearSingleRSObject(clang::ASTContext &C, in ClearSingleRSObject() 348 clang::ASTContext &C, in ClearArrayRSObject() 555 clang::ASTContext &C, in ClearStructRSObject() 679 clang::Stmt *CreateSingleRSSetObject(clang::ASTContext &C, in CreateSingleRSSetObject() 896 clang::Stmt *CreateStructRSSetObject(clang::ASTContext &C, in CreateStructRSSetObject() 1016 void RSObjectRefCount::Scope::InsertStmt(const clang::ASTContext &C, in InsertStmt() 1028 void RSObjectRefCount::Scope::ReplaceStmt(const clang::ASTContext &C, in ReplaceStmt() [all …]
|
D | slang_rs_export_foreach.cpp | 95 clang::ASTContext &C = Context->getASTContext(); in validateAndConstructOldStyleParams() local 168 clang::ASTContext &C = Context->getASTContext(); in validateAndConstructKernelParams() local 340 const clang::ASTContext &C = Context->getASTContext(); in Create() local
|
D | slang_rs_check_ast.h | 33 clang::ASTContext &C; variable
|
D | slang_rs_special_func.cpp | 59 const clang::ASTContext &C = FD->getASTContext(); in validateSpecialFuncDecl() local
|
D | slang_rs_export_func.cpp | 38 const clang::ASTContext &C = FD->getASTContext(); in ValidateFuncDecl() local
|
D | slang_rs_object_ref_count.h | 157 explicit RSObjectRefCount(clang::ASTContext &C) in RSObjectRefCount()
|
D | slang_rs_special_kernel_param.cpp | 105 clang::ASTContext &C = Context->getASTContext(); in processSpecialKernelParameters() local
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | ArrayUtilsTest.java | 32 final Object C = new Object(); in testContains() local 48 final Object C = new Object(); in testIndexOf() local 68 final Object C = new Object(); in testContainsAll() local
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 110 float beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Single() 124 double beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Double() 137 … float betaX, float betaY, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Complex() 150 … double betaX, double betaY, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Z() 163 RsAllocation C, int c_offset, int c_mult_int) { in nScriptIntrinsicBLAS_BNNM() 1203 const sp<Allocation>& A, const sp<Allocation>& B, const sp<Allocation>& C) { in validateL3() 1271 … const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in SGEMM() 1294 … const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in DGEMM() 1316 … const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CGEMM() 1338 … const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZGEMM() [all …]
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBLAS.java | 2259 …validateL3(Element e, int TransA, int TransB, int Side, Allocation A, Allocation B, Allocation C) { in validateL3() 2341 Allocation B, float beta, Allocation C) { in SGEMM() 2344 validateL3(Element.F32(mRS), TransA, TransB, 0, A, B, C); in SGEMM() local 2378 Allocation B, double beta, Allocation C) { in DGEMM() 2381 validateL3(Element.F64(mRS), TransA, TransB, 0, A, B, C); in DGEMM() local 2414 Allocation B, Float2 beta, Allocation C) { in CGEMM() 2417 validateL3(Element.F32_2(mRS), TransA, TransB, 0, A, B, C); in CGEMM() local 2450 Allocation B, Double2 beta, Allocation C) { in ZGEMM() 2453 validateL3(Element.F64_2(mRS), TransA, TransB, 0, A, B, C); in ZGEMM() local 2486 Allocation B, float beta, Allocation C) { in SSYMM() [all …]
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBLAS.java | 2862 …validateL3(Element e, int TransA, int TransB, int Side, Allocation A, Allocation B, Allocation C) { in validateL3() 2944 Allocation B, float beta, Allocation C) { in SGEMM() 2947 validateL3(Element.F32(mRS), TransA, TransB, 0, A, B, C); in SGEMM() local 2991 Allocation B, double beta, Allocation C) { in DGEMM() 2994 validateL3(Element.F64(mRS), TransA, TransB, 0, A, B, C); in DGEMM() local 3037 Allocation B, Float2 beta, Allocation C) { in CGEMM() 3040 validateL3(Element.F32_2(mRS), TransA, TransB, 0, A, B, C); in CGEMM() local 3083 Allocation B, Double2 beta, Allocation C) { in ZGEMM() 3086 validateL3(Element.F64_2(mRS), TransA, TransB, 0, A, B, C); in ZGEMM() local 3129 Allocation B, float beta, Allocation C) { in SSYMM() [all …]
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/testables/ |
D | MultipleStaticMocksTest.java | 78 private static class C { class in MultipleStaticMocksTest
|
D | TestableDeviceConfigAndOtherStaticMocksTest.java | 87 private static class C { class in TestableDeviceConfigAndOtherStaticMocksTest
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/display/ |
D | BrightnessUtils.java | 30 private static final float C = 0.55991073f; field in BrightnessUtils
|
/frameworks/native/cmds/lshal/ |
D | Timeout.h | 43 bool wait(std::chrono::time_point<C, D> end) { in wait()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBLAS.cpp | 67 void** C, in initABC() 152 void *C = nullptr; in walk_tiled_gemm() local 253 void *C = nullptr; in invokeForEach() local
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.cpp | 276 else if (auto *C = dyn_cast<ConstantAsMetadata>(MD)) in EnumerateMetadata() local 321 if (const Constant *C = dyn_cast<Constant>(V)) { in EnumerateValue() local 411 const Constant *C = dyn_cast<Constant>(V); in EnumerateOperandType() local
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.cpp | 276 else if (auto *C = dyn_cast<ConstantAsMetadata>(MD)) in EnumerateMetadata() local 321 if (const Constant *C = dyn_cast<Constant>(V)) { in EnumerateValue() local 411 const Constant *C = dyn_cast<Constant>(V); in EnumerateOperandType() local
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 276 else if (auto *C = dyn_cast<ConstantAsMetadata>(MD)) in EnumerateMetadata() local 321 if (const Constant *C = dyn_cast<Constant>(V)) { in EnumerateValue() local 411 const Constant *C = dyn_cast<Constant>(V); in EnumerateOperandType() local
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | post_filter.cpp | 189 int mbnum, strength, A_D, d1_2, d1, d2, A, B, C, D, b_size; in H263_Deblock() local
|
/frameworks/compile/libbcc/lib/ |
D | RSEmbedInfo.cpp | 56 llvm::LLVMContext *C; member in __anon130bd8ba0111::RSEmbedInfoPass
|
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | GoogLeNet.java | 188 Allocation C = Allocation.createTyped(mRS, c_type); in setTest() local
|