/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
D | LVM_Macros.h | 36 #define MUL32x32INTO32(A,B,C,ShiftR) \ argument 75 #define MUL32x16INTO32(A,B,C,ShiftR) \ argument 103 #define ADD2_SAT_32x32(A,B,C) \ argument
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | ArrayUtilsTest.java | 31 final Object C = new Object(); in testContains() local 47 final Object C = new Object(); in testIndexOf() local 67 final Object C = new Object(); in testContainsAll() local
|
/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_check_ast.h | 33 clang::ASTContext &C; variable
|
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_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/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/native/opengl/libagl/ |
D | fp.cpp | 60 const float C = 8.0f; in sinef() local
|
/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/android/support/v8/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/rs/rsov/compiler/ |
D | GlobalAllocPass.cpp | 83 for (auto &C : Calls) { in runOnModule() local
|
/frameworks/native/cmds/lshal/ |
D | Timeout.h | 41 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/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/test/ |
D | ForeignKeyTest.java | 151 static class C { class in ForeignKeyTest 156 C(String aName) { in C() method in ForeignKeyTest.C
|
/frameworks/compile/libbcc/lib/ |
D | RSEmbedInfo.cpp | 56 llvm::LLVMContext *C; member in __anone1710b190111::RSEmbedInfoPass
|
D | RSGlobalInfoPass.cpp | 169 llvm::Constant *C = in runOnModule() local
|
/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
|