Home
last modified time | relevance | path

Searched defs:C (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DLVM_Macros.h36 #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/
DArrayUtilsTest.java31 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/base/core/java/com/android/internal/util/function/pooled/
DPooledLambda.java460 TriFunction<? super A, ? super B, ? super C, ? extends R> function, in obtainSupplier()
496 TriFunction<? super A, ? super B, ? super C, ? extends R> function, in obtainFunction()
532 TriFunction<? super A, ? super B, ? super C, ? extends R> function, in obtainFunction()
568 TriFunction<? super A, ? super B, ? super C, ? extends R> function, in obtainFunction()
621 QuadConsumer<? super A, ? super B, ? super C, ? super D> function, in obtainRunnable()
640 QuadFunction<? super A, ? super B, ? super C, ? super D, ? extends R> function, in obtainSupplier()
659 QuadConsumer<? super A, ? super B, ? super C, ? super D> function, in obtainConsumer()
678 QuadFunction<? super A, ? super B, ? super C, ? super D, ? extends R> function, in obtainFunction()
697 QuadConsumer<? super A, ? super B, ? super C, ? super D> function, in obtainConsumer()
716 QuadFunction<? super A, ? super B, ? super C, ? super D, ? extends R> function, in obtainFunction()
[all …]
/frameworks/native/services/sensorservice/
Dmat.h33 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/
Dslang_rs_object_ref_count.cpp42 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 …]
Dslang_rs_export_foreach.cpp95 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
Dslang_rs_check_ast.h33 clang::ASTContext &C; variable
Dslang_rs_special_func.cpp59 const clang::ASTContext &C = FD->getASTContext(); in validateSpecialFuncDecl() local
Dslang_rs_export_func.cpp38 const clang::ASTContext &C = FD->getASTContext(); in ValidateFuncDecl() local
Dslang_rs_object_ref_count.h157 explicit RSObjectRefCount(clang::ASTContext &C) in RSObjectRefCount()
Dslang_rs_special_kernel_param.cpp105 clang::ASTContext &C = Context->getASTContext(); in processSpecialKernelParameters() local
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp110 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/
Dfp.cpp60 const float C = 8.0f; in sinef() local
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java2259 …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/base/packages/SettingsLib/src/com/android/settingslib/display/
DBrightnessUtils.java29 private static final float C = 0.55991073f; field in BrightnessUtils
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DScriptIntrinsicBLAS.java2862 …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/
DGlobalAllocPass.cpp83 for (auto &C : Calls) { in runOnModule() local
/frameworks/native/cmds/lshal/
DTimeout.h41 bool wait(std::chrono::time_point<C, D> end) { in wait()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBLAS.cpp67 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/
DValueEnumerator.cpp276 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/
DValueEnumerator.cpp276 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/
DValueEnumerator.cpp276 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/
Dpost_filter.cpp189 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/androidx/room/integration/testapp/test/
DForeignKeyTest.java152 static class C { class in ForeignKeyTest
157 C(String aName) { in C() method in ForeignKeyTest.C
/frameworks/compile/libbcc/lib/
DRSEmbedInfo.cpp56 llvm::LLVMContext *C; member in __anon130bd8ba0111::RSEmbedInfoPass

123