HomeSort by relevance Sort by last modified time
    Searched refs:temp1 (Results 151 - 175 of 184) sorted by null

1 2 3 4 5 67 8

  /external/opencv/cv/src/
cvemd.cpp 790 float temp1 = loop[i + 1]->val - min_val; local
793 loop[i + 1]->val = temp1;
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp 4111 uint16_t temp1; local
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 3883 struct snd_ucm_ident_node *temp1, *temp2; local
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 89 const float temp1 = lerp(a, v01, v11); local
90 return lerp(b, temp0, temp1);
103 const float temp1 = lerp_2d(a, b, v001, v101, v011, v111); local
104 return lerp(c, temp0, temp1);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 749 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &X);
751 A.pExpr = sqlite3PExpr(pParse, TK_DOT, temp1, temp2, 0);
755 Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &X);
759 A.pExpr = sqlite3PExpr(pParse, TK_DOT, temp1, temp4, 0);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 89 const float temp1 = lerp(a, v01, v11); local
90 return lerp(b, temp0, temp1);
103 const float temp1 = lerp_2d(a, b, v001, v101, v011, v111); local
104 return lerp(c, temp0, temp1);
    [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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_triangle.c 260 const GLint temp1 = ilerp(ia, v01, v11); local
261 return ilerp(ib, temp0, temp1);
    [all...]
s_texfilter.c 67 const GLfloat temp1 = LERP(a, v01, v11); local
68 return LERP(b, temp0, temp1);
86 const GLfloat temp1 = LERP(b, temp01, temp11); local
87 return LERP(c, temp0, temp1);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 260 const GLint temp1 = ilerp(ia, v01, v11); local
261 return ilerp(ib, temp0, temp1);
    [all...]
s_texfilter.c 67 const GLfloat temp1 = LERP(a, v01, v11); local
68 return LERP(b, temp0, temp1);
86 const GLfloat temp1 = LERP(b, temp01, temp11); local
87 return LERP(c, temp0, temp1);
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 4143 Register temp1 = ToRegister(instr->temp1()); local
4146 MathExpGenerator::EmitMathExp(masm(), input, result, xmm0, temp1, temp2); local
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 793 LMathExp(LOperand* value, LOperand* temp1, LOperand* temp2) {
795 temps_[0] = temp1;
801 LOperand* temp1() { return temps_[0]; } function in class:v8::internal::LMathExp
    [all...]
lithium-codegen-x64.cc 3726 Register temp1 = ToRegister(instr->temp1()); local
3729 MathExpGenerator::EmitMathExp(masm(), input, result, xmm0, temp1, temp2); local
    [all...]
  /external/libnfc-nxp/src/
phDnldNfc.c 837 uint32_t temp1; local
842 temp1 = ( crc>> 8 ) & 0x00FFFFFFL;
844 crc = temp1 ^ temp2;
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 864 \xdef\temp1{#2}%
870 \realbackslash entry {\temp1}{\folio}{#2}}}%
884 \xdef\temp1{#2 #3}%
890 \realbackslash entry {\temp1}{\folio}{#2}{#3}}}%
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
pa-risc2.s 257 LDD -16(%sp),m1_0 ; m1 = temp1
1008 temp1 .reg %r20 ; only reg label
    [all...]
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...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 257 LDD -16(%sp),m1_0 ; m1 = temp1
1008 temp1 .reg %r20 ; only reg label
    [all...]
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...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 1566 int temp1[2]; local
    [all...]
omx_vdec_copper.cpp 1501 int temp1[2]; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 1548 int temp1[2]; local
    [all...]

Completed in 2249 milliseconds

1 2 3 4 5 67 8