HomeSort by relevance Sort by last modified time
    Searched full:temp (Results 151 - 175 of 5497) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DelayMix_16x16.c 37 LVM_INT16 temp; local
42 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) + (LVM_INT32)delay[Offset]) >> 1);
43 *dst = temp;
52 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) - (LVM_INT32)delay[Offset]) >> 1);
53 *dst = temp;
Int32RShiftToInt16_Sat_32x16.c 33 LVM_INT32 temp; local
38 temp = *src >> shift;
41 if (temp > 0x00007FFF)
45 else if (temp < -0x00008000)
51 *dst = (LVM_INT16)temp;
LVC_Core_MixHard_2St_D16C31_SAT.c 35 LVM_INT32 Temp;
47 Temp = (((LVM_INT32)*(src1++) * (LVM_INT32)Current1Short)>>15) +
49 if (Temp > 0x00007FFF)
51 else if (Temp < -0x00008000)
54 *dst++ = (LVM_INT16)Temp;
Mac3s_Sat_32x16.c 35 LVM_INT32 srcval,temp, dInVal, dOutVal; local
43 MUL32x16INTO32(srcval,val,temp,15)
46 dOutVal = temp + dInVal;
49 if ((((dOutVal ^ temp) & (dOutVal ^ dInVal)) >> 31)!=0) /* overflow / underflow */
51 if(temp<0)
Mult3s_32x16.c 35 LVM_INT32 srcval,temp; local
42 MUL32x16INTO32(srcval,val,temp,15)
44 *dst = temp;
mult3s_16x16.c 34 LVM_INT32 temp; local
38 temp = (LVM_INT32)(*src) * (LVM_INT32)val;
41 *dst = (LVM_INT16)(temp >> 15);
  /prebuilts/misc/common/swig/include/2.0.11/guile/
