/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | Color_ColorLongTest.java | 51 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testRed() local 54 assertEquals(0.5f, red(pack(0.5f, 0.0f, 1.0f, 1.0f, p3)), 0.01f); in testRed() 59 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testGreen() local 62 assertEquals(0.7f, green(pack(0.5f, 0.7f, 1.0f, 1.0f, p3)), 0.01f); in testGreen() 67 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testBlue() local 70 assertEquals(1.0f, blue(pack(0.5f, 0.7f, 1.0f, 1.0f, p3)), 0.01f); in testBlue() 75 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testAlpha() local 78 assertEquals(0.25f, alpha(pack(0.5f, 0.7f, 1.0f, 0.25f, p3)), 0.01f); in testAlpha() 84 ColorSpace p3 = ColorSpace.get(Named.DISPLAY_P3); in testColorSpace() local 87 assertEquals(p3, colorSpace(pack(0.5f, 0.7f, 1.0f, 1.0f, p3))); in testColorSpace() [all …]
|
D | LinearGradientTest.java | 82 ColorSpace p3 = ColorSpace.get(ColorSpace.Named.DISPLAY_P3); 83 long red = Color.pack(1, 0, 0, 1, p3); 84 long green = Color.pack(0, 1, 0, 1, p3); 85 long blue = Color.pack(0, 0, 1, 1, p3);
|
D | RadialGradientTest.java | 70 ColorSpace p3 = ColorSpace.get(ColorSpace.Named.DISPLAY_P3); in testColorLong() local 71 long red = Color.pack(1, 0, 0, 1, p3); in testColorLong() 72 long blue = Color.pack(0, 0, 1, 1, p3); in testColorLong()
|
D | SweepGradientTest.java | 257 ColorSpace p3 = ColorSpace.get(ColorSpace.Named.DISPLAY_P3); in testColorLong() local 258 long red = Color.pack(1, 0, 0, 1, p3); in testColorLong() 259 long blue = Color.pack(0, 0, 1, 1, p3); in testColorLong()
|
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
D | CarrierApiTest.java | 700 int p3 = 0; // length of 'data' payload in testIccTransmitApduLogicalChannel() local 704 logicalChannel, cla, COMMAND_STATUS, p1, p2, p3, data); in testIccTransmitApduLogicalChannel() 715 p3 = 2; // data (FID to be selected) is 2 bytes in testIccTransmitApduLogicalChannel() 719 logicalChannel, cla, COMMAND_SELECT, p1, p2, p3, data); in testIccTransmitApduLogicalChannel() 733 p3 = 0; in testIccTransmitApduLogicalChannel() 737 logicalChannel, cla, COMMAND_GET_RESPONSE, p1, p2, p3, data); in testIccTransmitApduLogicalChannel() 769 int p3 = 0; // length of 'data' payload in testIccTransmitApduLogicalChannelWithInvalidInputs() local 773 logicalChannel, cla, COMMAND_STATUS, p1, p2, p3, data); in testIccTransmitApduLogicalChannelWithInvalidInputs() 780 p3 = 0x02; // length of 'data' payload in testIccTransmitApduLogicalChannelWithInvalidInputs() 784 logicalChannel, cla, COMMAND_SELECT, p1, p2, p3, data); in testIccTransmitApduLogicalChannelWithInvalidInputs() [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | intrinsic_resize.rscript | 25 static float4 cubicInterpolate_F4 (float4 p0,float4 p1,float4 p2,float4 p3 , float x) { 26 return p1 + 0.5f * x * (p2 - p0 + x * (2.f * p0 - 5.f * p1 + 4.f * p2 - p3 27 + x * (3.f * (p1 - p2) + p3 - p0))); 30 static float3 cubicInterpolate_F3 (float3 p0,float3 p1,float3 p2,float3 p3 , float x) { 31 return p1 + 0.5f * x * (p2 - p0 + x * (2.f * p0 - 5.f * p1 + 4.f * p2 - p3 32 + x * (3.f * (p1 - p2) + p3 - p0))); 35 static float2 cubicInterpolate_F2 (float2 p0,float2 p1,float2 p2,float2 p3 , float x) { 36 return p1 + 0.5f * x * (p2 - p0 + x * (2.f * p0 - 5.f * p1 + 4.f * p2 - p3 37 + x * (3.f * (p1 - p2) + p3 - p0))); 40 static float cubicInterpolate_F1 (float p0,float p1,float p2,float p3 , float x) { [all …]
|
D | intrinsic_convolve5x5.rscript | 57 float4 p3 = convert_float4(rsGetElementAt_uchar4(gIn, x0, y3)) * gCoeffs[15] 69 p0 = clamp(p0 + p1 + p2 + p3 + p4 + 0.5f, 0.f, 255.f); 104 float3 p3 = convert_float3(rsGetElementAt_uchar3(gIn, x0, y3)) * gCoeffs[15] 116 p0 = clamp(p0 + p1 + p2 + p3 + p4 + 0.5f, 0.f, 255.f); 151 float2 p3 = convert_float2(rsGetElementAt_uchar2(gIn, x0, y3)) * gCoeffs[15] 163 p0 = clamp(p0 + p1 + p2 + p3 + p4 + 0.5f, 0.f, 255.f); 198 float p3 = (float)(rsGetElementAt_uchar(gIn, x0, y3)) * gCoeffs[15] 210 return clamp(p0 + p1 + p2 + p3 + p4 + 0.5f, 0.f, 255.f); 244 float4 p3 = rsGetElementAt_float4(gIn, x0, y3) * gCoeffs[15] 256 return p0 + p1 + p2 + p3 + p4; [all …]
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CbGeoUtilsTest.java | 63 CbGeoUtils.LatLng p3 = new CbGeoUtils.LatLng(LAT3, LNG3); in testPolygon() local 68 vertices.add(p3); in testPolygon() 75 assertTrue(polygon.contains(p3)); in testPolygon()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/cmpg_double/d/ |
D | T_cmpg_double_2.smali | 34 const p3, 0x4048f5c3 # 3.14f 36 cmpg-double v0, p1, p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/cmpl_double/d/ |
D | T_cmpl_double_2.smali | 34 const p3, 0x4048f5c3 # 3.14f 36 cmpl-double v0, p1, p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double/d/ |
D | T_add_double_2.smali | 36 add-double v0, p1, p3 38 return-wide p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_long_2addr/d/ |
D | T_add_long_2addr_4.smali | 34 const p3, 0x4640e400 # 12345.0f 36 add-long/2addr p1, p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long/d/ |
D | T_div_long_4.smali | 36 div-long v0, p1, p3 38 return-wide p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_long_2addr/d/ |
D | T_sub_long_2addr_4.smali | 34 const p3, 0x4640e800 # 12346.0f 36 sub-long/2addr p1, p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_double_2addr/d/ |
D | T_add_double_2addr_2.smali | 36 add-double/2addr p1, p3 38 return-wide p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_long/d/ |
D | T_add_long_4.smali | 34 const p3, 0x4640e400 # 12345.0f 36 add-long v0, p1, p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_long/d/ |
D | T_xor_long_4.smali | 34 const p3, 0x449a4000 # 1234.0f 36 xor-long p1, p1, p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_long_2addr/d/ |
D | T_xor_long_2addr_4.smali | 34 const p3, 0x449a4000 # 1234.0f 36 xor-long/2addr p1, p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_long/d/ |
D | T_sub_long_4.smali | 34 const p3, 0x4640e800 # 12346.0f 36 sub-long v0, p1, p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_double_2addr/d/ |
D | T_sub_double_2addr_2.smali | 36 sub-double/2addr p1, p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double/d/ |
D | T_div_double_2.smali | 36 div-double v0, p1, p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/cmp_long/d/ |
D | T_cmp_long_3.smali | 36 cmp-long v0, p1, p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_long_2addr/d/ |
D | T_and_long_2addr_2.smali | 36 and-long/2addr v0, p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_long/d/ |
D | T_and_long_2.smali | 36 and-long v0, p1, p3
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_long/d/ |
D | T_ushr_long_4.smali | 36 ushr-long v0, v0, p3
|