Home
last modified time | relevance | path

Searched defs:Y (Results 1 – 25 of 71) sorted by relevance

123

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVM_Power10.cpp58 LVM_FLOAT Y,Coefficients[13]={0.999906f, in LVM_Power10() local
DLVM_FO_LPF.cpp73 LVM_FLOAT Y,Coefficients[13] = {-0.999996f, in LVM_FO_LPF() local
DLVM_FO_HPF.cpp73 LVM_FLOAT Y,Coefficients[13] = {-0.999996f, in LVM_FO_HPF() local
DLVM_Polynomial.cpp48 LVM_FLOAT Y,A,XTemp,Temp,sign; in LVM_Polynomial() local
/frameworks/compile/mclinker/lib/Target/X86/TargetInfo/
DX86TargetInfo.cpp20 mcld::RegisterTarget<llvm::Triple::x86_64> Y(TheX86_64Target, "x86-64"); in MCLDInitializeX86LDTargetInfo() local
/frameworks/compile/mclinker/lib/Target/ARM/TargetInfo/
DARMTargetInfo.cpp20 mcld::RegisterTarget<llvm::Triple::thumb> Y(TheThumbTarget, "thumb"); in MCLDInitializeARMLDTargetInfo() local
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp184 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/
DrsCpuIntrinsicYuvToRGB.cpp61 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/
DUT_noroot.java37 int Y = 7; in initializeGlobals() local
DUT_foreach.java37 int Y = 7; in initializeGlobals() local
DUT_refcount.java38 int Y = 700; in initializeGlobals() local
DUT_single_source_script.java37 int Y = 768; in initializeGlobals() local
DUT_kernel2d_oldstyle.java41 int Y = 5; in initializeGlobals() local
DUT_kernel2d.java41 int Y = 5; in initializeGlobals() local
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_foreach.java35 int Y = 7; in initializeGlobals() local
DUT_noroot.java35 int Y = 7; in initializeGlobals() local
DUT_refcount.java36 int Y = 700; in initializeGlobals() local
DUT_single_source_script.java35 int Y = 768; in initializeGlobals() local
DUT_kernel2d.java39 int Y = 5; in initializeGlobals() local
DUT_kernel2d_oldstyle.java39 int Y = 5; in initializeGlobals() local
/frameworks/native/libs/ui/include/ui/
DConfigStoreTypes.h26 float Y; member
/frameworks/native/libs/ui/include_vndk/ui/
DConfigStoreTypes.h26 float Y; member
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java275 …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/
DColor.cpp153 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/
DUT_foreach_bounds.java35 int Y = 7; in initializeGlobals() local

123