HomeSort by relevance Sort by last modified time
    Searched full:temp (Results 276 - 300 of 4258) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c 44 LVM_INT16 temp; local
48 temp=pCoef->A1;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A0;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->B1;
53 pBiquadState->coefs[2]=temp;
55 temp=pCoef->Shift;
56 pBiquadState->Shift = temp;
LVC_Core_MixSoft_1St_2i_D16C31_WRA.c 52 LVM_INT32 Temp;
61 ADD2_SAT_32x32(CurrentL,DeltaL,Temp); /* Q31 + Q31 into Q31*/
62 CurrentL=Temp;
75 ADD2_SAT_32x32(CurrentR,DeltaR,Temp); /* Q31 + Q31 into Q31*/
76 CurrentR=Temp;
101 ADD2_SAT_32x32(CurrentL,DeltaL,Temp); /* Q31 + Q31 into Q31*/
102 CurrentL=Temp;
115 ADD2_SAT_32x32(CurrentR,DeltaR,Temp); /* Q31 + Q31 into Q31*/
116 CurrentR=Temp;
LVM_Polynomial.c 49 LVM_INT32 Y,A,XTemp,Temp,sign;
56 Temp=-1;
57 sign=Temp;
62 sign*=Temp;
75 MUL32x32INTO32(A,XTemp,Temp,31)
76 Y+=Temp;
78 MUL32x32INTO32(XTemp,X,Temp,31)
79 XTemp=Temp;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s 30 Temp RN 12
74 ADD Temp, pSrc, srcStep, LSL #2
77 VLD1 dSrc5, [Temp], srcStep
83 VLD1 dSrc6, [Temp], srcStep ;// TeRi
86 VLD1 dSrc7, [Temp], srcStep ;// TeRi
89 VLD1 dSrc8, [Temp], srcStep ;// TeRi
94 ; VLD1 dSrc6, [Temp], srcStep
102 ; VLD1 dSrc7, [Temp], srcStep
110 ; VLD1 dSrc8, [Temp], srcStep ;// [i0 i1 i2 i3 .. ]
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1GeneralizedTime.java 89 String temp = sdf.format(out.content); local
93 while (((nullId = temp.lastIndexOf('0', currLength = temp.length() - 1)) != -1)
95 temp = temp.substring(0, nullId);
98 if (temp.charAt(currLength) == '.') {
99 temp = temp.substring(0, currLength);
102 out.content = (temp + "Z").getBytes(StandardCharsets.UTF_8);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_geometry.h 55 const double *temp; local
60 temp= *X++;
61 cx+=temp[0];
62 cy+=temp[1];
101 const double *temp; local
106 temp= *X++;
107 cx+=temp[0];
108 cy+=temp[1];
109 cz+=temp[2];
db_utilities_indexing.cpp 38 double temp; local
51 temp= *(s_point++);
52 if(temp<pivot) *(d_bottom++)=temp;
53 else if(temp>pivot) *(d_top--)=temp;
59 double db_LeanQuickSelect(const double *s,long nr_elements,long pos,double *temp)
71 tempA=temp;
72 tempB=temp+nr_elements;
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_utilities_geometry.h 55 const double *temp; local
60 temp= *X++;
61 cx+=temp[0];
62 cy+=temp[1];
101 const double *temp; local
106 temp= *X++;
107 cx+=temp[0];
108 cy+=temp[1];
109 cz+=temp[2];
db_utilities_indexing.cpp 38 double temp; local
51 temp= *(s_point++);
52 if(temp<pivot) *(d_bottom++)=temp;
53 else if(temp>pivot) *(d_top--)=temp;
59 double db_LeanQuickSelect(const double *s,long nr_elements,long pos,double *temp)
71 tempA=temp;
72 tempB=temp+nr_elements;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_geometry.h 55 const double *temp; local
60 temp= *X++;
61 cx+=temp[0];
62 cy+=temp[1];
101 const double *temp; local
106 temp= *X++;
107 cx+=temp[0];
108 cy+=temp[1];
109 cz+=temp[2];
db_utilities_indexing.cpp 38 double temp; local
51 temp= *(s_point++);
52 if(temp<pivot) *(d_bottom++)=temp;
53 else if(temp>pivot) *(d_top--)=temp;
59 double db_LeanQuickSelect(const double *s,long nr_elements,long pos,double *temp)
71 tempA=temp;
72 tempB=temp+nr_elements;
  /bootable/recovery/minadbd/
utils.h 28 * BUFF_DECL(temp,p,end,1024);
31 * p = buff_addc(temp, end, '"');
32 * p = buff_adds(temp, end, string);
33 * p = buff_addc(temp, end, '"');
36 * overflow detected. note that 'temp' is
39 * return strdup(temp);
  /external/chromium_org/remoting/base/
typed_buffer.h 37 TypedBuffer temp; local
38 temp.Swap(*rvalue.object);
39 Swap(temp);
51 TypedBuffer temp; local
52 temp.Swap(*rvalue.object);
53 Swap(temp);
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.cpp 36 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen));
38 temp[i] = src[start++];
40 pttrn = temp; /* store word in pttrn */
55 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen)); local
57 temp[i] = src[start++];
59 pttrn = temp; /* store word in pttrn */
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
DefaultParticleInfluencer.java 22 protected transient Vector3f temp = new Vector3f(); field in class:DefaultParticleInfluencer
41 temp.set(FastMath.nextRandomFloat(), FastMath.nextRandomFloat(), FastMath.nextRandomFloat());
42 temp.multLocal(2f);
43 temp.subtractLocal(1f, 1f, 1f);
44 temp.multLocal(startVelocity.length());
45 particle.velocity.interpolate(temp, velocityVariation);
  /external/mockito/src/org/mockito/internal/progress/
