Home
last modified time | relevance | path

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

123

/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DLVM_Macros.h31 #define MUL32x32INTO32(A, B, C, ShiftR) \ argument
73 #define MUL32x16INTO32(A, B, C, ShiftR) \ argument
98 #define ADD2_SAT_32x32(A, B, C) \ argument
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambda.java285 QuadPredicate<? super A, ? super B, ? super C, ? super D> function, in obtainPredicate()
306 QuintPredicate<? super A, ? super B, ? super C, ? super D, ? super E> function, in obtainPredicate()
432 QuadConsumer<? super A, ? super B, ? super C, ? super D> function, in obtainRunnable()
465 QuadConsumer<? super A, ? super B, ? super C, ? super D> function, in obtainMessage()
489 QuintConsumer<? super A, ? super B, ? super C, ? super D, ? super E> function, in obtainRunnable()
524 QuintConsumer<? super A, ? super B, ? super C, ? super D, ? super E> function, in obtainMessage()
549 HexConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> function, in obtainRunnable()
585 HexConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> function, in obtainMessage()
611 HeptConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainRunnable()
648 HeptConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainMessage()
[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()
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DArrayUtilsTest.java45 final Object C = new Object(); in testContains() local
62 final Object C = new Object(); in testIndexOf() local
83 final Object C = new Object(); in testContainsAll() 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/include/ftl/
Dcast.h55 using C = std::common_type_t<R, T>; in cast_safety() local
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java2263 …validateL3(Element e, int TransA, int TransB, int Side, Allocation A, Allocation B, Allocation C) { in validateL3()
2345 Allocation B, float beta, Allocation C) { in SGEMM()
2348 validateL3(Element.F32(mRS), TransA, TransB, 0, A, B, C); in SGEMM() local
2382 Allocation B, double beta, Allocation C) { in DGEMM()
2385 validateL3(Element.F64(mRS), TransA, TransB, 0, A, B, C); in DGEMM() local
2418 Allocation B, Float2 beta, Allocation C) { in CGEMM()
2421 validateL3(Element.F32_2(mRS), TransA, TransB, 0, A, B, C); in CGEMM() local
2454 Allocation B, Double2 beta, Allocation C) { in ZGEMM()
2457 validateL3(Element.F64_2(mRS), TransA, TransB, 0, A, B, C); in ZGEMM() local
2490 Allocation B, float beta, Allocation C) { in SSYMM()
[all …]
/frameworks/base/core/java/com/android/internal/display/
DBrightnessUtils.java41 private static final float C = 0.55991073f; field in BrightnessUtils
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicBLAS.java2866 …validateL3(Element e, int TransA, int TransB, int Side, Allocation A, Allocation B, Allocation C) { in validateL3()
2948 Allocation B, float beta, Allocation C) { in SGEMM()
2951 validateL3(Element.F32(mRS), TransA, TransB, 0, A, B, C); in SGEMM() local
2995 Allocation B, double beta, Allocation C) { in DGEMM()
2998 validateL3(Element.F64(mRS), TransA, TransB, 0, A, B, C); in DGEMM() local
3041 Allocation B, Float2 beta, Allocation C) { in CGEMM()
3044 validateL3(Element.F32_2(mRS), TransA, TransB, 0, A, B, C); in CGEMM() local
3087 Allocation B, Double2 beta, Allocation C) { in ZGEMM()
3090 validateL3(Element.F64_2(mRS), TransA, TransB, 0, A, B, C); in ZGEMM() local
3133 Allocation B, float beta, Allocation C) { in SSYMM()
[all …]
/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/av/media/module/codecs/m4v_h263/dec/src/
Dpost_filter.cpp43 int mbnum, strength, A_D, d1_2, d1, d2, A, B, C, D, b_size; in H263_Deblock() local
/frameworks/libs/modules-utils/javatests/com/android/modules/utils/testing/
DMultipleStaticMocksTest.java78 private static class C { class in MultipleStaticMocksTest
DTestableDeviceConfigAndOtherStaticMocksTest.java87 private static class C { class in TestableDeviceConfigAndOtherStaticMocksTest
/frameworks/base/packages/SettingsLib/DisplayUtils/src/com/android/settingslib/display/
DBrightnessUtils.java31 private static final float C = 0.55991073f; field in BrightnessUtils
/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/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/base/libs/hwui/
DSkiaInterpolator.cpp36 static inline Dot14 eval_cubic(Dot14 t, Dot14 A, Dot14 B, Dot14 C) { in eval_cubic()
66 Dot14 C = 3 * (b - c) + Dot14_ONE; in SkUnitCubicInterp() local
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DReflectionPerfTest.java259 public static class C { class in ReflectionPerfTest
263 public C() { in C() method in ReflectionPerfTest.C

123