HomeSort by relevance Sort by last modified time
    Searched defs:temp1 (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java 52 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.set(velocity).subtractLocal(other.velocity)
    [all...]
  /external/opencv/cv/src/
cvemd.cpp 790 float temp1 = loop[i + 1]->val - min_val; local
793 loop[i + 1]->val = temp1;
    [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 131 uint32_t temp1; local
156 temp1 = (uint32_t)crc>>8;
158 crc = temp1^temp2;
    [all...]
  /external/opencv/cvaux/src/
cvlmeds.cpp 679 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];
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2W.s 249 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
    [all...]
pa-risc2.s 257 LDD -16(%sp),m1_0 ; m1 = temp1
1008 temp1 .reg %r20 ; only reg label
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 2022 int32 r0, r1, temp0, temp1, result; local
2066 int i, temp, temp0, temp1; local
    [all...]
motion_est.cpp 486 uint32 temp1, temp2; local
495 temp1 = *src; /* top-left corner */
497 temp1 |= (temp1 << 8);
498 temp1 |= (temp1 << 16);
504 *((uint32*)(dst - 16)) = temp1;
505 *((uint32*)(dst - 12)) = temp1;
506 *((uint32*)(dst - 8)) = temp1;
507 *((uint32*)(dst - 4)) = temp1;
    [all...]
intra_est.cpp 738 uint32 temp1, temp2; local
1164 temp1 = (x0 >> 1);
1165 temp1 |= ((x1 >> 1) << 8);
1166 temp1 |= ((x2 >> 1) << 16);
1167 temp1 |= ((x3 >> 1) << 24);
1169 *((uint32*)pred) = temp1;
1178 temp1 = (temp1 >> 8) | ((x4 >> 1) << 24); /* rotate out old value */
1179 *((uint32*)(pred += 4)) = temp1;
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 3883 struct snd_ucm_ident_node *temp1, *temp2; local
    [all...]
  /external/aac/libSBRdec/src/
env_calc.cpp 1395 FIXP_DBL temp1 = bufferReal[l] << (int)preShift; local
1412 FIXP_DBL temp1 = bufferReal[l] >> (int)negpreShift; local
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 126 UChar temp1[512]; local
235 u_uastrcpy(temp1, "$100,000,000.00");
256 if(u_strcmp(result, temp1)==0)
270 u_uastrcpy(temp1, "($10,456.37)");
288 if(result && u_strcmp(result, temp1)==0)
323 u_uastrcpy(temp1, "Y1,235");
324 temp1[0] = 0xA5; /* Yen sign */
338 if (result && u_strcmp(result, temp1)==0) {
379 u_uastrcpy(temp1, "$462.12345");
380 resultlength=u_strlen(temp1);
1207 char temp1[128]; local
1242 UChar temp1[512]; local
1356 UChar temp1[512]; local
1950 char temp1[256]; local
    [all...]
  /external/opencv/cv/include/
cvtypes.h 288 float* Temp1; /* temp1->data.fl */
308 CvMat* temp1; /* temporary matrices */ member in struct:CvKalman
  /external/skia/src/gpu/
GrContext.cpp 1885 GrAutoScratchTexture temp1, temp2; local
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 1669 LOperand* temp1 = TempRegister(); local
1685 LOperand* temp1 = TempRegister(); local
1697 LOperand* temp1 = TempRegister(); local
1737 LOperand* temp1 = TempRegister(); local
    [all...]
lithium-codegen-arm.cc 1887 Register temp1 = ToRegister(instr->TempAt(0)); local
1913 Register temp1 = ToRegister(instr->TempAt(0)); local
3987 Register temp1 = ToRegister(instr->TempAt(0)); local
4405 Register temp1 = ToRegister(instr->TempAt(0)); local
4892 Register temp1 = ToRegister(instr->TempAt(0)); local
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 1670 LOperand* temp1 = TempRegister(); local
1686 LOperand* temp1 = TempRegister(); local
1698 LOperand* temp1 = TempRegister(); local
1738 LOperand* temp1 = TempRegister(); local
    [all...]
lithium-codegen-mips.cc 1746 Register temp1 = ToRegister(instr->TempAt(0)); local
1774 Register temp1 = ToRegister(instr->TempAt(0)); local
3897 Register temp1 = ToRegister(instr->TempAt(0)); local
4300 Register temp1 = ToRegister(instr->TempAt(0)); local
4827 Register temp1 = ToRegister(instr->TempAt(0)); local
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 697 M4OSA_Int32 loop, temp1, temp2; local
716 temp1 = ( ( ( abscodeNum) << 1) - isPositive) + 1;
717 temp2 = temp1;
726 data = temp1;
745 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
1298 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
1748 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec_copper.cpp 1501 int temp1[2]; local
    [all...]
omx_vdec.cpp 1555 int temp1[2]; local
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp 4111 uint16_t temp1; local
    [all...]
  /external/libnfc-nxp/src/
phDnldNfc.c 837 uint32_t temp1; local
842 temp1 = ( crc>> 8 ) & 0x00FFFFFFL;
844 crc = temp1 ^ temp2;
    [all...]
  /external/smack/asmack-master/lib/
jstun.jar 
  /external/sqlite/dist/orig/
sqlite3.c 85421 Hash temp1; local
110438 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-2].minor.yy0); local
110446 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-4].minor.yy0); local
    [all...]

Completed in 944 milliseconds

1 2 34 5