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

123456

/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp56 namespace temp2 { namespace
/external/chromium/base/
H A Datomicops_internals_mips_gcc.h74 Atomic32 temp, temp2; local
80 "addu %1, %0, %3\n" // temp2 = temp + increment
81 "sc %1, %2\n" // *ptr = temp2 (with atomic check)
83 "addu %1, %0, %3\n" // temp2 = temp + increment
85 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
88 // temp2 now holds the final value.
89 return temp2;
/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;
/external/chromium_org/v8/src/
H A Datomicops_internals_mips_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;
/external/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc42 const int temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); local
43 const int c1 = temp1 - temp2;
60 const int temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16); local
61 const int c1 = temp1 - temp2;
/external/v8/src/
H A Datomicops_internals_mips_gcc.h94 Atomic32 temp, temp2; local
100 "addu %1, %0, %3\n" // temp2 = temp + increment
101 "sc %1, %2\n" // *ptr = temp2 (with atomic check)
103 "addu %1, %0, %3\n" // temp2 = temp + increment
105 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
108 // temp2 now holds the final value.
109 return temp2;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DColor.cpp81 static double calcHue(double temp1, double temp2, double hueVal) argument
88 return temp1 + (temp2 - temp1) * hueVal * 6.0;
90 return temp2;
92 return temp1 + (temp2 - temp1) * (2.0 / 3.0 - hueVal) * 6.0;
110 double temp2 = lightness < 0.5 ? lightness * (1.0 + saturation) : lightness + saturation - lightness * saturation;
111 double temp1 = 2.0 * lightness - temp2;
113 return makeRGBA(static_cast<int>(calcHue(temp1, temp2, hue + 1.0 / 3.0) * scaleFactor),
114 static_cast<int>(calcHue(temp1, temp2, hue) * scaleFactor),
115 static_cast<int>(calcHue(temp1, temp2, hue - 1.0 / 3.0) * scaleFactor),
/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;
/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;
H A Dvariance_c.c293 unsigned char temp2[20*16]; local
304 var_filter_block2d_bil_second_pass(FData3, temp2, 4, 4, 4, 4, VFilter);
306 return vp8_variance4x4_c(temp2, 4, dst_ptr, dst_pixels_per_line, sse);
322 unsigned char temp2[20*16]; local
329 var_filter_block2d_bil_second_pass(FData3, temp2, 8, 8, 8, 8, VFilter);
331 return vp8_variance8x8_c(temp2, 8, dst_ptr, dst_pixels_per_line, sse);
346 unsigned char temp2[20*16]; local
353 var_filter_block2d_bil_second_pass(FData3, temp2, 16, 16, 16, 16, VFilter);
355 return vp8_variance16x16_c(temp2, 16, dst_ptr, dst_pixels_per_line, sse);
422 unsigned char temp2[2 local
446 unsigned char temp2[20*16]; local
[all...]
/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/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/third_party/freetype/src/base/
H A Dftcalc.c378 FT_Int64 temp, temp2; local
383 temp2.hi = 0;
384 temp2.lo = (FT_UInt32)(c >> 1);
385 FT_Add64( &temp, &temp2, &temp );
560 FT_Int64 temp, temp2; local
564 temp2.hi = 0;
565 temp2.lo = (FT_UInt32)( b >> 1 );
566 FT_Add64( &temp, &temp2, &temp );
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vertex_sse.c358 struct x86_reg temp2 = x86_make_reg(file_XMM, 3); local
531 emit_load(p, temp2, 1, x86_deref(srcECX), a[1].inputsize);
532 sse_movss(&p->func, temp, temp2);
/external/chromium_org/third_party/skia/src/effects/
H A DSkGpuBlurUtils.cpp153 GrAutoScratchTexture temp1, temp2; local
155 GrTexture* tempTexture = canClobberSrc ? srcTexture : temp2.set(context, desc);
256 } else if (srcTexture == temp2.texture()) {
257 return temp2.detach();
/external/chromium_org/third_party/sqlite/src/src/
H A Dcallback.c410 Hash temp2; local
415 temp2 = pSchema->trigHash;
418 for(pElem=sqliteHashFirst(&temp2); pElem; pElem=sqliteHashNext(pElem)){
421 sqlite3HashClear(&temp2);
/external/chromium_org/ui/gfx/
H A Dcolor_utils.cc29 int calcHue(double temp1, double temp2, double hue) { argument
37 result = temp1 + (temp2 - temp1) * hue * 6.0;
39 result = temp2;
41 result = temp1 + (temp2 - temp1) * (2.0 / 3.0 - hue) * 6.0;
144 double temp2 = (lightness < 0.5) ? local
147 double temp1 = 2.0 * lightness - temp2;
149 calcHue(temp1, temp2, hue + 1.0 / 3.0),
150 calcHue(temp1, temp2, hue),
151 calcHue(temp1, temp2, hue - 1.0 / 3.0));
/external/chromium_org/v8/src/mips/
H A Dcodegen-mips.cc79 Register temp2 = t1; local
87 __ Push(temp3, temp2, temp1);
90 temp1, temp2, temp3);
91 __ Pop(temp3, temp2, temp1);
530 Register temp2,
538 ASSERT(!temp1.is(temp2));
540 ASSERT(!temp2.is(temp3));
557 __ Move(temp2, temp1, double_scratch1);
566 __ srl(temp1, temp2, 11);
573 __ And(temp2, temp
524 EmitMathExp(MacroAssembler* masm, DoubleRegister input, DoubleRegister result, DoubleRegister double_scratch1, DoubleRegister double_scratch2, Register temp1, Register temp2, Register temp3) argument
[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 */
/external/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 );
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
H A DSweepSphere.java53 temp2 = new Vector3f(), field in class:SweepSphere
99 temp2.set(p1).subtractLocal(line1);
100 temp1.crossLocal(temp2);
102 temp2.set(p2).subtractLocal(line1);
103 temp3.crossLocal(temp2);
175 Vector3f base = temp2.set(l1).subtractLocal(sCenter);
361 temp2.set(center).subtractLocal(other.center);
368 float b = 2f * temp1.dot(temp2);
369 float c = temp2.lengthSquared() - temp3.getX() * temp3.getX();
380 temp2
[all...]
/external/jpeg/
H A Dtransupp.c74 JCOEF temp1, temp2; local
99 temp2 = *ptr2;
100 *ptr1++ = temp2;
103 temp2 = *ptr2;
104 *ptr1++ = -temp2;
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c51 int temp1, temp2; local
66 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16);
67 c1 = temp1 - temp2;
70 temp2 = (ip[12] * sinpi8sqrt2) >> 16;
71 d1 = temp1 + temp2;
98 temp2 = ip[14] + ((ip[14] * cospi8sqrt2minus1) >> 16);
99 c1 = temp1 - temp2;
102 temp2 = (ip[14] * sinpi8sqrt2) >> 16;
103 d1 = temp1 + temp2;
136 temp2
[all...]

Completed in 724 milliseconds

123456