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

  /external/llvm/test/MC/COFF/
bad-expr.s 6 _x: label
7 .long _x-__ImageBase
  /development/ndk/sources/android/libportable/arch-arm/
md_swap.c 28 register uint16_t _x = (x); local
29 __asm volatile ("rev16 %0, %0" : "+l" (_x));
30 return _x;
34 register uint32_t _x = (x); local
35 __asm volatile ("rev %0, %0" : "+l" (_x));
36 return _x;
  /development/ndk/sources/android/libportable/arch-mips/
md_swap.c 24 register uint16_t _x = x; local
26 __asm volatile ("wsbh %0, %1" : "=r" (_r) : "r" (_x));
31 register uint32_t _x = x; local
33 __asm volatile ("wsbh %0, %1; rotr %0, %0, 16" : "=r" (_r) : "r" (_x));
  /development/ndk/sources/android/libportable/arch-x86/
md_swap.c 21 register uint16_t _x = (x); local
22 __asm volatile ("rorw $8, %w0" : "+r" (_x));
23 return _x;
27 register uint32_t _x = (x); local
28 __asm volatile ("bswap %0" : "+r" (_x));
29 return _x;
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p9.cpp 4 void operator "" _x(const wchar_t *, size_t);
9 L"A" "B" "C"_x; local
10 "P"_x "Q" "R"_y; // expected-error {{differing user-defined suffixes ('_x' and '_y') in string literal concatenation}}
p12.cpp 10 template<typename T, T... str> int operator""_x() { // #1 expected-warning {{string literal operator templates are a GNU extension}} function
14 void *operator""_x(const char*); // #2
15 void *a = 123_x; // ok, calls #2
16 int b = u8"\"???? ?"_x; // ok, calls #1
17 int c = u8R"("???? ?)"_x; // ok, calls #1
18 int d = "test"_x; // expected-note {{in instantiation of function template specialization 'operator "" _x<char, 't', 'e', 's', 't'>' requested here}}
19 int e = uR"("???? ?)"_x;
20 int f = UR"("???? ?)"_x;
21 int g = UR"("????_?)"_x; // expected-note {{in instantiation of function template specialization 'operator "" _x<char32_t, (…)
    [all...]
  /external/llvm/test/MC/MachO/
gen-dwarf.s 13 _x: .long 1 label
  /external/llvm/test/MC/X86/
gnux32-dwarf-gen.s 23 _x: .long 1 label
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals-unused.cpp 4 double operator"" _x(long double value) { return double(value); } function in namespace:__anon23909
9 template<class T> double value() { return 3.2_x; }
cxx0x-compat.cpp 41 #define _x + 1 macro
42 char c = 'x'_x; // expected-warning {{will be treated as a user-defined literal suffix}}
  /external/clang/test/CXX/over/over.oper/over.literal/
p2.cpp 40 double operator"" _x(long double value) { return double(value); } // expected-error{{literal operator 'operator "" _x' must be in a namespace or global scope}} function in class:rdar13605348::C
41 double value() { return 3.2_x; } // expected-error{{no matching literal operator for call to}}
  /external/eigen/unsupported/test/
levenberg_marquardt.cpp 989 static const double _x[11]; member in struct:MGH09_functor
1017 const double MGH09_functor::_x[11] = { 4., 2., 1., 5.E-1 , 2.5E-01, 1.670000E-01, 1.250000E-01, 1.E-01, 8.330000E-02, 7.140000E-02, 6.250000E-02 }; member in class:MGH09_functor
1157 static const double _x[37]; member in struct:thurber_functor
1190 const double thurber_functor::_x[37] = { -3.067E0, -2.981E0, -2.921E0, -2.912E0, -2.840E0, -2.797E0, -2.702E0, -2.699E0, -2.633E0, -2.481E0, -2.363E0, -2.322E0, -1.501E0, -1.460E0, -1.274E0, -1.212E0, -1.100E0, -1.046E0, -0.915E0, -0.714E0, -0.566E0, -0.545E0, -0.400E0, -0.309E0, -0.109E0, -0.103E0, 0.010E0, 0.119E0, 0.377E0, 0.790E0, 0.963E0, 1.006E0, 1.115E0, 1.572E0, 1.841E0, 2.047E0, 2.200E0 }; member in class:thurber_functor
    [all...]
NonLinearOptimization.cpp 1383 static const double _x[11]; member in struct:MGH09_functor
1411 const double MGH09_functor::_x[11] = { 4., 2., 1., 5.E-1 , 2.5E-01, 1.670000E-01, 1.250000E-01, 1.E-01, 8.330000E-02, 7.140000E-02, 6.250000E-02 }; member in class:MGH09_functor
1551 static const double _x[37]; member in struct:thurber_functor
1584 const double thurber_functor::_x[37] = { -3.067E0, -2.981E0, -2.921E0, -2.912E0, -2.840E0, -2.797E0, -2.702E0, -2.699E0, -2.633E0, -2.481E0, -2.363E0, -2.322E0, -1.501E0, -1.460E0, -1.274E0, -1.212E0, -1.100E0, -1.046E0, -0.915E0, -0.714E0, -0.566E0, -0.545E0, -0.400E0, -0.309E0, -0.109E0, -0.103E0, 0.010E0, 0.119E0, 0.377E0, 0.790E0, 0.963E0, 1.006E0, 1.115E0, 1.572E0, 1.841E0, 2.047E0, 2.200E0 }; member in class:thurber_functor
    [all...]
  /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/flac/libFLAC/
stream_decoder.c 2382 FLAC__uint32 _x; local
2396 FLAC__uint32 _x; local
    [all...]

Completed in 551 milliseconds