/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsics_advsimd_Blend.S | 117 uqadd v0.16b, v0.16b, v8.16b 118 uqadd v1.16b, v1.16b, v9.16b 119 uqadd v2.16b, v2.16b, v10.16b 120 uqadd v3.16b, v3.16b, v11.16b 163 uqadd v0.16b, v0.16b, v8.16b 413 uabd v0.16b, v0.16b, v8.16b 414 uabd v1.16b, v1.16b, v9.16b 421 eor v0.16b, v0.16b, v8.16b 422 eor v1.16b, v1.16b, v9.16b 470 st4 {v0.16b,v1.16b,v2.16b,v3.16b}, [x0], #64 [all …]
|
H A D | rsCpuIntrinsics_advsimd_YuvToRGB.S | 138 zip1 v0.16b, v0.16b, v16.16b 139 zip1 v1.16b, v1.16b, v17.16b 140 zip1 v2.16b, v2.16b, v18.16b 142 zip1 v4.16b, v4.16b, v20.16b 143 zip1 v5.16b, v5.16b, v21.16b 144 zip1 v6.16b, v6.16b, v22.16b 256 uzp1 v8.16b, v12.16b, v9.16b 257 uzp2 v9.16b, v12.16b, v9.16b 273 zip1 v16.16b, v0.16b, v2.16b 274 zip2 v18.16b, v0.16b, v2.16b [all …]
|
H A D | rsCpuIntrinsics_advsimd_3DLUT.S | 38 zip1 v12.16b, v5.16b, v16.16b 39 zip1 v13.16b, v5.16b, v17.16b 55 zip1 v14.16b, v5.16b, v16.16b 56 zip1 v15.16b, v5.16b, v17.16b 134 1: st4 {v20.8b,v21.8b,v22.8b,v23.8b}, [x0], #32 200 uzp1 v6.16b, v20.16b, v21.16b 201 uzp2 v7.16b, v20.16b, v21.16b 202 uzp1 v20.16b, v6.16b, v7.16b 203 uzp2 v22.16b, v6.16b, v7.16b 214 st4 {v20.8b,v21.8b,v22.8b,v23.8b}, [x0], #32 [all …]
|
H A D | rsCpuIntrinsics_advsimd_ColorMatrix.S | 330 ld4 {v20.8b,v21.8b,v22.8b,v23.8b}, [x1], #32 355 ld4 {v12.8b,v13.8b,v14.8b,v15.8b}, [x1], #32 364 ld4 {v20.8b,v21.8b,v22.8b,v23.8b}, [x1], #32 383 ld4 {v12.8b,v13.8b,v14.8b,v15.8b}, [x1], #32 626 st4 {v12.b,v13.b,v14.b,v15.b}[4], [x0], #4 627 st4 {v12.b,v13.b,v14.b,v15.b}[5], [x0], #4 628 st4 {v12.b,v13.b,v14.b,v15.b}[6], [x0], #4 629 st4 {v12.b,v13.b,v14.b,v15.b}[7], [x0], #4 631 st4 {v12.b,v13.b,v14.b,v15.b}[2], [x0], #4 632 st4 {v12.b,v13.b,v14.b,v15.b}[3], [x0], #4 [all …]
|
H A D | rsCpuIntrinsics_advsimd_Blur.S | 291 107: ext v12.16b, v8.16b, v9.16b, #1*2 292 ext v13.16b, v9.16b, v10.16b, #7*2 297 106: ext v12.16b, v8.16b, v9.16b, #2*2 298 ext v13.16b, v9.16b, v10.16b, #6*2 303 105: ext v12.16b, v8.16b, v9.16b, #3*2 304 ext v13.16b, v9.16b, v10.16b, #5*2 315 103: ext v12.16b, v8.16b, v9.16b, #5*2 321 102: ext v12.16b, v8.16b, v9.16b, #6*2 327 101: ext v12.16b, v8.16b, v9.16b, #7*2 380 115: ext v12.16b, v6.16b, v7.16b, #1*2 [all …]
|
/aosp12/art/test/800-smali/ |
H A D | expected-stdout.txt | 5 b/17790197 9 b/18380491 14 b/18718277 20 b/20224106 21 b/17410612 22 b/21863767 23 b/21873167 24 b/21614284 25 b/21902684 26 b/22045582 [all …]
|
/aosp12/art/test/551-checker-shifter-operand/src/ |
H A D | Main.java | 245 (a & (b << 5)) | (a & (byte)b)); in $opt$noinline$testAnd() 268 (a | (b >> 6)) | (a | (char)b)); in $opt$noinline$testOr() 291 (a ^ (b >>> 7)) | (a ^ (int)b)); in $opt$noinline$testXor() 331 assertIntEquals(a + $noinline$byteToChar (b), a + (char)b); in $opt$validateExtendByteInt1() 333 assertIntEquals(a + $noinline$byteToShort(b), a + (short)b); in $opt$validateExtendByteInt1() 344 assertIntEquals (a + $noinline$byteToInt (b), a + (int)b); in $opt$validateExtendByteInt2() 346 assertLongEquals(a + $noinline$byteToLong(b), a + (long)b); in $opt$validateExtendByteInt2() 383 assertLongEquals(a + $noinline$byteToInt (b), a + (int)b); in $opt$validateExtendByteLong() 405 assertIntEquals(a + $noinline$charToByte (b), a + (byte)b); in $opt$validateExtendCharInt1() 417 assertIntEquals (a + $noinline$charToInt (b), a + (int)b); in $opt$validateExtendCharInt2() [all …]
|
/aosp12/art/test/957-methodhandle-transforms/ |
H A D | expected-stdout.txt | 19 a: a, b:b, c: c 20 a: a, b:b, c: c 21 a: a, b:b, c: c 22 a: a, b:b, c: c 23 a: a, b:b, c: c 24 a: a, b:b, c: c 25 a: a, b:b, c: c 31 a: a, b:b, c: c 32 a: a, b:b, c: c 33 a: a, b:b, c: c [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | PhoneNumberUtilsTest.java | 108 b[0] = (byte) 0x81; b[1] = (byte) 0x71; b[2] = (byte) 0x00; b[3] = (byte) 0x55; in testExtractNetworkPortion() 113 b[0] = (byte) 0x80; b[1] = (byte) 0x71; b[2] = (byte) 0x00; b[3] = (byte) 0x55; in testExtractNetworkPortion() 118 b[0] = (byte) 0x90; b[1] = (byte) 0x71; b[2] = (byte) 0x00; b[3] = (byte) 0x55; in testExtractNetworkPortion() 123 b[0] = (byte) 0x91; b[1] = (byte) 0x71; b[2] = (byte) 0x00; b[3] = (byte) 0x55; in testExtractNetworkPortion() 145 b[0] = (byte) 0x81; b[1] = (byte) 0x71; b[2] = (byte) 0x00; b[3] = (byte) 0x55; in testExtractNetworkPortion() 150 b[0] = (byte) 0x91; b[1] = (byte) 0x71; b[2] = (byte) 0x00; b[3] = (byte) 0x55; in testExtractNetworkPortion() 167 b[0] = (byte) 0x81; b[1] = (byte) 0xAA; b[2] = (byte) 0x12; b[3] = (byte) 0xFB; in testExtractNetworkPortion() 171 b[0] = (byte) 0x91; b[1] = (byte) 0xAA; b[2] = (byte) 0x12; b[3] = (byte) 0xFB; in testExtractNetworkPortion() 175 b[0] = (byte) 0x81; b[1] = (byte) 0x9A; b[2] = (byte) 0xA9; b[3] = (byte) 0x71; in testExtractNetworkPortion() 176 b[4] = (byte) 0x00; b[5] = (byte) 0x55; b[6] = (byte) 0x05; b[7] = (byte) 0x20; in testExtractNetworkPortion() [all …]
|
/aosp12/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
H A D | sha1.c | 109 nR0(a,b,c,d,e, 0); nR0(e,a,b,c,d, 1); nR0(d,e,a,b,c, 2); nR0(c,d,e,a,b, 3); in do_R01() 110 nR0(b,c,d,e,a, 4); nR0(a,b,c,d,e, 5); nR0(e,a,b,c,d, 6); nR0(d,e,a,b,c, 7); in do_R01() 183 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform() 184 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform() 185 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform() 186 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform() 187 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in SHA1Transform() 188 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform() 189 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1Transform() 190 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in SHA1Transform() [all …]
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | bug_map | 1 dnsmasq netd fifo_file b/77868789 2 dnsmasq netd unix_stream_socket b/77868789 3 gmscore_app system_data_file dir b/146166941 4 init app_data_file file b/77873135 5 init cache_file blk_file b/77873135 6 init logpersist file b/77873135 7 init nativetest_data_file dir b/77873135 8 init pstorefs dir b/77873135 9 init shell_data_file dir b/77873135 10 init shell_data_file file b/77873135 [all …]
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | bug_map | 1 dnsmasq netd fifo_file b/77868789 2 dnsmasq netd unix_stream_socket b/77868789 3 gmscore_app system_data_file dir b/146166941 4 init app_data_file file b/77873135 5 init cache_file blk_file b/77873135 6 init logpersist file b/77873135 7 init nativetest_data_file dir b/77873135 8 init pstorefs dir b/77873135 9 init shell_data_file dir b/77873135 10 init shell_data_file file b/77873135 [all …]
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | bug_map | 1 dnsmasq netd fifo_file b/77868789 2 dnsmasq netd unix_stream_socket b/77868789 3 gmscore_app system_data_file dir b/146166941 4 init app_data_file file b/77873135 5 init cache_file blk_file b/77873135 6 init logpersist file b/77873135 7 init nativetest_data_file dir b/77873135 8 init pstorefs dir b/77873135 9 init shell_data_file dir b/77873135 10 init shell_data_file file b/77873135 [all …]
|
/aosp12/system/sepolicy/private/ |
H A D | bug_map | 1 dnsmasq netd fifo_file b/77868789 2 dnsmasq netd unix_stream_socket b/77868789 3 gmscore_app system_data_file dir b/146166941 4 init app_data_file file b/77873135 5 init cache_file blk_file b/77873135 6 init logpersist file b/77873135 7 init nativetest_data_file dir b/77873135 8 init pstorefs dir b/77873135 9 init shell_data_file dir b/77873135 10 init shell_data_file file b/77873135 [all …]
|
/aosp12/art/test/684-checker-simd-dotprod/src/other/ |
H A D | TestCharShort.java | 62 for (int i = 0; i < b.length; i++) { in testDotProdSimple() 63 int temp = a[i] * b[i]; in testDotProdSimple() 112 for (int i = 0; i < b.length; i++) { in testDotProdComplex() 156 int temp = a[i] * b[i]; in testDotProdSimpleUnsigned() 346 int temp = (short)(x) * b[i]; in testDotProdParamSigned() 366 int temp = (char)(x) * b[i]; in testDotProdParamUnsigned() 377 int temp = b[i] * (x); in testDotProdIntParam() 422 char temp = (char)(a[i] * b[i]); in testDotProdSimpleMulCastedToUnsigned() 444 char temp = (char)(a[i] * b[i]); in testDotProdSimpleUnsignedMulCastedToUnsigned() 466 char temp = (char)(a[i] * b[i]); in testDotProdSimpleCastedToChar() [all …]
|
H A D | TestByte.java | 83 for (int i = 0; i < b.length; i++) { in testDotProdSimple() 84 int temp = a[i] * b[i]; in testDotProdSimple() 145 for (int i = 0; i < b.length; i++) { in testDotProdComplex() 208 for (int i = 0; i < b.length; i++) { in testDotProdSimpleUnsigned() 270 for (int i = 0; i < b.length; i++) { in testDotProdComplexUnsigned() 417 int temp = (byte)(x) * b[i]; in testDotProdParamSigned() 441 int temp = b[i] * (x); in testDotProdIntParam() 465 byte temp = (byte)(a[i] * b[i]); in testDotProdSimpleCastedToSignedByte() 476 s += (a[i] * b[i]) & 0xff; in testDotProdSimpleCastedToUnsignedByte() 518 char temp = (char)(a[i] * b[i]); in testDotProdSimpleCastedToChar() [all …]
|
/aosp12/build/soong/third_party/zip/ |
H A D | writer.go | 72 b := writeBuf(buf[:]) 76 b.uint16(h.Flags) 77 b.uint16(h.Method) 80 b.uint32(h.CRC32) 104 b = b[4:] // skip disk number start and internal file attr (2x uint16) 273 b.uint16(h.Flags) 274 b.uint16(h.Method) 284 b.uint32(h.CRC32) 441 *b = (*b)[2:] 446 *b = (*b)[4:] [all …]
|
H A D | reader.go | 195 r.hash.Write(b[:n]) 240 b = b[22:] // skip over most of the header 328 b = b[size:] 423 if l > len(b) { 457 b := readBuf(buf) 479 b := readBuf(buf) 498 if b[i] == 'P' && b[i+1] == 'K' && b[i+2] == 0x05 && b[i+3] == 0x06 { 500 n := int(b[i+directoryEndLen-2]) | int(b[i+directoryEndLen-1])<<8 513 *b = (*b)[2:] 519 *b = (*b)[4:] [all …]
|
/aosp12/art/test/636-arm64-veneer-pool/src/ |
H A D | Main.java | 17 class C0 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() argument 18 class C1 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() argument 19 class C2 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() argument 20 class C3 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t… in m() argument 23 …public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new E… in m() argument 24 …public static void mImpl(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw n… in mImpl() argument 111 …public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new E… in m() argument 113 …public static void mApi(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw ne… in mApi() argument 119 …public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new E… in m() argument 133 …public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new E… in m() argument [all …]
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | MathUtils.java | 70 return a > b ? a : b; in max() 75 return a > b ? a : b; in max() 79 return a > b ? (a > c ? a : c) : (b > c ? b : c); in max() 83 return a > b ? (a > c ? a : c) : (b > c ? b : c); in max() 87 return a < b ? a : b; in min() 91 return a < b ? a : b; in min() 95 return a < b ? (a < c ? a : c) : (b < c ? b : c); in min() 99 return a < b ? (a < c ? a : c) : (b < c ? b : c); in min() 120 return (float) Math.sqrt(a * a + b * b + c * c); in mag() 272 if (b > 0 && a <= (Integer.MAX_VALUE - b)) { in addOrThrow() [all …]
|
/aosp12/art/test/432-optimizing-cmp/src/ |
H A D | Main.java | 126 return a == b; in $opt$eq() 130 return a == b; in $opt$eq() 134 return a < b; in $opt$lt() 138 return a < b; in $opt$lt() 142 return a < b; in $opt$lt() 146 return a > b; in $opt$gt() 150 return a > b; in $opt$gt() 154 return a > b; in $opt$gt() 231 if ($opt$lt(a, b)) { in expectFalse() 234 if ($opt$gt(a, b)) { in expectFalse() [all …]
|
/aosp12/hardware/interfaces/wifi/1.2/ |
H A D | README-NAN.md | 46 * Hard-coded values are in <b>bold</b>, e.g. <b>true</b> or <b>5</b> 61 * uint8_t hopCountMax = <b>2</b> 71 * uint16_t rssiWindowSize = <b>8</b> 77 * uint8_t rssiClose = <b>60</b> 78 * uint8_t rssiMiddle = <b>70</b> 85 * uint8_t rssiClose = <b>60</b> 93 * bool validClusterIdVals = <b>true</b> 96 * bool validIntfAddrVal = <b>false</b> 98 * bool validOuiVal = <b>false</b> 114 * bool enableRanging = <b>true</b> [all …]
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_csqrt.c | 48 b = cimag(z); in csqrt() 52 return (CMPLX(0, b)); in csqrt() 53 if (isinf(b)) in csqrt() 56 t = (b - b) / (b - b); /* raise invalid if b is not a NaN */ in csqrt() 67 return (CMPLX(fabs(b - b), copysign(a, b))); in csqrt() 69 return (CMPLX(a, copysign(b - b, b))); in csqrt() 71 if (isnan(b)) { in csqrt() 73 return (CMPLX(b + 0.0L + t, b + 0.0L + t)); /* NaN + NaN i */ in csqrt() 85 if (fabs(b) >= 0x1p-1020) in csqrt() 86 b *= 0.25; in csqrt() [all …]
|
H A D | s_csqrtl.c | 63 b = cimagl(z); in csqrtl() 67 return (CMPLXL(0, b)); in csqrtl() 68 if (isinf(b)) in csqrtl() 71 t = (b - b) / (b - b); /* raise invalid if b is not a NaN */ in csqrtl() 82 return (CMPLXL(fabsl(b - b), copysignl(a, b))); in csqrtl() 84 return (CMPLXL(a, copysignl(b - b, b))); in csqrtl() 86 if (isnan(b)) { in csqrtl() 88 return (CMPLXL(b + 0.0L + t, b + 0.0L + t)); /* NaN + NaN i */ in csqrtl() 101 b *= 0.25; in csqrtl() 110 b *= 0x1p64; in csqrtl() [all …]
|
/aosp12/build/blueprint/parser/ |
H A D | sort_test.go | 22 b string 25 a, b string 56 oneTest(tt.a, tt.b, true) 58 oneTest(tt.b, tt.a, false) 62 oneTest(tt.b, tt.b, false) 65 oneTest("a"+tt.a, "a"+tt.b, true) 68 oneTest("a"+tt.b, "a"+tt.b, false) 74 oneTest(tt.b+"a", tt.b+"a", false) 80 oneTest(tt.b+"1", tt.b+"1", false) 86 oneTest("0"+tt.b, "0"+tt.b, false) [all …]
|