/external/v8/test/mjsunit/ |
D | numops-fuzz-part4.js | 30 var tmp = 0; 31 …, x ^= ((tmp = -890607324, tmp)>>((((-2876826295)>>x)<<((tmp = 2351495148.117994, tmp)>>(tmp = 136… 32 assertEquals(-729075363, x += (x+(tmp = 1052139285, tmp))); 34 …(1290672548)>>>((((1536843439.5629003)&(3185059975.158061))*(tmp = -1339249276.2667086, tmp))&x)))… 35 assertEquals(941373096, x %= ((x+(-451098412))^(tmp = 1725497732, tmp))); 36 assertEquals(-1766019323, x += (tmp = -2707392419, tmp)); 40 …4792447)&((tmp = 601044863, tmp)>>((tmp = 1228976729, tmp)+((((-2711426325)*x)|x)|(x%(-2700007330.… 41 assertEquals(1762886843, x ^= (tmp = 2532080403, tmp)); 42 …assertEquals(1762886843, x %= ((((((tmp = -2059247788, tmp)>>x)/x)+(x<<x))^x)>>>(-1969283040.36836… 43 assertEquals(4812334726.587896, x += (tmp = 3049447883.587897, tmp)); [all …]
|
D | numops-fuzz-part2.js | 30 var tmp = 0; 31 …329285)>>>((2087162059)*x))+((tmp = -1890084022.7631018, tmp)%(tmp = 2137514142.358262, tmp))))+(x… 34 assertEquals(3778560, x %= (tmp = -2592585378.9592104, tmp)); 35 assertEquals(624640, x &= (tmp = 2261638192.9864054, tmp)); 37 assertEquals(1048576, x &= ((tmp = -2144301819.9892588, tmp)^((x-x)<<x))); 39 assertEquals(5069061551149729, x *= (tmp = 2417116904.8069615, tmp)); 40 assertEquals(1.4836296666029616e+25, x += ((tmp = 2926833006.7121572, tmp)*x)); 42 …853.1321645)+(tmp = 2369533014.5803776, tmp))+(tmp = -2613779445, tmp))+(tmp = -2488826226.3733397… 45 assertEquals(4491403261551.008, x *= (tmp = 487348444.1787118, tmp)); 46 assertEquals(4490606381829.008, x -= (tmp = 796879722, tmp)); [all …]
|
D | numops-fuzz-part1.js | 30 var tmp = 0; 31 assertEquals(0, x /= (tmp = 798469700.4090232, tmp)); 34 assertEquals(139516372, x -= (tmp = -139516372, tmp)); 37 assertEquals(-2772151192.8633175, x -= (tmp = 2772151192.8633175, tmp)); 39 assertEquals(1509750523, x |= ((1073767916)-(tmp = 919311632.2789925, tmp))); 41 assertEquals(-270926893, x |= (tmp = 1837232194, tmp)); 42 …assertEquals(0.17730273401688765, x /= ((tmp = -2657202795, tmp)-(((((x|(tmp = -1187733892.282897,… 43 …uals(122483.56550261026, x *= ((((tmp = 2570017060.15193, tmp)%((-1862621126.9968336)>>x))>>(x>>(t… 45 assertEquals(0, x <<= (tmp = 2705124845.0455265, tmp)); 47 assertEquals(-0, x *= ((tmp = -165810479.10020828, tmp)|x)); [all …]
|
D | numops-fuzz-part3.js | 30 var tmp = 0; 34 assertEquals(-1599945863, x ^= (tmp = 2695021432.453696, tmp)); 35 assertEquals(940543782, x ^= (tmp = 2561494111, tmp)); 36 assertEquals(891400321673221800, x *= (tmp = 947749949.2662871, tmp)); 37 assertEquals(-1509927296, x >>= ((tmp = 1113290009, tmp)-x)); 38 assertEquals(-23, x >>= (tmp = 3216989626.7370152, tmp)); 41 assertEquals(-0, x /= (tmp = -1924652745.081665, tmp)); 43 assertEquals(0, x %= ((tmp = 2110842937.8580878, tmp)|(x<<x))); 44 …tmp = -2334036143.9396124, tmp)/((tmp = 965101904.2841234, tmp)<<(((3029227182.8426695)<<((tmp = -… 45 …55783, x += ((((2857010474.8010874)|((tmp = -1415997622.320347, tmp)-(-1706423374)))%(tmp = 824357… [all …]
|
/external/llvm/test/Transforms/Reassociate/ |
D | fast-ArrayOutOfBounds.ll | 6 ; CHECK-NEXT: %tmp.2 = fadd float %a3, %a4 7 ; CHECK-NEXT: %tmp.4 = fadd float %tmp.2, %a2 8 ; CHECK-NEXT: %tmp.6 = fadd float %tmp.4, %a1 9 ; CHECK-NEXT: %tmp.8 = fadd float %tmp.6, %a0 10 ; CHECK-NEXT: %tmp.11 = fadd float %a2, %a3 11 ; CHECK-NEXT: %tmp.13 = fadd float %tmp.11, %a1 12 ; CHECK-NEXT: %tmp.15 = fadd float %tmp.13, %a0 13 ; CHECK-NEXT: %tmp.18 = fadd float %a1, %a2 14 ; CHECK-NEXT: %tmp.20 = fadd float %tmp.18, %a0 15 ; CHECK-NEXT: %tmp.23 = fadd float %a0, %a1 [all …]
|
D | 2005-09-01-ArrayOutOfBounds.ll | 7 %tmp.2 = add i32 %a4, %a3 8 %tmp.4 = add i32 %tmp.2, %a2 9 %tmp.6 = add i32 %tmp.4, %a1 10 %tmp.8 = add i32 %tmp.6, %a0 11 %tmp.11 = add i32 %a3, %a2 12 %tmp.13 = add i32 %tmp.11, %a1 13 %tmp.15 = add i32 %tmp.13, %a0 14 %tmp.18 = add i32 %a2, %a1 15 %tmp.20 = add i32 %tmp.18, %a0 16 %tmp.23 = add i32 %a1, %a0 [all …]
|
D | inverses.ll | 4 %tmp.2 = and i32 %b, %a 5 %tmp.4 = xor i32 %a, -1 7 %tmp.5 = and i32 %tmp.2, %tmp.4 8 ret i32 %tmp.5 14 %tmp.1 = and i32 %a, 1234 15 %tmp.2 = and i32 %b, %tmp.1 16 %tmp.4 = xor i32 %a, -1 18 %tmp.5 = and i32 %tmp.2, %tmp.4 19 ret i32 %tmp.5 25 %tmp.1 = add i32 %a, 1234 [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 22 struct sae_temporary_data *tmp; in sae_set_group() local 25 tmp = sae->tmp = os_zalloc(sizeof(*tmp)); in sae_set_group() 26 if (tmp == NULL) in sae_set_group() 30 tmp->ec = crypto_ec_init(group); in sae_set_group() 31 if (tmp->ec) { in sae_set_group() 33 tmp->prime_len = crypto_ec_prime_len(tmp->ec); in sae_set_group() 34 tmp->prime = crypto_ec_get_prime(tmp->ec); in sae_set_group() 35 tmp->order = crypto_ec_get_order(tmp->ec); in sae_set_group() 40 tmp->dh = dh_groups_get(group); in sae_set_group() 41 if (tmp->dh) { in sae_set_group() [all …]
|
/external/webrtc/src/common_audio/signal_processing/ |
D | resample_fractional.c | 52 WebRtc_Word32 tmp; in WebRtcSpl_Resample48khzTo32khz() local 57 tmp = 1 << 14; in WebRtcSpl_Resample48khzTo32khz() 58 tmp += kCoefficients48To32[0][0] * In[0]; in WebRtcSpl_Resample48khzTo32khz() 59 tmp += kCoefficients48To32[0][1] * In[1]; in WebRtcSpl_Resample48khzTo32khz() 60 tmp += kCoefficients48To32[0][2] * In[2]; in WebRtcSpl_Resample48khzTo32khz() 61 tmp += kCoefficients48To32[0][3] * In[3]; in WebRtcSpl_Resample48khzTo32khz() 62 tmp += kCoefficients48To32[0][4] * In[4]; in WebRtcSpl_Resample48khzTo32khz() 63 tmp += kCoefficients48To32[0][5] * In[5]; in WebRtcSpl_Resample48khzTo32khz() 64 tmp += kCoefficients48To32[0][6] * In[6]; in WebRtcSpl_Resample48khzTo32khz() 65 tmp += kCoefficients48To32[0][7] * In[7]; in WebRtcSpl_Resample48khzTo32khz() [all …]
|
/external/libhevc/common/ |
D | ihevc_trans_macros.h | 39 …LWORD64 tmp; … 53 …tmp = (LWORD64)(abs(inp)); … 54 …tmp = tmp * (quant_coeff); … 55 …tmp = tmp + (((LWORD64)q_add) << (q_bits - QUANT_ROUND_FACTOR_Q)); … 56 …tmp = tmp >> q_bits; … 58 …tmp = tmp * sign; … 59 …out = (WORD16) CLIP_S16(tmp); … 64 …LWORD64 tmp; … 78 …tmp = (LWORD64)(abs(inp)); … 79 …tmp = tmp * (quant_coeff); … [all …]
|
/external/llvm/test/CodeGen/Generic/ |
D | 2003-05-28-ManyArgs.ll | 45 …%tmp.101 = getelementptr %struct..s_placer_opts, %struct..s_placer_opts* %placer_opts, i64 0, i32 … 46 %tmp.105 = getelementptr [300 x i8], [300 x i8]* %net_file, i64 0, i64 0 ; <i8*> [#uses=1] 47 %tmp.106 = getelementptr [300 x i8], [300 x i8]* %arch_file, i64 0, i64 0 ; <i8*> [#uses=1] 48 %tmp.107 = getelementptr [300 x i8], [300 x i8]* %place_file, i64 0, i64 0 ; <i8*> [#uses=1] 49 %tmp.108 = getelementptr [300 x i8], [300 x i8]* %route_file, i64 0, i64 0 ; <i8*> [#uses=1] 50 …%tmp.109 = getelementptr { i32, float, float, float, float, float, float, float, float, float, flo… 51 …%tmp.112 = getelementptr %struct..s_placer_opts, %struct..s_placer_opts* %placer_opts, i64 0, i32 … 52 …%tmp.114 = getelementptr %struct..s_placer_opts, %struct..s_placer_opts* %placer_opts, i64 0, i32 … 53 …%tmp.118 = getelementptr %struct..s_router_opts, %struct..s_router_opts* %router_opts, i64 0, i32 … 54 %tmp.135 = load i32, i32* %operation ; <i32> [#uses=1] [all …]
|
D | APIntLoadStore.ll | 516 %tmp = load i1, i1* @i1_l ; <i1> [#uses=1] 517 store i1 %tmp, i1* @i1_s 522 %tmp = load i2, i2* @i2_l ; <i2> [#uses=1] 523 store i2 %tmp, i2* @i2_s 528 %tmp = load i3, i3* @i3_l ; <i3> [#uses=1] 529 store i3 %tmp, i3* @i3_s 534 %tmp = load i4, i4* @i4_l ; <i4> [#uses=1] 535 store i4 %tmp, i4* @i4_s 540 %tmp = load i5, i5* @i5_l ; <i5> [#uses=1] 541 store i5 %tmp, i5* @i5_s [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | rlwimi.ll | 7 %tmp.3 = shl i32 %x, 16 ; <i32> [#uses=1] 8 %tmp.7 = and i32 %y, 65535 ; <i32> [#uses=1] 9 %tmp.9 = or i32 %tmp.7, %tmp.3 ; <i32> [#uses=1] 10 ret i32 %tmp.9 15 %tmp.7 = and i32 %x, 65535 ; <i32> [#uses=1] 16 %tmp.3 = shl i32 %y, 16 ; <i32> [#uses=1] 17 %tmp.9 = or i32 %tmp.7, %tmp.3 ; <i32> [#uses=1] 18 ret i32 %tmp.9 23 %tmp.3 = lshr i32 %x, 16 ; <i32> [#uses=1] 24 %tmp.6 = and i32 %y, -65536 ; <i32> [#uses=1] [all …]
|
D | rlwimi2.ll | 9 %tmp.1 = shl i32 %srcA, 15 ; <i32> [#uses=1] 10 %tmp.4 = and i32 %tmp.1, 32505856 ; <i32> [#uses=1] 11 %tmp.6 = and i32 %srcA, 31775 ; <i32> [#uses=1] 12 %tmp.7 = or i32 %tmp.4, %tmp.6 ; <i32> [#uses=1] 13 %tmp.9 = shl i32 %srcB, 15 ; <i32> [#uses=1] 14 %tmp.12 = and i32 %tmp.9, 32505856 ; <i32> [#uses=1] 15 %tmp.14 = and i32 %srcB, 31775 ; <i32> [#uses=1] 16 %tmp.15 = or i32 %tmp.12, %tmp.14 ; <i32> [#uses=1] 17 %tmp.18 = mul i32 %tmp.7, %alpha ; <i32> [#uses=1] 18 %tmp.20 = sub i32 32, %alpha ; <i32> [#uses=1] [all …]
|
D | rotl.ll | 6 %tmp.7 = sub i32 32, %sh ; <i32> [#uses=1] 7 %tmp.10 = lshr i32 %x, %tmp.7 ; <i32> [#uses=2] 8 %tmp.4 = shl i32 %x, %sh ; <i32> [#uses=1] 9 %tmp.12 = or i32 %tmp.10, %tmp.4 ; <i32> [#uses=1] 10 ret i32 %tmp.12 15 %tmp.3 = trunc i32 %sh to i8 ; <i8> [#uses=1] 16 %tmp.4 = lshr i32 %x, %sh ; <i32> [#uses=2] 17 %tmp.7 = sub i32 32, %sh ; <i32> [#uses=1] 18 %tmp.10 = shl i32 %x, %tmp.7 ; <i32> [#uses=1] 19 %tmp.12 = or i32 %tmp.4, %tmp.10 ; <i32> [#uses=1] [all …]
|
/external/elfutils/src/tests/ |
D | run-addr2line-i-test.sh | 58 /tmp/x.cpp:5 62 /tmp/x.cpp:6 66 /tmp/x.cpp:10 70 /tmp/x.cpp:11 74 /tmp/x.cpp:5 75 /tmp/x.cpp:15 79 /tmp/x.cpp:10 80 /tmp/x.cpp:20 84 /tmp/x.cpp:5 85 /tmp/x.cpp:15 [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-add2.ll | 9 %tmp.2 = shl i111 1, 110 10 %tmp.4 = xor i111 %x, %tmp.2 12 %tmp.6 = add i111 %tmp.4, %tmp.2 13 ret i111 %tmp.6 17 %tmp.0 = shl i65 1, 64 18 %tmp.2 = xor i65 %x, %tmp.0 20 %tmp.4 = add i65 %tmp.2, %tmp.0 21 ret i65 %tmp.4 25 %tmp.0 = shl i1024 1, 1023 26 %tmp.2 = xor i1024 %x, %tmp.0 [all …]
|
D | signext.ll | 6 %tmp.1 = and i32 %x, 65535 ; <i32> [#uses=1] 7 %tmp.2 = xor i32 %tmp.1, -32768 ; <i32> [#uses=1] 8 %tmp.3 = add i32 %tmp.2, 32768 ; <i32> [#uses=1] 9 ret i32 %tmp.3 12 ; CHECK: %tmp.3 = ashr exact i32 %sext, 16 13 ; CHECK: ret i32 %tmp.3 17 %tmp.1 = and i32 %x, 65535 ; <i32> [#uses=1] 18 %tmp.2 = xor i32 %tmp.1, 32768 ; <i32> [#uses=1] 19 %tmp.3 = add i32 %tmp.2, -32768 ; <i32> [#uses=1] 20 ret i32 %tmp.3 [all …]
|
/external/toybox/toys/pending/ |
D | ipcrm.c | 78 struct arg_list *tmp; in ipcrm_main() local 80 for (tmp = TT.mkey; tmp; tmp = tmp->next) do_ipcrm(1, 1, tmp->arg); in ipcrm_main() 81 for (tmp = TT.mid; tmp; tmp = tmp->next) do_ipcrm(0, 1, tmp->arg); in ipcrm_main() 82 for (tmp = TT.qkey; tmp; tmp = tmp->next) do_ipcrm(1, 2, tmp->arg); in ipcrm_main() 83 for (tmp = TT.qid; tmp; tmp = tmp->next) do_ipcrm(0, 2, tmp->arg); in ipcrm_main() 84 for (tmp = TT.skey; tmp; tmp = tmp->next) do_ipcrm(1, 3, tmp->arg); in ipcrm_main() 85 for (tmp = TT.sid; tmp; tmp = tmp->next) do_ipcrm(0, 3, tmp->arg); in ipcrm_main()
|
/external/srtp/tables/ |
D | aes_tables.c | 95 v32_t tmp; in aes_compute_tables() local 106 tmp.v8[0] = x2; in aes_compute_tables() 107 tmp.v8[1] = x1; in aes_compute_tables() 108 tmp.v8[2] = x1; in aes_compute_tables() 109 tmp.v8[3] = x3; in aes_compute_tables() 110 T0[i] = tmp.value; in aes_compute_tables() 112 tmp.v8[0] = x3; in aes_compute_tables() 113 tmp.v8[1] = x2; in aes_compute_tables() 114 tmp.v8[2] = x1; in aes_compute_tables() 115 tmp.v8[3] = x1; in aes_compute_tables() [all …]
|
/external/javasqlite/src/main/java/SQLite/ |
D | StringEncoder.java | 111 byte tmp; in decode() 113 case '0': tmp = 0; break; in decode() 114 case '1': tmp = 1; break; in decode() 115 case '2': tmp = 2; break; in decode() 116 case '3': tmp = 3; break; in decode() 117 case '4': tmp = 4; break; in decode() 118 case '5': tmp = 5; break; in decode() 119 case '6': tmp = 6; break; in decode() 120 case '7': tmp = 7; break; in decode() 121 case '8': tmp = 8; break; in decode() [all …]
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | AggregatePromote.ll | 20 %tmp.0 = bitcast i64* %X_addr to i32* ; <i32*> [#uses=1] 21 %tmp.1 = getelementptr i32, i32* %tmp.0, i32 1 ; <i32*> [#uses=1] 22 %tmp.2 = bitcast i32* %tmp.1 to i8* ; <i8*> [#uses=1] 23 %tmp.3 = getelementptr i8, i8* %tmp.2, i32 3 ; <i8*> [#uses=1] 24 %tmp.2.upgrd.1 = load i8, i8* %tmp.3 ; <i8> [#uses=1] 25 ret i8 %tmp.2.upgrd.1 30 %tmp.0 = getelementptr { i64 }, { i64 }* %a, i32 0, i32 0 ; <i64*> [#uses=1] 31 store i64 %X, i64* %tmp.0 32 %tmp.3 = bitcast { i64 }* %a to [4 x i16]* ; <[4 x i16]*> [#uses=2] 33 %tmp.4 = getelementptr [4 x i16], [4 x i16]* %tmp.3, i32 0, i32 3 ; <i16*> [#uses=1] [all …]
|
/external/e2fsprogs/lib/uuid/ |
D | pack.c | 40 uint32_t tmp; in uuid_pack() local 43 tmp = uu->time_low; in uuid_pack() 44 out[3] = (unsigned char) tmp; in uuid_pack() 45 tmp >>= 8; in uuid_pack() 46 out[2] = (unsigned char) tmp; in uuid_pack() 47 tmp >>= 8; in uuid_pack() 48 out[1] = (unsigned char) tmp; in uuid_pack() 49 tmp >>= 8; in uuid_pack() 50 out[0] = (unsigned char) tmp; in uuid_pack() 52 tmp = uu->time_mid; in uuid_pack() [all …]
|
D | unpack.c | 41 uint32_t tmp; in uuid_unpack() local 43 tmp = *ptr++; in uuid_unpack() 44 tmp = (tmp << 8) | *ptr++; in uuid_unpack() 45 tmp = (tmp << 8) | *ptr++; in uuid_unpack() 46 tmp = (tmp << 8) | *ptr++; in uuid_unpack() 47 uu->time_low = tmp; in uuid_unpack() 49 tmp = *ptr++; in uuid_unpack() 50 tmp = (tmp << 8) | *ptr++; in uuid_unpack() 51 uu->time_mid = tmp; in uuid_unpack() 53 tmp = *ptr++; in uuid_unpack() [all …]
|
/external/webrtc/src/common_audio/signal_processing/include/ |
D | spl_inl_armv7.h | 20 WebRtc_Word32 tmp; in WEBRTC_SPL_MUL_16_32_RSFT16() local 21 __asm__("smulwb %0, %1, %2":"=r"(tmp):"r"(b), "r"(a)); in WEBRTC_SPL_MUL_16_32_RSFT16() 22 return tmp; in WEBRTC_SPL_MUL_16_32_RSFT16() 28 WebRtc_Word32 tmp; in WEBRTC_SPL_MUL_32_32_RSFT32() local 29 __asm__("pkhbt %0, %1, %2, lsl #16" : "=r"(tmp) : "r"(b), "r"(a)); in WEBRTC_SPL_MUL_32_32_RSFT32() 30 __asm__("smmul %0, %1, %2":"=r"(tmp):"r"(tmp), "r"(c)); in WEBRTC_SPL_MUL_32_32_RSFT32() 31 return tmp; in WEBRTC_SPL_MUL_32_32_RSFT32() 36 WebRtc_Word32 tmp; in WEBRTC_SPL_MUL_32_32_RSFT32BI() local 37 __asm__("smmul %0, %1, %2":"=r"(tmp):"r"(a), "r"(b)); in WEBRTC_SPL_MUL_32_32_RSFT32BI() 38 return tmp; in WEBRTC_SPL_MUL_32_32_RSFT32BI() [all …]
|