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

12

/external/quake/quake/src/WinQuake/
H A Dvregset.cpp45 int port, temp0, temp1, temp2; local
62 temp1 = *pregset++;
65 temp2 |= temp1;
H A Dd_polysa.s46 temp1: .single 0 label
H A Dhost.cpp83 cvar_t temp1 = CVAR2("temp1","0"); variable
232 Cvar_RegisterVariable (&temp1);
H A Dr_bsp.cpp81 float angle, s, c, temp1[3][3], temp2[3][3], temp3[3][3]; local
94 temp1[0][0] = c;
95 temp1[0][1] = s;
96 temp1[0][2] = 0;
97 temp1[1][0] = -s;
98 temp1[1][1] = c;
99 temp1[1][2] = 0;
100 temp1[2][0] = 0;
101 temp1[2][1] = 0;
102 temp1[
[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/vp8/common/
H A Didctllm.c35 int temp1, temp2; local
43 temp1 = (ip[4] * sinpi8sqrt2 + rounding) >> 16;
45 c1 = temp1 - temp2;
47 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1 + rounding) >> 16);
49 d1 = temp1 + temp2;
69 temp1 = (ip[1] * sinpi8sqrt2 + rounding) >> 16;
71 c1 = temp1 - temp2;
73 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1 + rounding) >> 16);
75 d1 = temp1 + temp2;
/external/webkit/Source/WebCore/platform/graphics/
H A DColor.cpp79 static double calcHue(double temp1, double temp2, double hueVal) argument
86 return temp1 + (temp2 - temp1) * hueVal * 6.0;
90 return temp1 + (temp2 - temp1) * (2.0 / 3.0 - hueVal) * 6.0;
91 return temp1;
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, temp
[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/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...]
H A Dcvlmeds.cpp679 double temp1[8 * 8]; local
756 /* ----------- temp1 = V * W(-1) ----------- */
761 temp1[a8 + b] = V[a8 + b] * W[b];
776 temp2[a_num + b] += temp1[a8 + t] * U[b8 + t];
/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/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/icu4c/test/intltest/
H A Dmsfmrgts.cpp208 UnicodeString temp, temp1; local
229 temp1.remove();
231 temp1 = obj1.getString(temp1);
235 case Formattable::kLong: fmt->format(obj1.getLong(), temp1); break;
236 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
237 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;
242 //if (objs[i] != NULL && objs[i].getString(temp1) != params[i].getString(temp2)) {
243 if (temp != temp1) {
244 errln("Parse failed on object " + objs[i].getString(temp1)
[all...]
/external/quake/quake/src/QW/client/
H A Dd_polysa.asm239 temp1 dd 0 define
H A Dd_polysa.s46 temp1: .single 0 label
H A Dr_bsp.c81 float angle, s, c, temp1[3][3], temp2[3][3], temp3[3][3]; local
94 temp1[0][0] = c;
95 temp1[0][1] = s;
96 temp1[0][2] = 0;
97 temp1[1][0] = -s;
98 temp1[1][1] = c;
99 temp1[1][2] = 0;
100 temp1[2][0] = 0;
101 temp1[2][1] = 0;
102 temp1[
[all...]
/external/icu4c/tools/genrb/
H A Dwrtxml.cpp129 uint32_t temp1; local
154 temp1 = (uint32_t)crc>>8;
156 crc = temp1^temp2;
/external/opencv/cv/src/
H A Dcvemd.cpp790 float temp1 = loop[i + 1]->val - min_val; local
793 loop[i + 1]->val = temp1;
/external/openssl/crypto/bn/asm/
H A Dpa-risc2W.s249 LDD -16(%sp),m1_0 ; m1 = temp1
995 temp1 .reg %r20 ; only reg label
1023 EXTRD,U temp2,32,33,temp1 ; temp1 = m&Mask >> 32-1
1025 ADD,L ht,temp1,ht ; ht += temp1
1055 EXTRD,U m,31,32,temp1 ; m >> 32
1057 ADD,L ht,temp1,ht ; ht+= m>>32
1315 EXTRD,U m,31,32,temp1 ; m >> 32
1317 ADD,L ht,temp1,h
[all...]
/external/aac/libSBRdec/src/
H A Denv_calc.cpp1395 FIXP_DBL temp1 = bufferReal[l] << (int)preShift; local
1397 accu = fPow2AddDiv2(accu, temp1);
1412 FIXP_DBL temp1 = bufferReal[l] >> (int)negpreShift; local
1414 accu = fPow2AddDiv2(accu, temp1);
/external/icu4c/test/cintltst/
H A Dcnumtst.c146 UChar temp1[512]; local
255 u_uastrcpy(temp1, "$100,000,000.00");
276 if(u_strcmp(result, temp1)==0)
290 u_uastrcpy(temp1, "($10,456.37)");
308 if(result && u_strcmp(result, temp1)==0)
346 u_uastrcpy(temp1, "Y1,235");
347 temp1[0] = 0xA5; /* Yen sign */
361 if (result && u_strcmp(result, temp1)==0) {
401 u_uastrcpy(temp1, "$462.12345");
402 resultlength=u_strlen(temp1);
1231 char temp1[128]; local
1266 UChar temp1[512]; local
1380 UChar temp1[512]; local
[all...]

Completed in 408 milliseconds

12