Home
last modified time | relevance | path

Searched defs:p3 (Results 1 – 25 of 63) sorted by relevance

123

/aosp12/art/test/700-LoadArgRegs/src/
H A DMain.java9 static void testI3(int p1, int p2, int p3) { in testI3()
12 static void testI4(int p1, int p2, int p3, int p4) { in testI4()
15 static void testI5(int p1, int p2, int p3, int p4, int p5) { in testI5()
18 static void testI6(int p1, int p2, int p3, int p4, int p5, int p6) { in testI6()
49 static void testB3(boolean p1, boolean p2, boolean p3) { in testB3()
71 static void testO3(Object p1, Object p2, Object p3) { in testO3()
74 static void testO4(Object p1, Object p2, Object p3, Object p4) { in testO4()
93 static void testIOB3(int p1, Object p2, boolean p3) { in testIOB3()
96 static void testIOB4(int p1, Object p2, boolean p3, int p4) { in testIOB4()
115 static void testF3(float p1, float p2, float p3) { in testF3()
[all …]
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
H A DApduCommand.java41 public final int p3; field in ApduCommand
47 ApduCommand(int channel, int cla, int ins, int p1, int p2, int p3, String cmdHex) { in ApduCommand()
H A DRequestBuilder.java50 public void addApdu(int cla, int ins, int p1, int p2, int p3, String cmdHex) { in addApdu()
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DQuad.java38 public Point p3; field in Quad
45 public Quad(Point p0, Point p1, Point p2, Point p3) { in Quad()
H A DRectangle.java49 Point p3 = new Point(center.x + size.x/2f, center.y + size.y/2f); in fromRotatedRect() local
56 private Rectangle(Point p0, Point p1, Point p2, Point p3) { in Rectangle()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp76 static float4 cubicInterpolate(float4 p0,float4 p1,float4 p2,float4 p3, float x) { in cubicInterpolate()
81 static float2 cubicInterpolate(float2 p0,float2 p1,float2 p2,float2 p3, float x) { in cubicInterpolate()
88 static float cubicInterpolate(float p0,float p1,float p2,float p3 , float x) { in cubicInterpolate()
95 static float cubicInterpolate(float p0,float p1,float p2,float p3 , float x) { in cubicInterpolate()
126 float4 p3 = cubicInterpolate(convert_float4(yp3[xs0]), in OneBiCubic() local
161 float2 p3 = cubicInterpolate(convert_float2(yp3[xs0]), in OneBiCubic() local
187 float p3 = cubicInterpolate((float)yp3[xs0], (float)yp3[xs1], in OneBiCubic() local
268 float4 p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic() local
291 float2 p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic() local
314 float p3 = cubicInterpolate(yp3[xs0], yp3[xs1], in OneBiCubic() local
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DHermiteInterpolatorTests.java53 private static final int p3 = 3; field in HermiteInterpolatorTests
/aosp12/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
H A Db_exp.c77 static const double p3 = 0x1.1566aaf25de2cp-14; variable
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java296 int p1, int p2, int p3, String data, Message response) { in iccTransmitApduLogicalChannel()
313 int p1, int p2, int p3, String data, Message response) { in iccTransmitApduBasicChannel()
327 public void iccExchangeSimIO(int fileID, int command, int p1, int p2, int p3, in iccExchangeSimIO()
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Dautocorr.c43 Word16 *p1,*p2,*p3; in Autocorr() local
H A Dcor_h_x.c44 Word32 *p3; in cor_h_x() local
H A Dc4t64fx.c142 Word16 *p0, *p1, *p2, *p3, *psign; in ACELP_4t64_fx() local
854 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; in cor_h_vec_30() local
926 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; in cor_h_vec_012() local
H A Dsyn_filt.c99 Word16 *p1, *p2, *p3; in Syn_filt_32() local
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dme_utils.cpp113 UChar *p1, *p2, *p3, *p4; in GetHalfPelMBRegion_C() local
169 UChar *p1, *p2, *p3, *p4; in GetHalfPelBlkRegion() local
H A Dsad_halfpel.cpp100 UChar *kk, *p1, *p2, *p3, *p4; in HalfPel2_SAD_MB() local
174 UChar *kk, *p1, *p2, *p3, *p4; in HalfPel2_SAD_Blk() local
225 UChar *kk, *p1, *p2, *p3, *p4; in SAD_MB_HalfPel_Cxhyh() local
784 UChar *kk, *p1, *p2, *p3, *p4; in SAD_Blk_HalfPel_C() local
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DFixedRotationFilter.java76 Point p3 = new Point(0.0f, 1.0f); in process() local
H A DStraightenFilter.java132 Point p3 = new Point(cosTheta * mWidth - sinTheta * mHeight, in updateParameters() local
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.h56 Quad(const Point& p0, const Point& p1, const Point& p2, const Point& p3) in Quad()
/aosp12/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.h56 Quad(const Point& p0, const Point& p1, const Point& p2, const Point& p3) in Quad()
/aosp12/system/incremental_delivery/incfs/tests/util/
H A Dmap_ptr_test.cpp169 auto p3 = ++p2; in TEST_F() local
279 const auto p3 = p2 - 1U; in TEST_F() local
/aosp12/frameworks/rs/driver/runtime/
H A Drs_sample.c194 float p3 = getElementAt1(p, stride, nextX, nextY); in getSample_A() local
207 float p3 = getElementAt1(p, stride, nextX, nextY); in getSample_L() local
220 float2 p3 = getElementAt2(p, stride, nextX, nextY); in getSample_LA() local
233 float4 p3 = getElementAt4(p, stride, nextX, nextY); in getSample_RGB() local
246 float4 p3 = getElementAt4(p, stride, nextX, nextY); in getSample_RGBA() local
258 float3 p3 = getElementAt565(p, stride, nextX, nextY); in getSample_565() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DHermiteInterpolator.java79 public void setInterval(final int p0, final int p1, final int p2, final int p3) { in setInterval()
H A DGestureStrokeDrawingPoints.java139 final int p3 = p2 + 1; in interpolateStrokeAndReturnStartIndexOfLastSegment() local
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/
H A Dc1035pf.cpp410 Word16 *p0, *p1, *p2, *p3, *p4, *p5, *p6, *p7, *p8, *p9; in build_code() local
H A Dc4_17pf.cpp760 Word16 *p3; in build_code() local

123