HomeSort by relevance Sort by last modified time
    Searched full:temp1 (Results 101 - 125 of 347) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java 163 // initialization vector. Call the results TEMP1.
174 byte TEMP1[] = new byte[WKCKS.length];
178 engine.processBlock(WKCKS, currentBytePos, TEMP1, currentBytePos);
181 // Let TEMP2 = IV || TEMP1.
182 byte[] TEMP2 = new byte[this.iv.length + TEMP1.length];
185 System.arraycopy(TEMP1, 0, TEMP2, this.iv.length, TEMP1.length);
265 // Decompose TEMP2 into IV, the first 8 octets, and TEMP1, the remaining octets.
268 byte[] TEMP1 = new byte[TEMP2.length - 8];
271 System.arraycopy(TEMP2, 8, TEMP1, 0, TEMP2.length - 8)
    [all...]
  /external/eigen/blas/f2c/
dspmv.c 24 doublereal temp1, temp2; local
224 temp1 = *alpha * x[j];
229 y[i__] += temp1 * ap[k];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2;
243 temp1 = *alpha * x[jx];
249 y[iy] += temp1 * ap[k];
255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2;
269 temp1 = *alpha * x[j];
271 y[j] += temp1 * ap[kk];
275 y[i__] += temp1 * ap[k]
    [all...]
sspmv.c 24 real temp1, temp2; local
224 temp1 = *alpha * x[j];
229 y[i__] += temp1 * ap[k];
234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2;
243 temp1 = *alpha * x[jx];
249 y[iy] += temp1 * ap[k];
255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2;
269 temp1 = *alpha * x[j];
271 y[j] += temp1 * ap[kk];
275 y[i__] += temp1 * ap[k]
    [all...]
dsbmv.c 24 doublereal temp1, temp2; local
265 temp1 = *alpha * x[j];
272 y[i__] += temp1 * a[l + i__ + j * a_dim1];
276 y[j] = y[j] + temp1 * a[kplus1 + j * a_dim1] + *alpha * temp2;
284 temp1 = *alpha * x[jx];
293 y[iy] += temp1 * a[l + i__ + j * a_dim1];
299 y[jy] = y[jy] + temp1 * a[kplus1 + j * a_dim1] + *alpha *
317 temp1 = *alpha * x[j];
319 y[j] += temp1 * a[j * a_dim1 + 1];
325 y[i__] += temp1 * a[l + i__ + j * a_dim1]
    [all...]
ssbmv.c 24 real temp1, temp2; local
267 temp1 = *alpha * x[j];
274 y[i__] += temp1 * a[l + i__ + j * a_dim1];
278 y[j] = y[j] + temp1 * a[kplus1 + j * a_dim1] + *alpha * temp2;
286 temp1 = *alpha * x[jx];
295 y[iy] += temp1 * a[l + i__ + j * a_dim1];
301 y[jy] = y[jy] + temp1 * a[kplus1 + j * a_dim1] + *alpha *
319 temp1 = *alpha * x[j];
321 y[j] += temp1 * a[j * a_dim1 + 1];
327 y[i__] += temp1 * a[l + i__ + j * a_dim1]
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_pbo.c 495 struct ureg_dst temp1; local
498 temp1 = ureg_DECL_temporary(ureg);
500 /* temp1.xy = pos.xy */
501 ureg_F2I(ureg, ureg_writemask(temp1, TGSI_WRITEMASK_XY), pos);
503 /* temp1.zw = 0 */
504 ureg_MOV(ureg, ureg_writemask(temp1, TGSI_WRITEMASK_ZW), ureg_imm1u(ureg, 0));
508 ureg_writemask(temp1, target == PIPE_TEXTURE_1D_ARRAY ? TGSI_WRITEMASK_Y
511 /* temp1.y/z = layer */
515 /* temp1.z += layer_offset */
517 ureg_scalar(ureg_src(temp1), TGSI_SWIZZLE_Z)
    [all...]
  /external/webp/src/dsp/
yuv_mips_dsp_r2.c 28 "mul %[temp1], %[t_con_1], %[temp3] \n\t" \
33 "subu %[temp1], %[temp1], %[t_con_6] \n\t" \
39 "addu %[temp5], %[temp0], %[temp1] \n\t" \
62 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), \
76 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; \
mips_macro.h 92 // temp1[31..16 | 15..0] = temp8[31..16 | 15..0] - temp12[31..16 | 15..0]
94 // temp1[31..16 | 15..0] = temp1[31..16 >> 3 | 15..0 >> 3]
137 // preceu.ph.qbl temp1, temp8
138 // temp1 = temp8[23..16] | temp8[7..0] | 0 | 0
154 // temp1..temp7 same as temp0
155 // precrqu_s.qb.ph temp0, temp1, temp0:
156 // temp0 = temp1[31..24] | temp1[15..8] | temp0[31..24] | temp0[15..8]
189 : [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), [temp3]"=&r"(temp3),
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 71 Temp1 RN 3
127 SMULBB Temp1, c0w0, Scale ;// Temp1 = B(c0w0) * Scale
129 MOV Temp2, Temp2, ASR #1 ;// Temp2 = Temp2 >> 1 & Temp1 = (Temp1 >> 1) << 16
131 PKHBT c0w0, Temp2, Temp1, LSL #15 ;// c0w0 = | Temp1 | Temp2 |
omxVCM4P10_PredictIntra_16x16_s.s 66 temp1 RN 10 label
466 USAT16 temp1, #13, p2p0
470 AND temp1, r0x00FF00FF, temp1, ASR #5
471 ORR temp1, temp1, temp2, LSL #8
472 STR temp1, [pDst], #4
475 USAT16 temp1, #13, p6p4
479 AND temp1, r0x00FF00FF, temp1, ASR #
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
CalculateCRC32.java 72 int temp1, temp2; local
77 temp1 = cachedCRC >>> 8;
80 cachedCRC = temp1 ^ temp2;
  /external/libvpx/libvpx/vpx_dsp/mips/
