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

12345

/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/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp39 namespace temp1 { namespace
/external/v8/src/arm64/
H A Ddelayed-masm-arm64.cc26 DoubleRegister temp1 = scope.AcquireD(); local
31 __ Ldr(temp1, pending_address_src_);
35 __ Ldp(temp1, temp2, pending_address_src_);
38 __ Ldp(temp2, temp1, src_operand);
44 __ Str(temp1, pending_address_dst_);
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
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...]
H A Dih264_deblk_chroma_ssse3.c105 __m128i temp1, temp2, temp3, temp4; local
124 temp1 = _mm_unpacklo_epi16(linea, lineb);
129 p1_uv_8x16 = _mm_unpacklo_epi32(temp1, temp2);
131 q0_uv_8x16 = _mm_unpackhi_epi32(temp1, temp2);
159 temp1 = _mm_slli_epi16(p1_uv_8x16, 1);
161 temp1 = _mm_add_epi16(temp1, _mm_set1_epi16(2));
162 temp1 = _mm_add_epi16(temp1, temp2);
163 p0_uv_8x16_1 = _mm_srai_epi16(temp1,
296 __m128i temp1, temp2; local
442 __m128i temp1, temp2, temp3, temp4; local
843 __m128i temp1, temp2; local
981 __m128i temp1, temp2; local
[all...]
H A Dih264_iquant_itrans_recon_dc_ssse3.c245 __m128i temp1,temp2,temp3,temp4, temp5, temp6, temp7,temp8; local
288 temp1 = _mm_add_epi16(value_add, pred_r0);
305 sign_reg = _mm_cmpgt_epi16(temp1, zero_8x16b); // sign check
306 temp1 = _mm_and_si128(temp1, sign_reg);
322 temp1 = _mm_packus_epi16(temp1, zero_8x16b);
331 _mm_storel_epi64((__m128i *)(&pu1_out[0]), temp1);
/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/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...]
/external/libvpx/libvpx/vp8/common/
H A Didctllm.c39 int temp1, temp2; local
47 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
49 c1 = temp1 - temp2;
51 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16);
53 d1 = temp1 + temp2;
73 temp1 = (ip[1] * sinpi8sqrt2) >> 16;
75 c1 = temp1 - temp2;
77 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16);
79 d1 = temp1 + temp2;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dlattice.c35 int n,k,i,u,temp1; local
47 temp1 = u*ord_1;
49 memcpy(a+1, filtcoeflo+temp1+1, sizeof(double) * (ord_1-1));
55 gain1 = (float)filtcoeflo[temp1];
116 int n,k,i,u,temp1; local
127 temp1 = u*ord_1;
130 memcpy(a+1, lo_filt_coef+temp1+1, sizeof(double) * (ord_1-1));
134 gain1 = (float)lo_filt_coef[temp1];
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
H A DSweepSphere.java52 private final Vector3f temp1 = new Vector3f(), field in class:SweepSphere
97 temp1.set(line2).subtractLocal(line1);
98 temp3.set(temp1);
100 temp1.crossLocal(temp2);
106 return temp1.dot(temp3) >= 0;
150 temp1.set(sCenter).subtractLocal(vertex);
152 float b = 2f * sVelocity.dot(temp1);
153 float c = temp1.negateLocal().lengthSquared() - 1f;
174 Vector3f edge = temp1.set(l2).subtractLocal(l1);
360 temp1
[all...]
/external/jpeg/
H A Dtransupp.c74 JCOEF temp1, temp2; local
98 temp1 = *ptr1; /* swap even column */
101 *ptr2++ = temp1;
102 temp1 = *ptr1; /* swap odd column with sign change */
105 *ptr2++ = -temp1;

Completed in 1599 milliseconds

12345