/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVM_Power10.cpp | 57 LVM_FLOAT Y, Coefficients[13] = {0.999906f, 2.302475f, 2.652765f, 2.035494f, 1.165667f, in LVM_Power10() local
|
D | LVM_FO_LPF.cpp | 71 LVM_FLOAT Y, in LVM_FO_LPF() local
|
D | LVM_FO_HPF.cpp | 71 LVM_FLOAT Y, Coefficients[13] = {-0.999996f, 0.999801f, -0.497824f, 0.322937f, -0.180880f, in LVM_FO_HPF() local
|
D | LVM_Polynomial.cpp | 45 LVM_FLOAT Y, A, XTemp, Temp, sign; in LVM_Polynomial() local
|
/frameworks/compile/mclinker/lib/Target/ARM/TargetInfo/ |
D | ARMTargetInfo.cpp | 20 mcld::RegisterTarget<llvm::Triple::thumb> Y(TheThumbTarget, "thumb"); in MCLDInitializeARMLDTargetInfo() local
|
/frameworks/compile/mclinker/lib/Target/X86/TargetInfo/ |
D | X86TargetInfo.cpp | 20 mcld::RegisterTarget<llvm::Triple::x86_64> Y(TheX86_64Target, "x86-64"); in MCLDInitializeX86LDTargetInfo() local
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 184 const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY) { in validateGEMV() 214 int incX, float beta, const sp<Allocation>& Y, int incY) { in SGEMV() 225 int incX, double beta, const sp<Allocation>& Y, int incY) { in DGEMV() 236 int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CGEMV() 247 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZGEMV() 258 … const sp<Allocation>& X, int incX, float beta, const sp<Allocation>& Y, int incY) { in SGBMV() 274 … const sp<Allocation>& X, int incX, double beta, const sp<Allocation>& Y, int incY) { in DGBMV() 290 … const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CGBMV() 306 … const sp<Allocation>& X, int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZGBMV() 629 const sp<Allocation>& X, const sp<Allocation>& Y, int incX, int incY) { in validateSYMV() [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_foreach.java | 37 int Y = 7; in initializeGlobals() local
|
D | UT_noroot.java | 37 int Y = 7; in initializeGlobals() local
|
D | UT_single_source_script.java | 37 int Y = 768; in initializeGlobals() local
|
D | UT_refcount.java | 38 int Y = 700; in initializeGlobals() local
|
D | UT_kernel2d_oldstyle.java | 41 int Y = 5; in initializeGlobals() local
|
D | UT_kernel2d.java | 41 int Y = 5; in initializeGlobals() local
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_foreach.java | 35 int Y = 7; in initializeGlobals() local
|
D | UT_noroot.java | 35 int Y = 7; in initializeGlobals() local
|
D | UT_refcount.java | 36 int Y = 700; in initializeGlobals() local
|
D | UT_single_source_script.java | 35 int Y = 768; in initializeGlobals() local
|
D | UT_kernel2d.java | 39 int Y = 5; in initializeGlobals() local
|
D | UT_kernel2d_oldstyle.java | 39 int Y = 5; in initializeGlobals() local
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicYuvToRGB.cpp | 61 int16_t Y = ((int16_t)y) - 16; in rsYuvToRGBA_uchar4() local 118 const uchar *Y = pinY + (info->current.y * strideY); in kernel() local
|
/frameworks/native/libs/ui/include/ui/ |
D | ConfigStoreTypes.h | 26 float Y; member
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | ConfigStoreTypes.h | 26 float Y; member
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBLAS.java | 279 …validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y, int incY) { in validateGEMV() 324 …nt TransA, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int incY) { in SGEMV() 325 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() local 346 … TransA, double alpha, Allocation A, Allocation X, int incX, double beta, Allocation Y, int incY) { in DGEMV() 347 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() local 368 … TransA, Float2 alpha, Allocation A, Allocation X, int incX, Float2 beta, Allocation Y, int incY) { in CGEMV() 369 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV() local 390 …ransA, Double2 alpha, Allocation A, Allocation X, int incX, Double2 beta, Allocation Y, int incY) { in ZGEMV() 391 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV() local 421 …L, int KU, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int incY) { in SGBMV() [all …]
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | UT_foreach.java | 35 int Y = 7; in initializeGlobals() local
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | UT_refcount.java | 34 int Y = 700; in initializeGlobals() local
|