Searched defs:temp1 (Results 1 - 25 of 154) sorted by relevance

1234567

/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
H A Dmember_swap.pass.cpp23 std::string temp1 = get_temp_file_name(); local
26 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
46 std::remove(temp1.c_str());
49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
69 std::remove(temp1.c_str());
H A Dnonmember_swap.pass.cpp24 std::string temp1 = get_temp_file_name(); local
27 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
47 std::remove(temp1.c_str());
50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
70 std::remove(temp1.c_str());
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
H A Dmember_swap.pass.cpp23 std::string temp1 = get_temp_file_name(); local
26 std::ofstream fs1(temp1.c_str());
35 std::ifstream fs(temp1.c_str());
42 std::remove(temp1.c_str());
53 std::wofstream fs1(temp1.c_str());
62 std::wifstream fs(temp1.c_str());
69 std::remove(temp1.c_str());
H A Dnonmember_swap.pass.cpp24 std::string temp1 = get_temp_file_name(); local
27 std::ofstream fs1(temp1.c_str());
36 std::ifstream fs(temp1.c_str());
43 std::remove(temp1.c_str());
54 std::wofstream fs1(temp1.c_str());
63 std::wifstream fs(temp1.c_str());
70 std::remove(temp1.c_str());
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dinterpolate_samples.c27 int16_t *ppi, *ppo, i, j, temp1, temp2; local
34 temp1 = 0;
41 (int16_t)((WebRtcIlbcfix_kAlpha[temp1] * *ppi) >> 15);
45 temp1++;
/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp39 namespace temp1 { namespace
/external/v8/src/crankshaft/arm64/
H A Ddelayed-masm-arm64.cc24 DoubleRegister temp1 = scope.AcquireD(); local
29 __ Ldr(temp1, pending_address_src_);
33 __ Ldp(temp1, temp2, pending_address_src_);
36 __ Ldp(temp2, temp1, src_operand);
42 __ Str(temp1, pending_address_dst_);
46 __ Stp(temp1, temp2, pending_address_dst_);
49 __ Stp(temp2, temp1, dst_operand);
/external/webp/src/dsp/
H A Dargb_mips_dsp_r2.c20 int temp0, temp1, temp2, temp3, offset; local
29 "lbux %[temp1], %[offset](%[r]) \n\t"
32 "ins %[temp1], %[temp0], 16, 16 \n\t"
35 "precr.qb.ph %[temp0], %[temp1], %[temp3] \n\t"
42 "lbux %[temp1], %[offset](%[r]) \n\t"
45 "ins %[temp1], %[temp0], 16, 16 \n\t"
47 "precr.qb.ph %[temp0], %[temp1], %[temp3] \n\t"
50 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
60 int temp0, temp1, temp local
[all...]
H A Dalpha_processing_mips_dsp_r2.c29 int temp1, temp2, temp3; local
35 "srl %[temp1], %[temp0], 8 \n\t"
40 "sb %[temp1], -12(%[pdst]) \n\t"
43 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
94 int temp0, temp1, temp2, temp3, alpha; local
103 "andi %[temp1], %[argb], 0xff \n\t"
106 "mul %[temp1], %[temp1], %[temp0] \n\t"
109 "precrq.ph.w %[temp1],
[all...]
H A Dcost_mips32.c19 int temp0, temp1; local
44 "subu %[temp1], %[res_last], %[n] \n\t"
46 "blez %[temp1], 2f \n\t"
52 "slti %[temp1], %[v_reg], 0 \n\t"
53 "movn %[v_reg], %[temp0], %[temp1] \n\t"
57 "sll %[temp1], %[v_reg], 1 \n\t"
58 "addu %[temp1], %[temp1], %[VP8LevelFixedCosts] \n\t"
59 "lhu %[temp1], 0(%[temp1]) \
102 int temp0, temp1, temp2, n, n1; local
[all...]
H A Dcost_mips_dsp_r2.c19 int temp0, temp1; local
44 "subu %[temp1], %[res_last], %[n] \n\t"
45 "blez %[temp1], 2f \n\t"
55 "sll %[temp1], %[v_reg], 1 \n\t"
56 "lhx %[temp1], %[temp1](%[VP8LevelFixedCosts]) \n\t"
59 "addu %[cost], %[cost], %[temp1] \n\t"
72 [temp1]"=&r"(temp1)
/external/eigen/blas/f2c/
H A Ddspmv.c24 doublereal temp1, temp2; local
224 temp1 = *alpha * x[j];
229 y[i__] += temp1 * ap[k];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2;
243 temp1 = *alpha * x[jx];
249 y[iy] += temp1 * ap[k];
255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2;
269 temp1 = *alpha * x[j];
271 y[j] += temp1 * ap[kk];
275 y[i__] += temp1 * a
[all...]
H A Dsspmv.c24 real temp1, temp2; local
224 temp1 = *alpha * x[j];
229 y[i__] += temp1 * ap[k];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2;
243 temp1 = *alpha * x[jx];
249 y[iy] += temp1 * ap[k];
255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2;
269 temp1 = *alpha * x[j];
271 y[j] += temp1 * ap[kk];
275 y[i__] += temp1 * a
[all...]
H A Dchbmv.c29 complex temp1, temp2; local
290 temp1.r = q__1.r, temp1.i = q__1.i;
300 q__2.r = temp1.r * a[i__5].r - temp1.i * a[i__5].i,
301 q__2.i = temp1.r * a[i__5].i + temp1.i * a[i__5]
317 q__3.r = r__1 * temp1.r, q__3.i = r__1 * temp1.i;
333 temp1
[all...]
H A Dchpmv.c29 complex temp1, temp2; local
249 temp1.r = q__1.r, temp1.i = q__1.i;
257 q__2.r = temp1.r * ap[i__5].r - temp1.i * ap[i__5].i,
258 q__2.i = temp1.r * ap[i__5].i + temp1.i * ap[i__5]
275 q__3.r = r__1 * temp1.r, q__3.i = r__1 * temp1.i;
292 temp1
[all...]
H A Ddsbmv.c24 doublereal temp1, temp2; local
265 temp1 = *alpha * x[j];
272 y[i__] += temp1 * a[l + i__ + j * a_dim1];
276 y[j] = y[j] + temp1 * a[kplus1 + j * a_dim1] + *alpha * temp2;
284 temp1 = *alpha * x[jx];
293 y[iy] += temp1 * a[l + i__ + j * a_dim1];
299 y[jy] = y[jy] + temp1 * a[kplus1 + j * a_dim1] + *alpha *
317 temp1 = *alpha * x[j];
319 y[j] += temp1 * a[j * a_dim1 + 1];
325 y[i__] += temp1 *
[all...]
H A Dssbmv.c24 real temp1, temp2; local
267 temp1 = *alpha * x[j];
274 y[i__] += temp1 * a[l + i__ + j * a_dim1];
278 y[j] = y[j] + temp1 * a[kplus1 + j * a_dim1] + *alpha * temp2;
286 temp1 = *alpha * x[jx];
295 y[iy] += temp1 * a[l + i__ + j * a_dim1];
301 y[jy] = y[jy] + temp1 * a[kplus1 + j * a_dim1] + *alpha *
319 temp1 = *alpha * x[j];
321 y[j] += temp1 * a[j * a_dim1 + 1];
327 y[i__] += temp1 *
[all...]
H A Dzhbmv.c30 doublecomplex temp1, temp2; local
291 temp1.r = z__1.r, temp1.i = z__1.i;
301 z__2.r = temp1.r * a[i__5].r - temp1.i * a[i__5].i,
302 z__2.i = temp1.r * a[i__5].i + temp1.i * a[i__5]
318 z__3.r = d__1 * temp1.r, z__3.i = d__1 * temp1.i;
334 temp1
[all...]
H A Dzhpmv.c29 doublecomplex temp1, temp2; local
249 temp1.r = z__1.r, temp1.i = z__1.i;
257 z__2.r = temp1.r * ap[i__5].r - temp1.i * ap[i__5].i,
258 z__2.i = temp1.r * ap[i__5].i + temp1.i * ap[i__5]
275 z__3.r = d__1 * temp1.r, z__3.i = d__1 * temp1.i;
292 temp1
[all...]
/external/libavc/common/x86/
H A Dih264_ihadamard_scaling_sse42.c98 __m128i temp0, temp1, temp2, temp3; local
127 temp1 = _mm_unpackhi_epi32(src_r0, src_r1); //a2 b2 a3 b3
131 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //a2 b2 c2 d2
132 src_r3 = _mm_unpackhi_epi64(temp1, temp3); //a3 b3 c3 d3
135 temp1 = _mm_add_epi32(src_r1, src_r2);
139 src_r0 = _mm_add_epi32(temp0, temp1);
141 src_r2 = _mm_sub_epi32(temp0, temp1);
156 temp1 = _mm_unpackhi_epi32(src_r0, src_r1); //c0 c1 d0 d1
160 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //c0 c1 c2 c3
161 src_r3 = _mm_unpackhi_epi64(temp1, temp
211 __m128i src, plane_0, plane_1, temp0, temp1, sign_reg; local
[all...]
H A Dih264_ihadamard_scaling_ssse3.c98 __m128i temp0, temp1, temp2, temp3; local
129 temp1 = _mm_unpackhi_epi32(src_r0, src_r1); //a2 b2 a3 b3
133 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //a2 b2 c2 d2
134 src_r3 = _mm_unpackhi_epi64(temp1, temp3); //a3 b3 c3 d3
137 temp1 = _mm_add_epi32(src_r1, src_r2);
141 src_r0 = _mm_add_epi32(temp0, temp1);
143 src_r2 = _mm_sub_epi32(temp0, temp1);
158 temp1 = _mm_unpackhi_epi32(src_r0, src_r1); //c0 c1 d0 d1
162 src_r2 = _mm_unpacklo_epi64(temp1, temp3); //c0 c1 c2 c3
163 src_r3 = _mm_unpackhi_epi64(temp1, temp
[all...]
/external/libhevc/common/
H A Dihevc_itrans.c408 WORD32 temp1, temp2; local
435 temp1 = (pi2_src[8 ] + pi2_src[3*8]) * 75;
438 o[0] = temp1 + 14 * pi2_src[8 ] + temp2 - 32 * pi2_src[7*8];
439 o[1] = temp1 - 93 * pi2_src[3*8] - temp2 - 39 * pi2_src[5*8];
442 temp1 = (pi2_src[src_strd] + pi2_src[3 * src_strd]) * 75;
445 o[0] = temp1 + 14 * pi2_src[src_strd] + temp2
447 o[1] = temp1 - 93 * pi2_src[3 * src_strd] - temp2
452 temp1 = (pi2_src[8 ] - pi2_src[3*8]) * 50;
455 o[2] = temp1 - 39 * pi2_src[3*8] + temp2 - 57 * pi2_src[5*8];
456 o[3] = temp1
652 WORD32 temp1, temp2; local
[all...]
/external/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc36 const int temp1 = (ip[4] * sinpi8sqrt2) >> 16; local
38 const int c1 = temp1 - temp2;
54 const int temp1 = (ip[1] * sinpi8sqrt2) >> 16; local
56 const int c1 = temp1 - temp2;
/external/opencv3/modules/video/include/opencv2/video/
H A Dtracking.hpp377 Mat temp1; member in class:cv::KalmanFilter
/external/libgsm/src/
H A Drpe.c126 /* register word temp1; */
143 * temp1 = SASR( x[m + 3*i], 2 );
145 * assert(temp1 != MIN_WORD);
147 * L_temp = GSM_L_MULT( temp1, temp1 );
267 word xmax, xmaxc, temp, temp1, temp2; local
326 temp1 = 6 - exp; /* normalization by the exponent */
331 assert(temp1 >= 0 && temp1 < 16);
333 temp = xM[i] << temp1;
361 word temp, temp1, temp2, temp3; local
[all...]

Completed in 497 milliseconds

1234567