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

1234

/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp39 namespace temp1 { namespace
/external/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc41 const int temp1 = (ip[4] * sinpi8sqrt2) >> 16; local
43 const int c1 = temp1 - temp2;
59 const int temp1 = (ip[1] * sinpi8sqrt2) >> 16; local
61 const int c1 = temp1 - 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;
92 return temp1 + (temp2 - temp1) * (2.0 / 3.0 - hueVal) * 6.0;
93 return temp1;
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, temp
[all...]
/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...]
H A Dshort_term.c27 register word temp1 /* , temp2 */; local
42 * temp1 = GSM_ADD( *LARc, *MIC ) << 10;
44 * temp1 = GSM_SUB( temp1, temp2 );
48 * temp1 = GSM_MULT_R( *INVA, temp1 );
49 * *LARpp = GSM_ADD( temp1, temp1 );
55 temp1 = GSM_ADD( *LARc++, MIC ) << 10; \
56 temp1
[all...]
/external/libvpx/libvpx/vp8/common/
H A Didctllm.c38 int temp1, temp2; local
46 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
48 c1 = temp1 - temp2;
50 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16);
52 d1 = temp1 + temp2;
72 temp1 = (ip[1] * sinpi8sqrt2) >> 16;
74 c1 = temp1 - temp2;
76 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16);
78 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/chromium_org/third_party/skia/src/effects/
H A DSkGpuBlurUtils.cpp153 GrAutoScratchTexture temp1, temp2; local
154 GrTexture* dstTexture = temp1.set(context, desc);
254 if (srcTexture == temp1.texture()) {
255 return temp1.detach();
/external/chromium_org/third_party/sqlite/src/src/
H A Dcallback.c409 Hash temp1; local
414 temp1 = pSchema->tblHash;
423 for(pElem=sqliteHashFirst(&temp1); pElem; pElem=sqliteHashNext(pElem)){
427 sqlite3HashClear(&temp1);
/external/chromium_org/ui/gfx/
H A Dcolor_utils.cc29 int calcHue(double temp1, double temp2, double hue) { argument
35 double result = temp1;
37 result = temp1 + (temp2 - temp1) * hue * 6.0;
41 result = temp1 + (temp2 - temp1) * (2.0 / 3.0 - hue) * 6.0;
147 double temp1 = 2.0 * lightness - temp2; local
149 calcHue(temp1, temp2, hue + 1.0 / 3.0),
150 calcHue(temp1, temp2, hue),
151 calcHue(temp1, temp
[all...]
/external/chromium_org/v8/src/mips/
H A Dcodegen-mips.cc78 Register temp1 = t0; local
87 __ Push(temp3, temp2, temp1);
90 temp1, temp2, temp3);
91 __ Pop(temp3, temp2, temp1);
529 Register temp1,
538 ASSERT(!temp1.is(temp2));
539 ASSERT(!temp1.is(temp3));
557 __ Move(temp2, temp1, double_scratch1);
566 __ srl(temp1, temp2, 11);
574 __ Addu(temp1, temp
524 EmitMathExp(MacroAssembler* masm, DoubleRegister input, DoubleRegister result, DoubleRegister double_scratch1, DoubleRegister double_scratch2, Register temp1, Register temp2, Register temp3) argument
[all...]
/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;
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c51 int temp1, temp2; local
65 temp1 = (ip[4] * sinpi8sqrt2) >> 16;
67 c1 = temp1 - temp2;
69 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16);
71 d1 = temp1 + temp2;
97 temp1 = (ip[6] * sinpi8sqrt2) >> 16;
99 c1 = temp1 - temp2;
101 temp1 = ip[6] + ((ip[6] * cospi8sqrt2minus1) >> 16);
103 d1 = temp1 + temp2;
135 temp1
[all...]
/external/opencv/cvaux/src/
H A Dcvhmmobs.cpp127 work_t temp1[MAX_DCT_SIZE * 4]; local
198 temp1[j] = (work_t) t0;
211 s += temp1[k] * tab[k];
265 temp1[j] = (work_t) t0;
279 s += temp1[k] * tab[k];
322 work_t temp1[MAX_DCT_SIZE * 4]; local
395 temp1[j] = (work_t) t0;
408 s += temp1[k] * tab[k];
462 temp1[j] = (work_t) t0;
476 s += temp1[
[all...]
/external/qemu/distrib/jpeg-6b/
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;
/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp153 GrAutoScratchTexture temp1, temp2; local
154 GrTexture* dstTexture = temp1.set(context, desc);
254 if (srcTexture == temp1.texture()) {
255 return temp1.detach();
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_smf.c1194 EAS_U32 temp1, temp2; local
1199 temp1 = (ticks >> 10) * pSMFData->tickConv;
1201 pSMFData->time += (EAS_I32)((temp1 << 8) + (temp2 >> 2));
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_smf.c1194 EAS_U32 temp1, temp2; local
1199 temp1 = (ticks >> 10) * pSMFData->tickConv;
1201 pSMFData->time += (EAS_I32)((temp1 << 8) + (temp2 >> 2));
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_smf.c1203 EAS_U32 temp1, temp2; local
1208 temp1 = (ticks >> 10) * pSMFData->tickConv;
1210 pSMFData->time += (EAS_I32)((temp1 << 8) + (temp2 >> 2));
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice.c121 int32_t temp1 = WEBRTC_SPL_MUL_16_16(u, HALF_SUBFRAMELEN); local
150 fQ15vec[i] = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)lat_inQ0[i + temp1], 15); //Q15
151 gQ15[0][i] = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)lat_inQ0[i + temp1], 15); //Q15
196 lat_outQ9[n + temp1] = t16a;
244 int32_t temp1 = WEBRTC_SPL_MUL_16_16(u, HALF_SUBFRAMELEN); local
278 tmp32 = WEBRTC_SPL_LSHIFT_W32(lat_inQ25[i + temp1], 1); //Q25->Q26
301 lat_outQ0[n + temp1] = ARfQ0vec[n];
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dmsfmrgts.cpp206 UnicodeString temp, temp1; local
227 temp1.remove();
229 temp1 = obj1.getString(temp1);
233 case Formattable::kLong: fmt->format(obj1.getLong(), temp1); break;
234 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
235 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;
240 //if (objs[i] != NULL && objs[i].getString(temp1) != params[i].getString(temp2)) {
241 if (temp != temp1) {
242 errln("Parse failed on object " + objs[i].getString(temp1)
[all...]
/external/chromium_org/v8/src/arm/
H A Dcodegen-arm.cc78 Register temp1 = r4; local
87 __ Push(temp3, temp2, temp1);
90 temp1, temp2, temp3);
91 __ Pop(temp3, temp2, temp1);
133 Register temp1 = r3;
234 __ bic(temp1, chars, Operand(0x3), SetCC);
236 __ ldr(temp1, MemOperand(src, 4, PostIndex));
237 __ str(temp1, MemOperand(dest, 4, PostIndex));
247 __ ldr(temp1, MemOperand(src, 4, PostIndex));
248 __ str(temp1, MemOperan
759 EmitMathExp(MacroAssembler* masm, DwVfpRegister input, DwVfpRegister result, DwVfpRegister double_scratch1, DwVfpRegister double_scratch2, Register temp1, Register temp2, Register temp3) argument
[all...]
/external/chromium_org/v8/src/x64/
H A Dcodegen-x64.cc631 Register temp1,
636 ASSERT(!temp1.is(temp2));
656 __ lea(temp1, Operand(temp2, 0x1ff800));
658 __ shr(temp1, Immediate(11));
661 __ shl(temp1, Immediate(52));
662 __ or_(temp1, Operand(kScratchRegister, temp2, times_8, 0));
669 __ movq(input, temp1);
627 EmitMathExp(MacroAssembler* masm, XMMRegister input, XMMRegister result, XMMRegister double_scratch, Register temp1, Register temp2) argument
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A DLevenbergMarquardt.h118 Scalar temp, temp1, temp2; member in class:Eigen::LevenbergMarquardt
290 temp1 = internal::abs2(wa3.stableNorm() / fnorm);
292 prered = temp1 + temp2 / Scalar(.5);
293 dirder = -(temp1 + temp2);
537 temp1 = internal::abs2(wa3.stableNorm() / fnorm);
539 prered = temp1 + temp2 / Scalar(.5);
540 dirder = -(temp1 + temp2);

Completed in 2181 milliseconds

1234