Home
last modified time | relevance | path

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

12345

/aosp12/art/test/010-instance/src/
H A DY.java1 class Y extends X { class
2 public Y() { in Y() method in Y
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dconst.h22 #define _AC(X,Y) X argument
25 #define __AC(X,Y) (X ##Y) argument
26 #define _AC(X,Y) __AC(X, Y) argument
/aosp12/art/test/XandY/
H A DY.java17 class Y extends X { class
/aosp12/art/test/026-access/src/
H A DIface2.java21 public final static int Y = Iface.X + 1; field
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVM_Power10.cpp57 LVM_FLOAT Y, Coefficients[13] = {0.999906f, 2.302475f, 2.652765f, 2.035494f, 1.165667f, in LVM_Power10() local
H A DLVM_FO_HPF.cpp71 LVM_FLOAT Y, Coefficients[13] = {-0.999996f, 0.999801f, -0.497824f, 0.322937f, -0.180880f, in LVM_FO_HPF() local
H A DLVM_FO_LPF.cpp71 LVM_FLOAT Y, in LVM_FO_LPF() local
H A DLVM_Polynomial.cpp45 LVM_FLOAT Y, A, XTemp, Temp, sign; in LVM_Polynomial() local
/aosp12/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp214 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()
690 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in validateGER()
834 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSYMV()
842 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSBMV()
854 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSPMV()
904 int incX, double beta, const sp<Allocation>& Y, int incY) { in DSYMV()
912 int incX, double beta, const sp<Allocation>& Y, int incY) { in DSBMV()
[all …]
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/TargetInfo/
H A DARMTargetInfo.cpp20 mcld::RegisterTarget<llvm::Triple::thumb> Y(TheThumbTarget, "thumb"); in MCLDInitializeARMLDTargetInfo() local
/aosp12/frameworks/compile/mclinker/lib/Target/X86/TargetInfo/
H A DX86TargetInfo.cpp20 mcld::RegisterTarget<llvm::Triple::x86_64> Y(TheX86_64Target, "x86-64"); in MCLDInitializeX86LDTargetInfo() local
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/1/android/hardware/graphics/common/
H A DPlaneLayoutComponentType.aidl21 Y = 1, enumConstant
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/2/android/hardware/graphics/common/
H A DPlaneLayoutComponentType.aidl37 Y = 1, enumConstant
/aosp12/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/
H A DPlaneLayoutComponentType.aidl21 Y = 1, enumConstant
/aosp12/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
H A DPlaneLayoutComponentType.aidl31 Y = 1 << 0, enumConstant
/aosp12/frameworks/rs/cpu_ref/
H A 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
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java325 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV() local
347 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV() local
369 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV() local
423 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV() local
458 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV() local
1517 validateGER(Element.F32(mRS), X, incX, Y, incY, A); in SGER() local
1705 validateGER(Element.F64(mRS), X, incX, Y, incY, A); in DGER() local
1924 validateGERU(Element.F32_2(mRS), X, incX, Y, incY, A); in CGERU() local
1945 validateGERU(Element.F32_2(mRS), X, incX, Y, incY, A); in CGERC() local
2139 validateGERU(Element.F64_2(mRS), X, incX, Y, incY, A); in ZGERU() local
[all …]
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_foreach.java35 int Y = 7; in initializeGlobals() local
H A DUT_noroot.java35 int Y = 7; in initializeGlobals() local
H A DUT_refcount.java36 int Y = 700; in initializeGlobals() local
H A DUT_single_source_script.java35 int Y = 768; in initializeGlobals() local
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_foreach.java37 int Y = 7; in initializeGlobals() local
H A DUT_noroot.java37 int Y = 7; in initializeGlobals() local
H A DUT_refcount.java38 int Y = 700; in initializeGlobals() local
H A DUT_single_source_script.java37 int Y = 768; in initializeGlobals() local

12345