convolve2_avg_horiz_dspr2.c 27 int32_t Temp1, Temp2, Temp3, Temp4;
53 "extp %[Temp1], $ac3, 31 \n\t"
65 "lbux %[tp1], %[Temp1](%[cm]) \n\t" /* even 1 */
68 "lbu %[Temp1], 1(%[dst]) \n\t" /* load odd 1 */
89 "addqh_r.w %[Temp1], %[Temp1], %[tn1] \n\t" /* average odd 1 */
91 "sb %[Temp1], 1(%[dst]) \n\t" /* store odd 1 */
101 [Temp1] "=&r"(Temp1), [Temp2] "=&r"(Temp2), [Temp3] "=&r"(Temp3),
119 int32_t Temp1, Temp2, Temp3
    [all...]
convolve8_horiz_dspr2.c 27 int32_t Temp1, Temp2, Temp3, Temp4;
61 "extp %[Temp1], $ac3, 31 \n\t"
77 "lbux %[tp1], %[Temp1](%[cm]) \n\t"
114 [n4] "=&r"(n4), [Temp1] "=&r"(Temp1), [Temp2] "=&r"(Temp2),
134 int32_t Temp1, Temp2, Temp3;
169 "extp %[Temp1], $ac3, 31 \n\t"
182 "lbux %[st0], %[Temp1](%[cm]) \n\t"
190 "extp %[Temp1], $ac1, 31 \n\t"
211 "lbux %[st0], %[Temp1](%[cm]) \n\t
    [all...]
convolve8_vert_dspr2.c 36 int32_t Temp1, Temp2;
119 "extp %[Temp1], $ac0, 31 \n\t"
133 "lbux %[store1], %[Temp1](%[cm]) \n\t"
136 "extp %[Temp1], $ac2, 31 \n\t"
146 "lbux %[store1], %[Temp1](%[cm]) \n\t"
155 [scratch2] "=&r"(scratch2), [Temp1] "=&r"(Temp1),
184 int32_t Temp1, Temp2;
268 "extp %[Temp1], $ac0, 31 \n\t"
282 "lbux %[store1], %[Temp1](%[cm]) \n\t
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel_inline.h 84 register int32 temp1; local
93 "=&r"(temp1)
104 register int32 temp1; local
113 "=&r"(temp1)
  /external/selinux/libselinux/src/