MockingProgressImpl.java 35 IOngoingStubbing temp = iOngoingStubbing; local
37 return temp;
58 VerificationMode temp = verificationMode.getObject(); local
60 return temp;
73 Location temp = stubbingInProgress; local
75 reporter.unfinishedStubbing(temp);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
preemph.c 35 Word16 temp; local
38 temp = x[lg - 1];
51 *mem = temp;
64 Word16 temp; local
67 temp = x[lg - 1];
82 *mem = temp;
  /external/chromium/chrome/common/extensions/
extension_file_util_unittest.cc 19 ScopedTempDir temp; local
20 ASSERT_TRUE(temp.CreateUniqueTempDir());
25 FilePath src = temp.path().AppendASCII(extension_id);
29 FilePath all_extensions = temp.path().AppendASCII("extensions");
104 ScopedTempDir temp; local
105 ASSERT_TRUE(temp.CreateUniqueTempDir());
107 FilePath src_path = temp.path().AppendASCII("some_dir");
114 EXPECT_TRUE(extension_file_util::CheckForIllegalFilenames(temp.path(),
119 ScopedTempDir temp; local
120 ASSERT_TRUE(temp.CreateUniqueTempDir())
131 ScopedTempDir temp; local
    [all...]
  /external/qemu/android/
user-config.c 54 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
65 p = bufprint_config_file(temp, end, USER_CONFIG_FILE);
67 p = bufprint(temp, end, "%s/%s", avdInfo_getContentPath(info),
74 p = bufprint_temp_file(temp, end, USER_CONFIG_FILE);
82 uc->iniPath = ASTRDUP(temp);
183 char temp[256]; local
190 bufprint(temp, temp+sizeof(temp)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
LimitedLengthInputStreamTest.java 82 byte[] temp = new byte[TEST_STRING1.length];
89 assertEquals(length, is.read(temp, 0, temp.length));
91 System.arraycopy(temp, 0, actual, 0, length);
94 assertEquals(-1, is.read(temp, 0, temp.length));
122 byte[] temp = new byte[TEST_STRING1.length + 10];
124 assertEquals(TEST_STRING1.length, is.read(temp, 0, TEST_STRING1.length + 10));
127 System.arraycopy(temp, 0, actual, 0, actual.length);
132 byte[] temp = new byte[TEST_STRING1.length]
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_jn.c 57 double a, b, temp, di; local
95 case 0: temp = cos(x)+sin(x); break;
96 case 1: temp = -cos(x)+sin(x); break;
97 case 2: temp = -cos(x)-sin(x); break;
98 case 3: temp = cos(x)-sin(x); break;
100 b = invsqrtpi*temp/sqrt(x);
105 temp = b;
107 a = temp;
118 temp = x*0.5; b = temp;
219 double a, b, temp; local
    [all...]
  /external/fdlibm/
e_jn.c 61 double a, b, temp, di; local
100 case 0: temp = ieee_cos(x)+ieee_sin(x); break;
101 case 1: temp = -ieee_cos(x)+ieee_sin(x); break;
102 case 2: temp = -ieee_cos(x)-ieee_sin(x); break;
103 case 3: temp = ieee_cos(x)-ieee_sin(x); break;
105 b = invsqrtpi*temp/ieee_sqrt(x);
110 temp = b;
112 a = temp;
123 temp = x*0.5; b = temp;
223 double a, b, temp; local
    [all...]
  /external/eigen/blas/
dtbmv.f 146 DOUBLE PRECISION TEMP
212 TEMP = X(J)
215 X(I) = X(I) + TEMP*A(L+I,J)
224 TEMP = X(JX)
228 X(IX) = X(IX) + TEMP*A(L+I,J)
241 TEMP = X(J)
244 X(I) = X(I) + TEMP*A(L+I,J)
254 TEMP = X(JX)
258 X(IX) = X(IX) + TEMP*A(L+I,J)
276 TEMP = X(J
    [all...]
stbmv.f 146 REAL TEMP
212 TEMP = X(J)
215 X(I) = X(I) + TEMP*A(L+I,J)
224 TEMP = X(JX)
228 X(IX) = X(IX) + TEMP*A(L+I,J)
241 TEMP = X(J)
244 X(I) = X(I) + TEMP*A(L+I,J)
254 TEMP = X(JX)
258 X(IX) = X(IX) + TEMP*A(L+I,J)
276 TEMP = X(J
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_file_util_unittest.cc 32 base::ScopedTempDir temp; local
33 ASSERT_TRUE(temp.CreateUniqueTempDir());
38 base::FilePath src = temp.path().AppendASCII(extension_id);
42 base::FilePath all_extensions = temp.path().AppendASCII("extensions");
138 base::ScopedTempDir temp; local
139 ASSERT_TRUE(temp.CreateUniqueTempDir());
141 base::FilePath src_path = temp.path().AppendASCII("some_dir");
148 EXPECT_TRUE(extension_file_util::CheckForIllegalFilenames(temp.path(),
153 base::ScopedTempDir temp; local
154 ASSERT_TRUE(temp.CreateUniqueTempDir())
170 base::ScopedTempDir temp; local
267 base::ScopedTempDir temp; local
293 base::ScopedTempDir temp; local
356 base::ScopedTempDir temp; local
382 base::ScopedTempDir temp; local
    [all...]

Completed in 456 milliseconds

<<11121314151617181920>>