/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVM_Power10.cpp | 58 LVM_FLOAT Y,Coefficients[13]={0.999906f, in LVM_Power10() local
|
D | LVM_FO_LPF.cpp | 73 LVM_FLOAT Y,Coefficients[13] = {-0.999996f, in LVM_FO_LPF() local
|
D | LVM_FO_HPF.cpp | 73 LVM_FLOAT Y,Coefficients[13] = {-0.999996f, in LVM_FO_HPF() local
|
D | LVM_Polynomial.cpp | 48 LVM_FLOAT Y,A,XTemp,Temp,sign; in LVM_Polynomial() 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/compile/mclinker/lib/Target/ARM/TargetInfo/ |
D | ARMTargetInfo.cpp | 20 mcld::RegisterTarget<llvm::Triple::thumb> Y(TheThumbTarget, "thumb"); in MCLDInitializeARMLDTargetInfo() 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/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/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_noroot.java | 37 int Y = 7; in initializeGlobals() local
|
D | UT_foreach.java | 37 int Y = 7; in initializeGlobals() local
|
D | UT_refcount.java | 38 int Y = 700; in initializeGlobals() local
|
D | UT_single_source_script.java | 37 int Y = 768; 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/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 | 275 …validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y, int incY) { in validateGEMV() 320 …nt TransA, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int incY) { in SGEMV() 321 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() local 342 … TransA, double alpha, Allocation A, Allocation X, int incX, double beta, Allocation Y, int incY) { in DGEMV() 343 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() local 364 … TransA, Float2 alpha, Allocation A, Allocation X, int incX, Float2 beta, Allocation Y, int incY) { in CGEMV() 365 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV() local 386 …ransA, Double2 alpha, Allocation A, Allocation X, int incX, Double2 beta, Allocation Y, int incY) { in ZGEMV() 387 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV() local 417 …L, int KU, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int incY) { in SGBMV() [all …]
|
/frameworks/base/libs/hwui/utils/ |
D | Color.cpp | 153 float Y = fy > D ? fy * fy * fy : (1.0f / B) * (fy - C); in toXyz() local 165 float Y = v[1] / ILLUMINANT_D50_XYZ[1]; in fromXyz() local
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_foreach_bounds.java | 35 int Y = 7; in initializeGlobals() local
|