selinuxswig.i 21 %typemap(in, numinputs=0) (char ***names, int *len) (char **temp1=NULL, int temp2) {
22 $1 = &temp1;
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 164 LVM_INT32 Temp1; /* to avoid QAC warning on type conversion */
168 MUL32x16INTO32(Temp2, ScaleTable[i], Temp1, 15)
169 Temp=(LVM_UINT32)Temp1;
325 LVM_INT32 Temp1;
336 Temp1 = (3 * pPrivate->RoomSizeInms * ScaleTable[i]) / pPrivate->NewParams.T60;
337 if(Temp1 >= (4 << 15))
341 else if((Temp1 >= (2 << 15)))
343 Temp2 = LVM_Power10(-(Temp1 << 14));
344 Temp1 = LVM_Power10(-(Temp1 << 14))
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c 450 int32_t stored1, adept1, spectrum1, echo1, temp1; local
467 "mul %[temp1], %[adept1], %[spectrum1] \n\t"
474 "addu %[par2], %[par2], %[temp1] \n\t"
486 "mul %[temp1], %[adept1], %[spectrum1] \n\t"
495 "addu %[par2], %[par2], %[temp1] \n\t"
504 [spectrum1] "=&r" (spectrum1), [temp1] "=&r" (temp1),
528 int16_t* temp1; local
532 temp1 = &(aecm->channelStored[0]);
542 "ulw %[temp2], 0(%[temp1]) \n\t
575 int32_t temp1, temp2, temp4, temp5; local
842 int32_t temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 25 tran_high_t temp1, temp2; local
32 temp1 = (step[0] + step[1]) * cospi_16_64;
34 output[0] = (tran_low_t)fdct_round_shift(temp1);
36 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64;
38 output[1] = (tran_low_t)fdct_round_shift(temp1);
99 tran_high_t temp1, temp2; // needs32 local
174 temp1 = (step1[5] - step1[2]) * cospi_16_64;
176 step2[2] = fdct_round_shift(temp1);
178 temp1 = (step1[4] + step1[3]) * cospi_16_64;
180 step2[4] = fdct_round_shift(temp1);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
enc_lag3.cpp 264 Word16 temp1; local
273 temp1 = sub(T0, 85, pOverflow);
274 if (temp1 <= 0)
307 temp1 = sub(tmp_lag, T0_min, pOverflow);
308 temp2 = sub(temp1, 5, pOverflow);
311 temp1 = sub(T0_max, tmp_lag, pOverflow);
312 temp2 = sub(temp1, 4, pOverflow);
316 temp1 = add(T0, T0, pOverflow);
317 temp2 = add(temp1, T0, pOverflow);
321 temp1 = add(i, i, pOverflow)
    [all...]
  /external/libgsm/src/
rpe.c 126 /* 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...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
cb_search.c 53 int16_t bits, temp1, temp2; local
115 temp1 = WebRtcSpl_MaxAbsValueW16(buf, lMem);
118 if ((temp1>0)&&(temp2>0)) {
119 temp1 = WEBRTC_SPL_MAX(temp1, temp2);
120 scale = WebRtcSpl_GetSizeInBits((uint32_t)(temp1 * temp1));
122 /* temp1 or temp2 is negative (maximum was -32768) */
360 temp1 = (int16_t)WebRtcSpl_NormW32(codedEner);
363 if(temp1 < temp2)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 119 temp1 RN 3 label
301 LSL temp1,BlkCount,#2 ;// temp=BlkCount*4
304 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount]
317 STRH diffMVdx,[pDstMVCurMB,temp1]
321 ADD temp1,temp1,#2 ;// temp1=4*BlkCount+2
323 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount].diffMVdy
330 STRH diffMVdx,[pDstMVCurMB,temp1]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 119 temp1 RN 3 label
301 LSL temp1,BlkCount,#2 ;// temp=BlkCount*4
304 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount]
317 STRH diffMVdx,[pDstMVCurMB,temp1]
321 ADD temp1,temp1,#2 ;// temp1=4*BlkCount+2
323 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount].diffMVdy
330 STRH diffMVdx,[pDstMVCurMB,temp1]
  /external/libhevc/common/
ihevc_itrans.c 408 WORD32 temp1, temp2; local
435 temp1 = (pi2_src[8 ] + pi2_src[3*8]) * 75;
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];
442 temp1 = (pi2_src[src_strd] + pi2_src[3 * src_strd]) * 75;
445 o[0] = temp1 + 14 * pi2_src[src_strd] + temp2
447 o[1] = temp1 - 93 * pi2_src[3 * src_strd] - temp2
452 temp1 = (pi2_src[8 ] - pi2_src[3*8]) * 50;
455 o[2] = temp1 - 39 * pi2_src[3*8] + temp2 - 57 * pi2_src[5*8];
456 o[3] = temp1 - 32 * pi2_src[8 ] + temp2 - 164 * pi2_src[7*8]
652 WORD32 temp1, temp2; local
    [all...]

Completed in 498 milliseconds

1 2 3 45 6 7 8 91011>>