Searched defs:temp1 (Results 26 - 50 of 93) sorted by relevance

1234

/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/libvpx/libvpx/test/
H A Ddct16x16_test.cc85 double temp1, temp2; local
115 temp1 = step[ 8] * C7;
117 output[ 8] = temp1 + temp2;
119 temp1 = step[ 9] * C11;
121 output[ 9] = temp1 - temp2;
123 temp1 = step[10] * C3;
125 output[10] = temp1 + temp2;
127 temp1 = step[11] * C15;
129 output[11] = temp1 - temp2;
131 temp1
[all...]
/external/ceres-solver/include/ceres/
H A Djet.h670 T const temp1 = pow(f.a, g.a); local
672 T const temp3 = temp1 * log(f.a);
674 out.a = temp1;
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcldutil.cc866 char temp1[4]; local
868 cld::DbgLangName3(UnpackLanguage(chunk_tote->Key(0)), temp1);
869 if (temp1[2] == ' ') {temp1[2] = '\0';}
879 temp1, chunk_tote->Value(0),
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c153 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
164 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0));
168 ureg_MUL(ureg, temp1, ureg_src(temp1), ureg_src(temp3));
171 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X), ureg_src(temp1));
177 ureg_MAD(ureg, temp1,
181 ureg_MUL(ureg, temp2, ureg_src(temp1), ureg_scalar(coords, TGSI_SWIZZLE_Z));
186 ureg_release_temporary(ureg, temp1);
204 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
215 ureg_DP3(ureg, temp1, matrow
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c131 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
143 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0));
147 ureg_MUL(ureg, temp1, ureg_src(temp1), ureg_src(temp3));
151 ureg_src(temp1));
158 ureg_MAD(ureg, temp1,
164 ureg_src(temp1),
171 ureg_release_temporary(ureg, temp1);
191 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
204 ureg_DP3(ureg, temp1, matrow
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blit.c363 const GLfloat temp1 = LERP(a, v01, v11); local
364 return LERP(b, temp0, temp1);
H A Ds_triangle.c260 const GLint temp1 = ilerp(ia, v01, v11); local
261 return ilerp(ib, temp0, temp1);
/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp246 double temp, temp1, temp2; local
252 temp1 = 0.;
253 if (k) temp1 = x[k-1];
256 fvec[k] = temp - temp1 - 2.*temp2 + 1.;
351 double temp, temp1, temp2; local
358 temp1 = 0.;
359 if (k) temp1 = x[k-1];
362 fvec[k] = temp - temp1 - 2.*temp2 + 1.;
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans32_cols_dspr2.c37 int temp0, temp1, temp2, temp3; local
85 "extp %[temp1], $ac2, 31 \n\t"
97 "sub %[load2], %[temp0], %[temp1] \n\t"
106 "add %[step1_16], %[temp0], %[temp1] \n\t"
110 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1),
146 "extp %[temp1], $ac2, 31 \n\t"
157 "sub %[load1], %[temp1], %[temp0] \n\t"
167 "add %[step1_19], %[temp0], %[temp1] \n\t"
171 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "
[all...]
H A Dvp9_itrans32_dspr2.c38 int temp0, temp1, temp2, temp3; local
128 "extp %[temp1], $ac2, 31 \n\t"
140 "sub %[load2], %[temp0], %[temp1] \n\t"
149 "add %[step1_16], %[temp0], %[temp1] \n\t"
154 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1),
190 "extp %[temp1], $ac2, 31 \n\t"
201 "sub %[load1], %[temp1], %[temp0] \n\t"
211 "add %[step1_19], %[temp0], %[temp1] \n\t"
216 [temp0] "=&r" (temp0), [temp1] "
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c101 int temp1, temp2; local
103 temp1 = (input[0] + input[2]) * cospi_16_64;
105 step[0] = dct_const_round_shift(temp1);
107 temp1 = input[1] * cospi_24_64 - input[3] * cospi_8_64;
109 step[2] = dct_const_round_shift(temp1);
161 int temp1, temp2; local
167 temp1 = input[1] * cospi_28_64 - input[7] * cospi_4_64;
169 step1[4] = dct_const_round_shift(temp1);
171 temp1 = input[5] * cospi_12_64 - input[3] * cospi_20_64;
173 step1[5] = dct_const_round_shift(temp1);
451 int temp1, temp2; local
881 int temp1, temp2; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c25 int temp1, temp2; local
32 temp1 = (step[0] + step[1]) * cospi_16_64;
34 output[0] = dct_const_round_shift(temp1);
36 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64;
38 output[1] = dct_const_round_shift(temp1);
58 /*needs32*/ int temp1, temp2; local
81 temp1 = (step[0] + step[1]) * cospi_16_64;
83 out[0] = dct_const_round_shift(temp1);
85 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64;
87 out[1] = dct_const_round_shift(temp1);
324 /*needs32*/ int temp1, temp2; local
650 /*needs32*/ int temp1, temp2; local
[all...]
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c153 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
164 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0));
168 ureg_MUL(ureg, temp1, ureg_src(temp1), ureg_src(temp3));
171 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X), ureg_src(temp1));
177 ureg_MAD(ureg, temp1,
181 ureg_MUL(ureg, temp2, ureg_src(temp1), ureg_scalar(coords, TGSI_SWIZZLE_Z));
186 ureg_release_temporary(ureg, temp1);
204 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
215 ureg_DP3(ureg, temp1, matrow
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c131 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
143 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0));
147 ureg_MUL(ureg, temp1, ureg_src(temp1), ureg_src(temp3));
151 ureg_src(temp1));
158 ureg_MAD(ureg, temp1,
164 ureg_src(temp1),
171 ureg_release_temporary(ureg, temp1);
191 struct ureg_dst temp1 = ureg_DECL_temporary(ureg); local
204 ureg_DP3(ureg, temp1, matrow
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c363 const GLfloat temp1 = LERP(a, v01, v11); local
364 return LERP(b, temp0, temp1);
H A Ds_triangle.c260 const GLint temp1 = ilerp(ia, v01, v11); local
261 return ilerp(ib, temp0, temp1);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c143 UChar temp1[512]; local
252 u_uastrcpy(temp1, "$100,000,000.00");
273 if(u_strcmp(result, temp1)==0)
287 u_uastrcpy(temp1, "($10,456.37)");
305 if(result && u_strcmp(result, temp1)==0)
343 u_uastrcpy(temp1, "Y1,235");
344 temp1[0] = 0xA5; /* Yen sign */
358 if (result && u_strcmp(result, temp1)==0) {
398 u_uastrcpy(temp1, "$462.12345");
399 resultlength=u_strlen(temp1);
1046 char temp1[128]; local
1081 UChar temp1[512]; local
1195 UChar temp1[512]; local
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtxml.cpp129 uint32_t temp1; local
154 temp1 = (uint32_t)crc>>8;
156 crc = temp1^temp2;
/external/chromium_org/third_party/openssl/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/chromium_org/v8/src/ia32/
H A Dcodegen-ia32.cc1069 Register temp1,
1074 ASSERT(!temp1.is(temp2));
1099 __ mov(temp1, temp2);
1102 __ add(temp1, Immediate(0x1ff800));
1105 __ shr(temp1, 11);
1106 __ shl(temp1, 20);
1107 __ movd(input, temp1);
1065 EmitMathExp(MacroAssembler* masm, XMMRegister input, XMMRegister result, XMMRegister double_scratch, Register temp1, Register temp2) argument
/external/icu4c/tools/genrb/
H A Dwrtxml.cpp131 uint32_t temp1; local
156 temp1 = (uint32_t)crc>>8;
158 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/opencv/cvaux/src/
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/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...]

Completed in 7068 milliseconds

1234