HomeSort by relevance Sort by last modified time
    Searched defs:_x (Results 1 - 9 of 9) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
omp.h 36 unsigned char _x[4] member in struct:__anon20019
42 unsigned char _x[12] member in struct:__anon20020
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient_Delegate.java 195 float _x = pt2[0]; local
197 float distance = (float) Math.sqrt(_x * _x + _y * _y);
LinearGradient_Delegate.java 228 float _x = (mDx*mDy*(y-mY0) + mDy*mDy*mX0 + mDx*mDx*x) / mDSize2; local
230 pos = (_x - mX0) / mDx;
  /frameworks/base/opengl/libs/GLES2_dbg/test/
test_socket.cpp 396 static const GLint _x = 9, _y = 99; local
409 EXPECT_EQ(_x, x);
418 EXPECT_EQ(_x, x);
434 Debug_glCopyTexImage2D(_target, _level, _internalformat, _x, _y, _width, _height,
445 EXPECT_EQ(_x, read.arg3());
  /external/opencv/cv/src/
cvemd.cpp 88 CvNode2D *_x; member in struct:CvEMDState
303 for( xp = state._x; xp < state.end_x; xp++ )
357 (size1 + size2 + 2) * (sizeof( CvNode2D ) + /* _x */
498 state->_x = state->end_x = (CvNode2D *) buffer;
838 CvNode2D *enter_x = state->enter_x, *_x = state->_x; local
844 is_used[enter_x - _x] = 1;
853 while( new_x != 0 && is_used[new_x - _x] )
860 while( new_x != 0 && is_used[new_x - _x] && new_x != enter_x )
870 is_used[new_x - _x] = 1
    [all...]
cvundistort.cpp 69 float _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0; local
71 int ix = cvFloor(_x), iy = cvFloor(_y);
77 _x -= ix; _y -= iy;
81 t0 += _x*(CV_8TO32F(ptr[i+cn]) - t0);
82 t1 += _x*(CV_8TO32F(ptr[i + srcstep + cn]) - t1);
248 double _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0; local
250 mapx[u] = (float)_x;
351 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8]; local
353 for( j = 0; j < size.width; j++, _x += ir[0], _y += ir[3], _w += ir[6] )
355 double w = 1./_w, x = _x*w, y = _y*w
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 70 Cv32suf _x, _y; local
74 _x.f = x; _y.f = y;
75 ix = _x.i; iy = _y.i;
94 _x.i = ((ix ^ CV_1F) & ((ix == 0) - 1)) ^ CV_1F;
96 z = _y.f / _x.f;
122 Cv32suf _x, _y; local
140 _x.i = ((ix ^ CV_1F) & ((ix == 0) - 1)) ^ CV_1F;
143 d *= (xf[j] = _x.f);
800 IPCVAPI_IMPL( CvStatus, icvExp_32f, ( const float *_x, float *y, int n ), (_x, y, n)
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CachedFrame.cpp 1171 int _x = x(); local
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 2382 FLAC__uint32 _x; local
2396 FLAC__uint32 _x; local
    [all...]

Completed in 136 milliseconds