/external/v8/test/mjsunit/ |
D | numops-fuzz.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 …]
|
/external/stlport/test/unit/ |
D | valarray_test.cpp | 37 valarray<double> tmp; in transcendentals() local 38 tmp = abs(darray); in transcendentals() 39 tmp = acos(darray); in transcendentals() 40 tmp = asin(darray); in transcendentals() 41 tmp = atan(darray); in transcendentals() 42 tmp = atan2(darray, tmp); in transcendentals() 43 tmp = atan2(1.0, darray); in transcendentals() 44 tmp = atan2(darray, 1.0); in transcendentals() 45 tmp = cos(darray); in transcendentals() 46 tmp = cosh(darray); in transcendentals() [all …]
|
/external/chromium/third_party/libevent/test/ |
D | regress.gen.c | 47 struct msg *tmp; in msg_new() local 48 if ((tmp = malloc(sizeof(struct msg))) == NULL) { in msg_new() 52 tmp->base = &__msg_base; in msg_new() 54 tmp->from_name_data = NULL; in msg_new() 55 tmp->from_name_set = 0; in msg_new() 57 tmp->to_name_data = NULL; in msg_new() 58 tmp->to_name_set = 0; in msg_new() 60 tmp->attack_data = NULL; in msg_new() 61 tmp->attack_set = 0; in msg_new() 63 tmp->run_data = NULL; in msg_new() [all …]
|
/external/llvm/test/CodeGen/Generic/ |
D | 2003-05-28-ManyArgs.ll | 45 %tmp.101 = getelementptr %struct..s_placer_opts* %placer_opts, i64 0, i32 4 ; <i8**> [#uses=1] 46 %tmp.105 = getelementptr [300 x i8]* %net_file, i64 0, i64 0 ; <i8*> [#uses=1] 47 %tmp.106 = getelementptr [300 x i8]* %arch_file, i64 0, i64 0 ; <i8*> [#uses=1] 48 %tmp.107 = getelementptr [300 x i8]* %place_file, i64 0, i64 0 ; <i8*> [#uses=1] 49 %tmp.108 = getelementptr [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* %placer_opts, i64 0, i32 0 ; <i32*> [#uses=1] 52 %tmp.114 = getelementptr %struct..s_placer_opts* %placer_opts, i64 0, i32 6 ; <i32*> [#uses=1] 53 %tmp.118 = getelementptr %struct..s_router_opts* %router_opts, i64 0, i32 7 ; <i32*> [#uses=1] 54 %tmp.135 = load i32* %operation ; <i32> [#uses=1] [all …]
|
D | APIntLoadStore.ll | 516 %tmp = load i1* @i1_l ; <i1> [#uses=1] 517 store i1 %tmp, i1* @i1_s 522 %tmp = load i2* @i2_l ; <i2> [#uses=1] 523 store i2 %tmp, i2* @i2_s 528 %tmp = load i3* @i3_l ; <i3> [#uses=1] 529 store i3 %tmp, i3* @i3_s 534 %tmp = load i4* @i4_l ; <i4> [#uses=1] 535 store i4 %tmp, i4* @i4_s 540 %tmp = load i5* @i5_l ; <i5> [#uses=1] 541 store i5 %tmp, i5* @i5_s [all …]
|
D | fp_to_int.ll | 4 %tmp.1 = fptosi double %X to i8 ; <i8> [#uses=1] 5 ret i8 %tmp.1 9 %tmp.1 = fptosi double %X to i16 ; <i16> [#uses=1] 10 ret i16 %tmp.1 14 %tmp.1 = fptosi double %X to i32 ; <i32> [#uses=1] 15 ret i32 %tmp.1 19 %tmp.1 = fptosi double %X to i64 ; <i64> [#uses=1] 20 ret i64 %tmp.1 24 %tmp.1 = fptoui double %X to i8 ; <i8> [#uses=1] 25 ret i8 %tmp.1 [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/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/qemu/target-arm/ |
D | translate.c | 143 TCGv tmp = tcg_temp_new_i32(); in load_cpu_offset() local 144 tcg_gen_ld_i32(tmp, cpu_env, offset); in load_cpu_offset() 145 return tmp; in load_cpu_offset() 178 TCGv tmp = tcg_temp_new_i32(); in load_reg() local 179 load_reg_var(s, tmp, reg); in load_reg() 180 return tmp; in load_reg() 216 TCGv tmp = tcg_temp_new_i32(); in gen_exception() local 217 tcg_gen_movi_i32(tmp, excp); in gen_exception() 218 gen_helper_exception(tmp); in gen_exception() 219 tcg_temp_free_i32(tmp); in gen_exception() [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 …]
|
D | and_sra.ll | 5 %tmp.79 = bitcast i32 %mode.0.i.0 to i32 ; <i32> [#uses=1] 6 %tmp.80 = ashr i32 %tmp.79, 15 ; <i32> [#uses=1] 7 %tmp.81 = and i32 %tmp.80, 24 ; <i32> [#uses=1] 8 ret i32 %tmp.81 12 %tmp.79 = bitcast i32 %mode.0.i.0 to i32 ; <i32> [#uses=1] 13 %tmp.80 = ashr i32 %tmp.79, 15 ; <i32> [#uses=1] 14 %tmp.81 = lshr i32 %mode.0.i.0, 16 ; <i32> [#uses=1] 15 %tmp.82 = bitcast i32 %tmp.81 to i32 ; <i32> [#uses=1] 16 %tmp.83 = and i32 %tmp.80, %tmp.82 ; <i32> [#uses=1] 17 ret i32 %tmp.83 [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
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 …]
|
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 …]
|
/external/llvm/test/Transforms/Reassociate/ |
D | 2005-09-01-ArrayOutOfBounds.ll | 5 %tmp.2 = add i32 %a4, %a3 ; <i32> [#uses=1] 6 %tmp.4 = add i32 %tmp.2, %a2 ; <i32> [#uses=1] 7 %tmp.6 = add i32 %tmp.4, %a1 ; <i32> [#uses=1] 8 %tmp.8 = add i32 %tmp.6, %a0 ; <i32> [#uses=1] 9 %tmp.11 = add i32 %a3, %a2 ; <i32> [#uses=1] 10 %tmp.13 = add i32 %tmp.11, %a1 ; <i32> [#uses=1] 11 %tmp.15 = add i32 %tmp.13, %a0 ; <i32> [#uses=1] 12 %tmp.18 = add i32 %a2, %a1 ; <i32> [#uses=1] 13 %tmp.20 = add i32 %tmp.18, %a0 ; <i32> [#uses=1] 14 %tmp.23 = add i32 %a1, %a0 ; <i32> [#uses=1] [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/llvm/test/Transforms/ScalarRepl/ |
D | AggregatePromote.ll | 20 %tmp.0 = bitcast i64* %X_addr to i32* ; <i32*> [#uses=1] 21 %tmp.1 = getelementptr 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* %tmp.2, i32 3 ; <i8*> [#uses=1] 24 %tmp.2.upgrd.1 = load i8* %tmp.3 ; <i8> [#uses=1] 25 ret i8 %tmp.2.upgrd.1 30 %tmp.0 = getelementptr { 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]* %tmp.3, i32 0, i32 3 ; <i16*> [#uses=1] [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/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/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/llvm/test/Transforms/Mem2Reg/ |
D | 2005-06-30-ReadBeforeWrite.ll | 17 %tmp.0 = load i32* %n_addr ; <i32> [#uses=1] 18 %tmp.1 = add i32 %tmp.0, 1 ; <i32> [#uses=1] 19 %tmp.2 = load i32* %i ; <i32> [#uses=1] 20 %tmp.3 = icmp sgt i32 %tmp.1, %tmp.2 ; <i1> [#uses=2] 21 %tmp.4 = zext i1 %tmp.3 to i32 ; <i32> [#uses=0] 22 br i1 %tmp.3, label %no_exit, label %return 24 %tmp.5 = load i32* %undef ; <i32> [#uses=1] 25 store i32 %tmp.5, i32* %out 27 %tmp.6 = load i32* %i ; <i32> [#uses=1] 28 %tmp.7 = icmp sgt i32 %tmp.6, 0 ; <i1> [#uses=2] [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 …]
|
/external/openssh/openbsd-compat/ |
D | sys-tree.h | 83 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument 84 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \ 85 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ 86 (head)->sph_root = tmp; \ 89 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument 90 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \ 91 SPLAY_LEFT(tmp, field) = (head)->sph_root; \ 92 (head)->sph_root = tmp; \ 95 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument 96 SPLAY_LEFT(tmp, field) = (head)->sph_root; \ [all …]
|