std_common.i 18 char* temp;
19 temp = SWIG_scm2str(x);
20 std::string s(temp);
21 if (temp) SWIG_free(temp);
pointer-in-out.i 49 %typemap(in, doc="$NAME is of type <" #SCM_TYPE ">") PTRTYPE *INPUT(PTRTYPE temp)
51 if (SWIG_ConvertPtr($input, (void **) &temp, $*descriptor, 0)) {
54 $1 = &temp;
57 %typemap(in, doc="$NAME is of type <" #SCM_TYPE "> and is consumed by the function") PTRTYPE *INPUT_CONSUMED(PTRTYPE temp)
59 if (SWIG_ConvertPtr($input, (void **) &temp, $*descriptor, 0)) {
63 $1 = &temp;
66 %typemap(in, doc="$NAME is of type <" #SCM_TYPE "> and is consumed by the function") PTRTYPE *INPUT_DESTROYED(PTRTYPE temp)
68 if (SWIG_ConvertPtr($input, (void **) &temp, $*descriptor, 0)) {
72 $1 = &temp;
75 %typemap(in, numinputs=0) PTRTYPE *OUTPUT(PTRTYPE temp),
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
timeval.i 22 %typemap(in) struct timeval *INPUT (struct timeval temp)
27 temp = rb_time_timeval($input);
28 $1 = &temp;
32 %typemap(in,numinputs=0) struct timeval *OUTPUT(struct timeval temp)
34 $1 = &temp;
  /prebuilts/misc/windows/sdl2/test/
testspriteminimal.c 40 SDL_Surface *temp; local
43 temp = SDL_LoadBMP(file);
44 if (temp == NULL) {
48 sprite_w = temp->w;
49 sprite_h = temp->h;
52 if (temp->format->palette) {
53 SDL_SetColorKey(temp, SDL_TRUE, *(Uint8 *) temp->pixels);
55 switch (temp->format->BitsPerPixel) {
57 SDL_SetColorKey(temp, SDL_TRUE
    [all...]
  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.cpp 96 CBC_ReedSolomonGF256Poly* temp = new CBC_ReedSolomonGF256Poly(); local
97 temp->Init(m_field, &m_coefficients, e);
99 return temp;
117 CFX_Int32Array temp; local
118 temp.Copy(smallerCoefficients);
120 largerCoefficients.Copy(temp);
133 CBC_ReedSolomonGF256Poly* temp = new CBC_ReedSolomonGF256Poly(); local
134 temp->Init(m_field, &sumDiff, e);
136 return temp;
142 CBC_ReedSolomonGF256Poly* temp = m_field->GetZero()->Clone(e); local
162 CBC_ReedSolomonGF256Poly* temp = new CBC_ReedSolomonGF256Poly(); local
170 CBC_ReedSolomonGF256Poly* temp = m_field->GetZero()->Clone(e); local
184 CBC_ReedSolomonGF256Poly* temp = new CBC_ReedSolomonGF256Poly(); local
198 CBC_ReedSolomonGF256Poly* temp = m_field->GetZero()->Clone(e); local
208 CBC_ReedSolomonGF256Poly* temp = new CBC_ReedSolomonGF256Poly(); local
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex_sse.c 263 struct x86_reg temp )
266 store[sz-1](p, dest, temp);
271 struct x86_reg temp )
275 sse_mulps(&p->func, temp, p->chan0);
278 sse2_cvtps2dq(&p->func, temp, temp);
279 sse2_packssdw(&p->func, temp, temp);
280 sse2_packuswb(&p->func, temp, temp);
355 struct x86_reg temp = x86_make_reg(file_XMM, 0); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 467 UChar temp[128]; local
474 u_unescape(search->text, temp, 128);
476 text.setTo(temp);
477 u_unescape(search->pattern, temp, 128);
479 pattern.setTo(temp);
524 UChar temp[128]; local
533 u_unescape(search->text, temp, 128);
535 text.setTo(temp);
536 u_unescape(search->pattern, temp, 128);
538 pattern.setTo(temp);
577 UChar temp[128]; local
870 UChar temp[128]; local
1003 UChar temp[128]; local
1047 UChar temp[128]; local
1111 UChar temp[512]; local
1207 UChar temp[128]; local
1296 UChar temp[128]; local
1417 UChar temp[128]; local
1481 UChar temp[128]; local
1595 UChar temp[128]; local
1633 UChar temp[128]; local
1674 UChar temp[128]; local
1754 UChar temp[128]; local
1859 UChar temp[128]; local
1902 UChar temp[128]; local
1964 UChar temp[128]; local
2031 UChar temp[128]; local
2123 UChar temp[128]; local
2199 UChar temp[128]; local
    [all...]
  /external/eigen/blas/fortran/
ctbmv.f 146 COMPLEX TEMP
213 TEMP = X(J)
216 X(I) = X(I) + TEMP*A(L+I,J)
225 TEMP = X(JX)
229 X(IX) = X(IX) + TEMP*A(L+I,J)
242 TEMP = X(J)
245 X(I) = X(I) + TEMP*A(L+I,J)
255 TEMP = X(JX)
259 X(IX) = X(IX) + TEMP*A(L+I,J)
277 TEMP = X(J
    [all...]
ztbmv.f 146 DOUBLE COMPLEX TEMP
213 TEMP = X(J)
216 X(I) = X(I) + TEMP*A(L+I,J)
225 TEMP = X(JX)
229 X(IX) = X(IX) + TEMP*A(L+I,J)
242 TEMP = X(J)
245 X(I) = X(I) + TEMP*A(L+I,J)
255 TEMP = X(JX)
259 X(IX) = X(IX) + TEMP*A(L+I,J)
277 TEMP = X(J
    [all...]
  /external/libopus/silk/float/
solve_LS_FLP.c 120 silk_float temp; local
125 temp = 0;
127 temp += ptr1[ j * M ] * x[ j ];
129 temp = b[ i ] - temp;
130 x[ i ] = temp;
142 silk_float temp; local
147 temp = 0;
149 temp += ptr1[ j ] * x[ j ];
151 temp = b[ i ] - temp
165 double temp, diag_min_value; local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
typemaps.i 59 %typemap(in) type *INPUT(type temp), type &INPUT(type temp) {
60 temp = (type) converter($input);
61 $1 = &temp;
78 %typemap(in) bool *INPUT(bool temp), bool &INPUT(bool temp) {
79 temp = SvIV($input) ? true : false;
80 $1 = &temp;
85 %typemap(in) long long *INPUT($*1_ltype temp), long long &INPUT($*1_ltype temp) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 67 Temp RN 14
89 SUB Temp, iFrameHeight, #1 ;// H-1
90 MUL Temp, iPlaneStep, Temp ;// (H-1)*Step
91 ADD pBot, Temp, pSrcDstPlane ;// BPtr = TPtr + (H-1)*Step
92 MOV Temp, iFrameWidth ;// Outer loop counter
132 SUBS Temp, Temp, #16
163 SUBS Temp, Temp, #1
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_14.sh 38 run_test "spec/glsl-1.10/execution/variable-indexing/fs-temp-array-mat2-rd" 0.0 "bin/shader_runner tests/spec/glsl-1.10/execution/variable-indexing/fs-temp-array-mat2-rd.shader_test -auto"
39 run_test "spec/glsl-1.10/execution/variable-indexing/fs-temp-array-mat2-row-rd" 0.0 "bin/shader_runner tests/spec/glsl-1.10/execution/variable-indexing/fs-temp-array-mat2-row-rd.shader_test -auto"
40 run_test "spec/glsl-1.10/execution/variable-indexing/fs-temp-array-mat2-row-wr" 0.0 "bin/shader_runner tests/spec/glsl-1.10/execution/variable-indexing/fs-temp-array-mat2-row-wr.shader_test -auto"
41 run_test "spec/glsl-1.10/execution/variable-indexing/fs-temp-array-mat2-wr" 0.0 "bin/shader_runner tests/spec/glsl-1.10/execution/variable-indexing/fs-temp-array-mat2-wr.shader_test -auto"
42 run_test "spec/glsl-1.10/execution/variable-indexing/fs-temp-array-mat3-rd" 0.0 "bin/shader_runner tests/spec/glsl-1.10/execution/variable-indexing/fs-temp-array-mat3-rd.shader_test -auto
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-dead-def-frame-index.ll 16 ; CHECK: adds [[TEMP:[a-z0-9]+]], sp, #4, lsl #12
17 ; CHECK: adds [[TEMP]], [[TEMP]], #15
  /external/autotest/client/site_tests/hardware_Thermal/
hardware_Thermal.py 8 # Hardware test for temp sensor. The test uses mosys to read temp sensor value
18 # Reasonable temp range for different temp units.
52 raise error.TestError('No temp sensor specified')
60 raise error.TestError('Unknown temp units of %s' % name)
  /external/lzma/CPP/Common/
StdOutStream.cpp 63 void StdOut_Convert_UString_to_AString(const UString &s, AString &temp)
69 ConvertUnicodeToUTF8(s, temp);
71 UnicodeStringToMultiByte2(temp, s, (UINT)codePage);
74 void CStdOutStream::PrintUString(const UString &s, AString &temp)
76 StdOut_Convert_UString_to_AString(s, temp);
77 *this << (const char *)temp;
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
Hash234.java 56 int temp = crcTable[buf[off] & 0xFF] ^ (buf[off + 1] & 0xFF); local
57 hash2Value = temp & HASH_2_MASK;
59 temp ^= (buf[off + 2] & 0xFF) << 8;
60 hash3Value = temp & HASH_3_MASK;
62 temp ^= crcTable[buf[off + 3] & 0xFF] << 5;
63 hash4Value = temp & hash4Mask;
  /frameworks/rs/
rsMatrix2x2.cpp 47 Matrix2x2 temp; local
56 temp.set(i, 0, ri0);
57 temp.set(i, 1, ri1);
59 load(&temp);
63 float temp = m[1]; local
65 m[2] = temp;
  /external/libgsm/src/
short_term.c 153 register word temp; local
158 /* temp = GSM_ABS( *LARp );
160 * if (temp < 11059) temp <<= 1;
161 * else if (temp < 20070) temp += 11059;
162 * else temp = GSM_ADD( temp >> 2, 26112 );
164 * *LARp = *LARp < 0 ? -temp : temp;
242 register float sav, di, temp; local
321 register float scalef = 3.0517578125e-5, temp; local
    [all...]

Completed in 1005 milliseconds

1 2 3 4 5 67 8 91011>>