Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 1797) sorted by relevance

12345678910>>...72

/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_advsimd_Blend.S58 movi v0.16b, #0
59 movi v1.16b, #0
60 movi v2.16b, #0
61 movi v3.16b, #0
66 mov v0.16b, v8.16b
67 mov v1.16b, v9.16b
68 mov v2.16b, v10.16b
69 mov v3.16b, v11.16b
79 mvn v7.16b, v11.16b
81 umull2 v12.8h, v7.16b, v0.16b
[all …]
DrsCpuIntrinsics_advsimd_YuvToRGB.S65 umull v1.8h, v8.8b, v24.8b // g0 = y0 * 149
66 umull v17.8h, v9.8b, v24.8b // g1 = y1 * 149
67 umull2 v5.8h, v8.16b, v24.16b // g0_hi = y0_hi * 149
68 umull2 v21.8h, v9.16b, v24.16b // g1_hi = y1_hi * 149
70 umull v8.8h, \regu\().8b, v25.8b // g2 = u * 50 + v * 104
71 umlal v8.8h, \regv\().8b, v26.8b
72 umull2 v9.8h, \regu\().16b, v25.16b // g2_hi = u_hi * 50 + v_hi * 104
73 umlal2 v9.8h, \regv\().16b, v26.16b
75 ushr v19.16b, \regv\().16b, #1
76 uaddw v0.8h, v1.8h, v19.8b // r0 = g0 + (v >> 1)
[all …]
DrsCpuIntrinsics_advsimd_3DLUT.S35 dup v8.8b, \yr0
36 dup v9.8b, \yr1
38 zip1 v12.16b, v5.16b, v16.16b
39 zip1 v13.16b, v5.16b, v17.16b
40 umlsl v12.8h, v16.8b, v8.8b
41 umlsl v13.8h, v17.8b, v9.8b
42 umlal v12.8h, v18.8b, v8.8b
43 umlal v13.8h, v19.8b, v9.8b
55 zip1 v14.16b, v5.16b, v16.16b
56 zip1 v15.16b, v5.16b, v17.16b
[all …]
DrsCpuIntrinsics_advsimd_ColorMatrix.S220 vadd_f32 \i, 16, v8.4s, v8.4s, v4.4s, v8.16b, v4.16b
225 vadd_f32 \i, 16, v16.4s, v16.4s, v4.4s, v16.16b, v4.16b
234 vadd_f32 \i^31, 16, v8.4s, v8.4s, v4.4s, v8.16b, v4.16b
239 vadd_f32 \i^31, 16, v16.4s, v16.4s, v4.4s, v16.16b, v4.16b
248 vadd_f32 \i, 16, v9.4s, v9.4s, v5.4s, v9.16b, v5.16b
253 vadd_f32 \i, 16, v17.4s, v17.4s, v5.4s, v17.16b, v5.16b
262 vadd_f32 \i^31, 16, v9.4s, v9.4s, v5.4s, v9.16b, v5.16b
267 vadd_f32 \i^31, 16, v17.4s, v17.4s, v5.4s, v17.16b, v5.16b
276 vadd_f32 \i, 16, v10.4s, v10.4s, v6.4s, v10.16b, v6.16b
281 vadd_f32 \i, 16, v18.4s, v18.4s, v6.4s, v18.16b, v6.16b
[all …]
DrsCpuIntrinsics_advsimd_Blur.S85 ld1 {v15.16b}, [x1], #16
88 uxtl v14.8h, v15.8b
90 uxtl2 v15.8h, v15.16b
117 ld1 {v10.16b}, [x10], x2
118 ld1 {v11.16b}, [x11], x13
119 uaddl v16.8h, v10.8b, v11.8b
120 uaddl2 v11.8h, v10.16b, v11.16b
139 ld1 {v10.16b}, [x10], x2
141 ld1 {v11.16b}, [x11], x13
143 uaddl v16.8h, v10.8b, v11.8b
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneNumberUtilsTest.java107 byte [] b = new byte[20]; in testExtractNetworkPortion()
108 b[0] = (byte) 0x81; b[1] = (byte) 0x71; b[2] = (byte) 0x00; b[3] = (byte) 0x55; in testExtractNetworkPortion()
109 b[4] = (byte) 0x05; b[5] = (byte) 0x20; b[6] = (byte) 0xF0; in testExtractNetworkPortion()
111 PhoneNumberUtils.calledPartyBCDToString(b, 0, 7)); in testExtractNetworkPortion()
113 b[0] = (byte) 0x80; b[1] = (byte) 0x71; b[2] = (byte) 0x00; b[3] = (byte) 0x55; in testExtractNetworkPortion()
114 b[4] = (byte) 0x05; b[5] = (byte) 0x20; b[6] = (byte) 0xF0; in testExtractNetworkPortion()
116 PhoneNumberUtils.calledPartyBCDToString(b, 0, 7)); in testExtractNetworkPortion()
118 b[0] = (byte) 0x90; b[1] = (byte) 0x71; b[2] = (byte) 0x00; b[3] = (byte) 0x55; in testExtractNetworkPortion()
119 b[4] = (byte) 0x05; b[5] = (byte) 0x20; b[6] = (byte) 0xF0; in testExtractNetworkPortion()
121 PhoneNumberUtils.calledPartyBCDToString(b, 0, 7)); in testExtractNetworkPortion()
[all …]
/frameworks/base/core/java/android/util/
DMathUtils.java61 public static float pow(float a, float b) { in pow() argument
62 return (float) Math.pow(a, b); in pow()
69 public static float max(float a, float b) { in max() argument
70 return a > b ? a : b; in max()
74 public static float max(int a, int b) { in max() argument
75 return a > b ? a : b; in max()
78 public static float max(float a, float b, float c) { in max() argument
79 return a > b ? (a > c ? a : c) : (b > c ? b : c); in max()
82 public static float max(int a, int b, int c) { in max() argument
83 return a > b ? (a > c ? a : c) : (b > c ? b : c); in max()
[all …]
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageArgs.java51 public static String getPackageName(Bundle b) { in getPackageName() argument
52 return b.getString(KEY_PACKAGE_NAME); in getPackageName()
55 public static Bundle setPackageName(Bundle b, String packageName) { in setPackageName() argument
56 b.putString(KEY_PACKAGE_NAME, packageName); in setPackageName()
57 return b; in setPackageName()
60 public static Uri getAssetUri(Bundle b) { in getAssetUri() argument
61 return b.getParcelable(KEY_ASSET_URI); in getAssetUri()
64 public static Uri getPermUri(Bundle b) { in getPermUri() argument
65 return b.getParcelable(KEY_PERM_URI); in getPermUri()
68 public static boolean checkPerms(Bundle b) { in checkPerms() argument
[all …]
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DVectorUtil.java23 public static void sub(double[] a, double[] b, double[] out) { in sub() argument
24 out[0] = a[0] - b[0]; in sub()
25 out[1] = a[1] - b[1]; in sub()
26 out[2] = a[2] - b[2]; in sub()
29 public static void mult(double[] a, double b, double[] out) { in mult() argument
30 out[0] = a[0] * b; in mult()
31 out[1] = a[1] * b; in mult()
32 out[2] = a[2] * b; in mult()
35 public static double dot(double[] a, double[] b) { in dot() argument
36 return a[0] * b[0] + a[1] * b[1] + a[2] * b[2]; in dot()
[all …]
/frameworks/base/rs/java/android/renderscript/
DSampler.java109 Builder b = new Builder(rs); in CLAMP_NEAREST() local
110 b.setMinification(Value.NEAREST); in CLAMP_NEAREST()
111 b.setMagnification(Value.NEAREST); in CLAMP_NEAREST()
112 b.setWrapS(Value.CLAMP); in CLAMP_NEAREST()
113 b.setWrapT(Value.CLAMP); in CLAMP_NEAREST()
114 rs.mSampler_CLAMP_NEAREST = b.create(); in CLAMP_NEAREST()
133 Builder b = new Builder(rs); in CLAMP_LINEAR() local
134 b.setMinification(Value.LINEAR); in CLAMP_LINEAR()
135 b.setMagnification(Value.LINEAR); in CLAMP_LINEAR()
136 b.setWrapS(Value.CLAMP); in CLAMP_LINEAR()
[all …]
DShort4.java76 public static Short4 add(Short4 a, Short4 b) { in add() argument
78 result.x = (short)(a.x + b.x); in add()
79 result.y = (short)(a.y + b.y); in add()
80 result.z = (short)(a.z + b.z); in add()
81 result.w = (short)(a.w + b.w); in add()
105 public static Short4 add(Short4 a, short b) { in add() argument
107 result.x = (short)(a.x + b); in add()
108 result.y = (short)(a.y + b); in add()
109 result.z = (short)(a.z + b); in add()
110 result.w = (short)(a.w + b); in add()
[all …]
DLong4.java76 public static Long4 add(Long4 a, Long4 b) { in add() argument
78 result.x = a.x + b.x; in add()
79 result.y = a.y + b.y; in add()
80 result.z = a.z + b.z; in add()
81 result.w = a.w + b.w; in add()
105 public static Long4 add(Long4 a, long b) { in add() argument
107 result.x = a.x + b; in add()
108 result.y = a.y + b; in add()
109 result.z = a.z + b; in add()
110 result.w = a.w + b; in add()
[all …]
DInt4.java76 public static Int4 add(Int4 a, Int4 b) { in add() argument
78 result.x = a.x + b.x; in add()
79 result.y = a.y + b.y; in add()
80 result.z = a.z + b.z; in add()
81 result.w = a.w + b.w; in add()
105 public static Int4 add(Int4 a, int b) { in add() argument
107 result.x = a.x + b; in add()
108 result.y = a.y + b; in add()
109 result.z = a.z + b; in add()
110 result.w = a.w + b; in add()
[all …]
DLong3.java72 public static Long3 add(Long3 a, Long3 b) { in add() argument
74 result.x = a.x + b.x; in add()
75 result.y = a.y + b.y; in add()
76 result.z = a.z + b.z; in add()
99 public static Long3 add(Long3 a, long b) { in add() argument
101 result.x = a.x + b; in add()
102 result.y = a.y + b; in add()
103 result.z = a.z + b; in add()
126 public static Long3 sub(Long3 a, Long3 b) { in sub() argument
128 result.x = a.x - b.x; in sub()
[all …]
DShort3.java72 public static Short3 add(Short3 a, Short3 b) { in add() argument
74 result.x = (short)(a.x + b.x); in add()
75 result.y = (short)(a.y + b.y); in add()
76 result.z = (short)(a.z + b.z); in add()
99 public static Short3 add(Short3 a, short b) { in add() argument
101 result.x = (short)(a.x + b); in add()
102 result.y = (short)(a.y + b); in add()
103 result.z = (short)(a.z + b); in add()
126 public static Short3 sub(Short3 a, Short3 b) { in sub() argument
128 result.x = (short)(a.x - b.x); in sub()
[all …]
DInt3.java72 public static Int3 add(Int3 a, Int3 b) { in add() argument
74 result.x = a.x + b.x; in add()
75 result.y = a.y + b.y; in add()
76 result.z = a.z + b.z; in add()
99 public static Int3 add(Int3 a, int b) { in add() argument
101 result.x = a.x + b; in add()
102 result.y = a.y + b; in add()
103 result.z = a.z + b; in add()
126 public static Int3 sub(Int3 a, Int3 b) { in sub() argument
128 result.x = a.x - b.x; in sub()
[all …]
DByte4.java70 public static Byte4 add(Byte4 a, Byte4 b) { in add() argument
72 result.x = (byte)(a.x + b.x); in add()
73 result.y = (byte)(a.y + b.y); in add()
74 result.z = (byte)(a.z + b.z); in add()
75 result.w = (byte)(a.w + b.w); in add()
99 public static Byte4 add(Byte4 a, byte b) { in add() argument
101 result.x = (byte)(a.x + b); in add()
102 result.y = (byte)(a.y + b); in add()
103 result.z = (byte)(a.z + b); in add()
104 result.w = (byte)(a.w + b); in add()
[all …]
DByte3.java67 public static Byte3 add(Byte3 a, Byte3 b) { in add() argument
69 result.x = (byte)(a.x + b.x); in add()
70 result.y = (byte)(a.y + b.y); in add()
71 result.z = (byte)(a.z + b.z); in add()
94 public static Byte3 add(Byte3 a, byte b) { in add() argument
96 result.x = (byte)(a.x + b); in add()
97 result.y = (byte)(a.y + b); in add()
98 result.z = (byte)(a.z + b); in add()
121 public static Byte3 sub(Byte3 a, Byte3 b) { in sub() argument
123 result.x = (byte)(a.x - b.x); in sub()
[all …]
DLong2.java68 public static Long2 add(Long2 a, Long2 b) { in add() argument
70 result.x = a.x + b.x; in add()
71 result.y = a.y + b.y; in add()
93 public static Long2 add(Long2 a, long b) { in add() argument
95 result.x = a.x + b; in add()
96 result.y = a.y + b; in add()
118 public static Long2 sub(Long2 a, Long2 b) { in sub() argument
120 result.x = a.x - b.x; in sub()
121 result.y = a.y - b.y; in sub()
143 public static Long2 sub(Long2 a, long b) { in sub() argument
[all …]
DShort2.java71 public static Short2 add(Short2 a, Short2 b) { in add() argument
73 result.x = (short)(a.x + b.x); in add()
74 result.y = (short)(a.y + b.y); in add()
96 public static Short2 add(Short2 a, short b) { in add() argument
98 result.x = (short)(a.x + b); in add()
99 result.y = (short)(a.y + b); in add()
121 public static Short2 sub(Short2 a, Short2 b) { in sub() argument
123 result.x = (short)(a.x - b.x); in sub()
124 result.y = (short)(a.y - b.y); in sub()
146 public static Short2 sub(Short2 a, short b) { in sub() argument
[all …]
/frameworks/rs/support/java/src/androidx/renderscript/
DSampler.java119 Builder b = new Builder(rs); in CLAMP_NEAREST() local
120 b.setMinification(Value.NEAREST); in CLAMP_NEAREST()
121 b.setMagnification(Value.NEAREST); in CLAMP_NEAREST()
122 b.setWrapS(Value.CLAMP); in CLAMP_NEAREST()
123 b.setWrapT(Value.CLAMP); in CLAMP_NEAREST()
124 rs.mSampler_CLAMP_NEAREST = b.create(); in CLAMP_NEAREST()
139 Builder b = new Builder(rs); in CLAMP_LINEAR() local
140 b.setMinification(Value.LINEAR); in CLAMP_LINEAR()
141 b.setMagnification(Value.LINEAR); in CLAMP_LINEAR()
142 b.setWrapS(Value.CLAMP); in CLAMP_LINEAR()
[all …]
/frameworks/native/libs/sensor/tests/
DSensor_test.cpp29 static bool sensorsMatch(const Sensor& a, const Sensor& b) { in sensorsMatch() argument
30 return a.getName() == b.getName () && in sensorsMatch()
31 a.getVendor() == b.getVendor () && in sensorsMatch()
32 a.getHandle() == b.getHandle () && in sensorsMatch()
33 a.getType() == b.getType () && in sensorsMatch()
34 a.getMinValue() == b.getMinValue () && in sensorsMatch()
35 a.getMaxValue() == b.getMaxValue () && in sensorsMatch()
36 a.getResolution() == b.getResolution () && in sensorsMatch()
37 a.getPowerUsage() == b.getPowerUsage () && in sensorsMatch()
38 a.getMinDelay() == b.getMinDelay () && in sensorsMatch()
[all …]
/frameworks/native/libs/binder/
DBufferedTextOutput.cpp55 void* b = realloc(buffer, newSize); in append() local
56 if (!b) return NO_MEMORY; in append()
57 buffer = (char*)b; in append()
69 void* b = realloc(buffer, 256); in restart() local
70 if (b) { in restart()
71 buffer = (char*)b; in restart()
148 BufferState* b = getBuffer(); in print() local
163 if (b->atFront) { in print()
164 if (b->indent > 0) { in print()
166 const char* prefix = stringForIndent(b->indent); in print()
[all …]
/frameworks/av/media/codecs/mp3dec/src/
Dpv_mp3dec_fxd_op_msc_evc.h57 __inline int32 fxp_mul32_Q30(const int32 a, const int32 b) in fxp_mul32_Q30() argument
59 return (int32)(((int64)(a) * b) >> 30); in fxp_mul32_Q30()
63 __inline int32 fxp_mac32_Q30(const int32 a, const int32 b, int32 L_add) in fxp_mac32_Q30() argument
65 return (L_add + (int32)(((int64)(a) * b) >> 30)); in fxp_mac32_Q30()
73 #define fxp_mul32_Q32( a, b) _MulHigh( b, a) argument
77 __inline int32 fxp_mul32_Q28(const int32 a, const int32 b) in fxp_mul32_Q28() argument
79 return (int32)(((int64)(a) * b) >> 28); in fxp_mul32_Q28()
83 __inline int32 fxp_mul32_Q27(const int32 a, const int32 b) in fxp_mul32_Q27() argument
85 return (int32)(((int64)(a) * b) >> 27); in fxp_mul32_Q27()
90 __inline int32 fxp_mul32_Q26(const int32 a, const int32 b) in fxp_mul32_Q26() argument
[all …]
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/
Dvalid-cert.pem69 40:f7:10:c4:94:1b:63:37:14:40:5e:c2:6c:f6:13:
70 75:60:e2:77:81:2e:3b:c6:5e:73:4d:e8:c2:7b:1d:
72 a0:6d:43:eb:e3:7c:7c:5f:51:f1:ac:13:98:0b:1b:
73 36:0e:b7:54:89:f1:e8:8c:1c:05:99:e3:16:5b:08:
75 17:58:bd:76:7f:8d:e4:78:c4:2a:69:09:3b:7a:57:
76 85:88:51:5c:ca:7b:3b:02:ff:7a:9c:73:84:15:c5:
77 61:3e:da:0e:0f:69:9d:a3:3a:0b:ee:21:9a:14:3f:
79 1b:8e:d2:cc:c7:3e:b2:13:53:b9:82:ed:ab:6d:63:
81 96:04:d7:bf:b2:bb:61:2e:7b:de:13:77:4d:06:3f:
82 fa:79:0b:7c:5c:bf:a0:5d:8b:41:16:2f:28:71:7e:
[all …]

12345678910>>...72