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

1234567

/external/libcxx/test/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/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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dinterpolate_samples.c27 int16_t *ppi, *ppo, i, j, temp1, temp2; local
35 temp2 = 3;
40 *tmpPtr++ = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(WebRtcIlbcfix_kAlpha[temp2],*ppo, 15) +
46 temp2--;
/external/chromium_org/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/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp56 namespace temp2 { namespace
/external/chromium_org/base/
H A Datomicops_internals_mips_gcc.h71 Atomic32 temp, temp2; local
77 "addu %1, %0, %3\n" // temp2 = temp + increment
78 "sc %1, %2\n" // *ptr = temp2 (with atomic check)
80 "addu %1, %0, %3\n" // temp2 = temp + increment
82 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
85 // temp2 now holds the final value.
86 return temp2;
200 Atomic64 temp, temp2; local
206 "daddu %1, %0, %3\n" // temp2 = temp + increment
207 "scd %1, %2\n" // *ptr = temp2 (wit
[all...]
/external/chromium_org/third_party/libvpx/source/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/chromium_org/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/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/libvpx/libvpx/vp9/common/
H A Dvp9_alloccommon.c242 MODE_INFO **temp2 = cm->prev_mi_grid_base; local
246 cm->mi_grid_base = temp2;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.cpp79 static double calcHue(double temp1, double temp2, double hueVal) argument
86 return temp1 + (temp2 - temp1) * hueVal * 6.0;
88 return temp2;
90 return temp1 + (temp2 - temp1) * (2.0 / 3.0 - hueVal) * 6.0;
108 double temp2 = lightness < 0.5 ? lightness * (1.0 + saturation) : lightness + saturation - lightness * saturation;
109 double temp1 = 2.0 * lightness - temp2;
111 return makeRGBA(static_cast<int>(calcHue(temp1, temp2, hue + 1.0 / 3.0) * scaleFactor),
112 static_cast<int>(calcHue(temp1, temp2, hue) * scaleFactor),
113 static_cast<int>(calcHue(temp1, temp2, hue - 1.0 / 3.0) * scaleFactor),
/external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/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/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/chromium_org/chrome/browser/media_galleries/
H A Dgallery_watch_manager_unittest.cc222 base::ScopedTempDir temp2; local
223 ASSERT_TRUE(temp2.CreateUniqueTempDir());
224 MediaGalleryPrefId id2 = AddGallery(temp2.path());
265 base::ScopedTempDir temp2; local
266 ASSERT_TRUE(temp2.CreateUniqueTempDir());
267 MediaGalleryPrefId id2 = AddGallery(temp2.path());
/external/chromium_org/courgette/
H A Ddisassembler_elf_32_arm.cc98 uint32 temp2 = 0x4000; local
99 temp2 |= (arm_op & (1 << 12)) >> 12;
100 temp2 |= (arm_op & (1 << 14)) >> 13;
101 temp2 |= (arm_op & (1 << 15)) >> 13;
102 temp2 |= (arm_op & 0xF8000000) >> 24;
103 temp2 |= (prefetch & 0x0000000F) << 8;
104 (*c_op) = temp2;
123 uint32 temp2 = 0x5000; local
124 temp2 |= (arm_op & 0x03C00000) >> 22; // just save the cond
125 (*c_op) = temp2;
[all...]
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dmatrix.cc22 float temp, temp2, temp3, temp4; local
24 temp2 = right - left;
27 mat[0] = temp / temp2;
35 mat[8] = (right + left) / temp2;
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dmatrix.cc22 float temp, temp2, temp3, temp4; local
24 temp2 = right - left;
27 mat[0] = temp / temp2;
35 mat[8] = (right + left) / temp2;
/external/chromium_org/third_party/freetype/src/base/
H A Dftcalc.c398 FT_Int64 temp, temp2; local
403 temp2.hi = 0;
404 temp2.lo = (FT_UInt32)(c >> 1);
405 FT_Add64( &temp, &temp2, &temp );
576 FT_Int64 temp, temp2; local
581 temp2.hi = 0;
582 temp2.lo = (FT_UInt32)( b >> 1 );
583 FT_Add64( &temp, &temp2, &temp );

Completed in 670 milliseconds

1234567