Searched defs:temp2 (Results 1 - 25 of 138) sorted by relevance

123456

/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
H A Dmember_swap.pass.cpp24 std::string temp2 = get_temp_file_name(); local
28 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
47 std::remove(temp2.c_str());
51 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
70 std::remove(temp2.c_str());
H A Dnonmember_swap.pass.cpp25 std::string temp2 = get_temp_file_name(); local
29 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
48 std::remove(temp2.c_str());
52 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
71 std::remove(temp2.c_str());
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
H A Dmember_swap.pass.cpp24 std::string temp2 = get_temp_file_name(); local
27 std::ofstream fs2(temp2.c_str());
44 std::ifstream fs(temp2.c_str());
51 std::remove(temp2.c_str());
54 std::wofstream fs2(temp2.c_str());
71 std::wifstream fs(temp2.c_str());
78 std::remove(temp2.c_str());
H A Dnonmember_swap.pass.cpp25 std::string temp2 = get_temp_file_name(); local
28 std::ofstream fs2(temp2.c_str());
45 std::ifstream fs(temp2.c_str());
52 std::remove(temp2.c_str());
55 std::wofstream fs2(temp2.c_str());
72 std::wifstream fs(temp2.c_str());
79 std::remove(temp2.c_str());
/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp56 namespace temp2 { namespace
/external/v8/src/arm64/
H A Ddelayed-masm-arm64.cc27 DoubleRegister temp2 = scope.AcquireD(); local
32 __ Ldr(temp2, src_operand);
35 __ Ldp(temp1, temp2, pending_address_src_);
38 __ Ldp(temp2, temp1, src_operand);
45 __ Str(temp2, dst_operand);
48 __ Stp(temp1, temp2, pending_address_dst_);
51 __ Stp(temp2, temp1, dst_operand);
/external/eigen/blas/f2c/
H A Ddspmv.c24 doublereal temp1, temp2; local
225 temp2 = 0.;
230 temp2 += ap[k] * x[i__];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2;
244 temp2 = 0.;
250 temp2 += ap[k] * x[ix];
255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2;
270 temp2 = 0.;
276 temp2 += ap[k] * x[i__];
280 y[j] += *alpha * temp2;
[all...]
H A Dsspmv.c24 real temp1, temp2; local
225 temp2 = 0.f;
230 temp2 += ap[k] * x[i__];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2;
244 temp2 = 0.f;
250 temp2 += ap[k] * x[ix];
255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2;
270 temp2 = 0.f;
276 temp2 += ap[k] * x[i__];
280 y[j] += *alpha * temp2;
[all...]
H A Dchbmv.c29 complex temp1, temp2; local
291 temp2.r = 0.f, temp2.i = 0.f;
309 q__1.r = temp2.r + q__2.r, q__1.i = temp2.i + q__2.i;
310 temp2.r = q__1.r, temp2.i = q__1.i;
319 q__4.r = alpha->r * temp2.r - alpha->i * temp2.i, q__4.i =
320 alpha->r * temp2
[all...]
H A Dchpmv.c29 complex temp1, temp2; local
250 temp2.r = 0.f, temp2.i = 0.f;
266 q__1.r = temp2.r + q__2.r, q__1.i = temp2.i + q__2.i;
267 temp2.r = q__1.r, temp2.i = q__1.i;
277 q__4.r = alpha->r * temp2.r - alpha->i * temp2.i, q__4.i =
278 alpha->r * temp2
[all...]
H A Ddsbmv.c24 doublereal temp1, temp2; local
266 temp2 = 0.;
273 temp2 += a[l + i__ + j * a_dim1] * x[i__];
276 y[j] = y[j] + temp1 * a[kplus1 + j * a_dim1] + *alpha * temp2;
285 temp2 = 0.;
294 temp2 += a[l + i__ + j * a_dim1] * x[ix];
300 temp2;
318 temp2 = 0.;
326 temp2 += a[l + i__ + j * a_dim1] * x[i__];
329 y[j] += *alpha * temp2;
[all...]
H A Dssbmv.c24 real temp1, temp2; local
268 temp2 = 0.f;
275 temp2 += a[l + i__ + j * a_dim1] * x[i__];
278 y[j] = y[j] + temp1 * a[kplus1 + j * a_dim1] + *alpha * temp2;
287 temp2 = 0.f;
296 temp2 += a[l + i__ + j * a_dim1] * x[ix];
302 temp2;
320 temp2 = 0.f;
328 temp2 += a[l + i__ + j * a_dim1] * x[i__];
331 y[j] += *alpha * temp2;
[all...]
H A Dzhbmv.c30 doublecomplex temp1, temp2; local
292 temp2.r = 0., temp2.i = 0.;
310 z__1.r = temp2.r + z__2.r, z__1.i = temp2.i + z__2.i;
311 temp2.r = z__1.r, temp2.i = z__1.i;
320 z__4.r = alpha->r * temp2.r - alpha->i * temp2.i, z__4.i =
321 alpha->r * temp2
[all...]
H A Dzhpmv.c29 doublecomplex temp1, temp2; local
250 temp2.r = 0., temp2.i = 0.;
266 z__1.r = temp2.r + z__2.r, z__1.i = temp2.i + z__2.i;
267 temp2.r = z__1.r, temp2.i = z__1.i;
277 z__4.r = alpha->r * temp2.r - alpha->i * temp2.i, z__4.i =
278 alpha->r * temp2
[all...]
/external/libavc/common/x86/
H A Dih264_ihadamard_scaling_sse42.c98 __m128i temp0, temp1, temp2, temp3; local
126 temp2 = _mm_unpacklo_epi32(src_r2, src_r3); //c0 d0 c1 d1
129 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 b0 c0 d0
130 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //a1 b1 c1 d1
136 temp2 = _mm_sub_epi32(src_r1, src_r2);
140 src_r1 = _mm_add_epi32(temp2, temp3);
142 src_r3 = _mm_sub_epi32(temp3, temp2);
155 temp2 = _mm_unpacklo_epi32(src_r2, src_r3); //a2 a3 b2 b3
158 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 a1 a2 a3
159 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //b
[all...]
H A Dih264_ihadamard_scaling_ssse3.c98 __m128i temp0, temp1, temp2, temp3; local
128 temp2 = _mm_unpacklo_epi32(src_r2, src_r3); //c0 d0 c1 d1
131 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 b0 c0 d0
132 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //a1 b1 c1 d1
138 temp2 = _mm_sub_epi32(src_r1, src_r2);
142 src_r1 = _mm_add_epi32(temp2, temp3);
144 src_r3 = _mm_sub_epi32(temp3, temp2);
157 temp2 = _mm_unpacklo_epi32(src_r2, src_r3); //a2 a3 b2 b3
160 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 a1 a2 a3
161 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //b
[all...]
/external/libhevc/common/
H A Dihevc_itrans.c408 WORD32 temp1, temp2; local
436 temp2 = (pi2_src[5*8] + pi2_src[7*8]) * 50;
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];
443 temp2 = (pi2_src[5 * src_strd] + pi2_src[7 * src_strd]) * 50;
445 o[0] = temp1 + 14 * pi2_src[src_strd] + temp2
447 o[1] = temp1 - 93 * pi2_src[3 * src_strd] - temp2
453 temp2 = (pi2_src[5*8] + pi2_src[7*8]) * 75;
455 o[2] = temp1 - 39 * pi2_src[3*8] + temp2 - 57 * pi2_src[5*8];
456 o[3] = temp1 - 32 * pi2_src[8 ] + temp2
652 WORD32 temp1, temp2; local
[all...]
/external/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc37 const int temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); local
38 const int c1 = temp1 - temp2;
55 const int temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16); local
56 const int c1 = temp1 - temp2;
/external/v8/src/base/
H A Datomicops_internals_mips64_gcc.h92 Atomic32 temp, temp2; local
98 "addu %1, %0, %3\n" // temp2 = temp + increment
99 "sc %1, %2\n" // *ptr = temp2 (with atomic check)
101 "addu %1, %0, %3\n" // temp2 = temp + increment
103 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
106 // temp2 now holds the final value.
107 return temp2;
229 Atomic64 temp, temp2; local
235 "daddu %1, %0, %3\n" // temp2 = temp + increment
236 "scd %1, %2\n" // *ptr = temp2 (wit
[all...]
H A Datomicops_internals_mips_gcc.h70 Atomic32 temp, temp2; local
76 "addu %1, %0, %2\n" // temp2 = temp + increment
77 "sc %1, 0(%3)\n" // *ptr = temp2 (with atomic check)
79 "addu %1, %0, %2\n" // temp2 = temp + increment
81 : "=&r" (temp), "=&r" (temp2)
84 // temp2 now holds the final value.
85 return temp2;
/external/libgsm/src/
H A Drpe.c267 word xmax, xmaxc, temp, temp1, temp2; local
327 temp2 = gsm_NRFAC[ mant ]; /* inverse mantissa */
334 temp = GSM_MULT( temp, temp2 );
361 word temp, temp1, temp2, temp3; local
367 temp2 = gsm_sub( 6, exp ); /* see 4.2-15 for exp */
368 temp3 = gsm_asl( 1, gsm_sub( temp2, 1 ));
381 *xMp++ = gsm_asr( temp, temp2 );
/external/libvpx/libvpx/vp8/common/
H A Didctllm.c38 int temp1, temp2; local
47 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
48 c1 = temp1 - temp2;
51 temp2 = (ip[12] * sinpi8sqrt2) >> 16;
52 d1 = temp1 + temp2;
73 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16);
74 c1 = temp1 - temp2;
77 temp2 = (ip[3] * sinpi8sqrt2) >> 16;
78 d1 = temp1 + temp2;
/external/opencv/otherlibs/highgui/
H A Dloadsave.cpp498 CvMat *temp = 0, *temp2 = 0; local
535 CV_CALL( temp2 = cvCreateMat(image->rows,
537 CV_CALL( cvConvertImage( image, temp2 ));
538 image = temp2;
550 cvReleaseMat( &temp2 );
/external/protobuf/src/google/protobuf/stubs/
H A Datomicops_internals_mips_gcc.h98 Atomic32 temp, temp2; local
104 "addu %1, %0, %3\n" // temp2 = temp + increment
105 "sc %1, %2\n" // *ptr = temp2 (with atomic check)
107 "addu %1, %0, %3\n" // temp2 = temp + increment
109 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
112 // temp2 now holds the final value.
113 return temp2;
230 Atomic64 temp, temp2; local
236 "daddu %1, %0, %3\n" // temp2 = temp + increment
237 "scd %1, %2\n" // *ptr = temp2 (wit
[all...]
/external/e2fsprogs/ext2ed/
H A Ddir_com.c219 char *ptr,full_dir_name [500],dir_name [500],temp [500],temp2 [500]; local
277 strcpy (temp2,(unsigned char *) &type_data.u.t_ext2_inode.i_block);
278 strcat (temp2,"/");
279 strcat (temp2,full_dir_name);
284 sprintf (temp,"cd %s",temp2); /* And continue from there by dispatching a cd command */

Completed in 544 milliseconds

123456