Searched refs:_x (Results 1 - 25 of 99) sorted by relevance

1234

/external/llvm/test/MC/COFF/
H A Dbad-expr.s7 _x: label
8 .long _x-__ImageBase
9 .long __ImageBase-_x
/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp2.cpp6 int a = 123_x; // expected-error {{no matching literal operator for call to 'operator""_x' with argument of type 'unsigned long long' or 'const char *', and no matching literal operator template}}
7 int b = 4.2_x; // expected-error {{no matching literal operator for call to 'operator""_x' with argument of type 'long double' or 'const char *', and no matching literal operator template}}
8 int c = "foo"_x; // expected-error {{no matching literal operator for call to 'operator""_x' with arguments of types 'const char *' and 'unsigned}}
9 int d = L"foo"_x; // expected-error {{no matching literal operator for call to 'operator""_x' with arguments of types 'const wchar_t *' and 'unsigned}}
10 int e = u8"foo"_x; // expected-error {{no matching literal operator for call to 'operator""_x' wit
[all...]
H A Dp9.cpp4 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}}
H A Dp12.cpp10 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; // expecte
[all...]
H A Dp11.cpp9 int operator "" _x(); // expected-warning {{string literal operator templates are a GNU extension}}
11 double operator "" _x();
13 auto a="string"_x;
14 auto b=42_x;
18 char operator "" _x(const char *begin, size_t size);
19 auto c="string"_x;
20 auto d=L"string"_x;
/external/clang/test/Lexer/
H A Dtoken-concat.cpp4 id("s")_x // CHECK: "s" _x
5 id(L"s")_x // CHECK: L"s" _x
6 id(u8"s")_x // CHECK: u8"s" _x
7 id(u"s")_x // CHECK: u"s" _x
8 id(U"s")_x // CHECK: U"s" _x
[all...]
/external/fio/
H A Dminmax.h6 typeof(x) _x = (x); \
8 (void) (&_x == &_y); \
9 _x < _y ? _x : _y; })
14 typeof(x) _x = (x); \
16 (void) (&_x == &_y); \
17 _x > _y ? _x : _y; })
/external/libopus/celt/
H A Decintrin.h56 static __inline int ec_bsr(unsigned long _x){ argument
58 _BitScanReverse(&ret,_x);
62 # define EC_CLZ(_x) (-ec_bsr(_x))
66 # define EC_CLZ(_x) (_lnorm(_x))
70 # define EC_CLZ(_x) (__builtin_clz(_x))
73 # define EC_CLZ(_x) (__builtin_clzl(_x))
[all...]
H A Dcelt_lpc.c91 void celt_fir(const opus_val16 *_x, argument
110 x[i+ord]=_x[i];
112 mem[i] = _x[N-i-1];
116 opus_val32 sum = SHL32(EXTEND32(_x[i]), SIG_SHIFT);
128 _y[i ] = SATURATE16(ADD32(EXTEND32(_x[i ]), PSHR32(sum[0], SIG_SHIFT)));
129 _y[i+1] = SATURATE16(ADD32(EXTEND32(_x[i+1]), PSHR32(sum[1], SIG_SHIFT)));
130 _y[i+2] = SATURATE16(ADD32(EXTEND32(_x[i+2]), PSHR32(sum[2], SIG_SHIFT)));
131 _y[i+3] = SATURATE16(ADD32(EXTEND32(_x[i+3]), PSHR32(sum[3], SIG_SHIFT)));
138 _y[i] = SATURATE16(ADD32(EXTEND32(_x[i]), PSHR32(sum, SIG_SHIFT)));
144 void celt_iir(const opus_val32 *_x, argument
[all...]
/external/clang/test/CodeGenCXX/
H A Dcxx11-user-defined-literal.cpp5 S operator"" _x(const char *, size_t);
29 "foo"_x, "bar"_x, L'a'_y, 42_z, 1.0_f;
49 template<typename T> auto g(T t) -> decltype("foo"_x(t)) { return "foo"_x(t); }
50 template<typename T> auto i(T t) -> decltype(operator"" _x("foo", 3)(t)) { return operator"" _x("foo", 3)(t); } argument
/external/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals-unused.cpp4 double operator"" _x(long double value) { return double(value); } function in namespace:__anon2784
9 template<class T> double value() { return 3.2_x; }
H A Dcxx0x-compat.cpp41 #define _x + 1 macro
42 char c = 'x'_x; // expected-warning {{will be treated as a user-defined literal suffix}}
/external/v8/test/js-perf-test/Classes/
H A Dsuper.js16 return this._x++;
19 this._x += v;
20 return this._x;
23 return this._x++;
31 this._x = 1;
/external/libopus/celt/arm/
H A Dpitch_arm.h36 opus_val32 celt_pitch_xcorr_neon(const opus_val16 *_x, const opus_val16 *_y,
45 opus_val32 celt_pitch_xcorr_edsp(const opus_val16 *_x, const opus_val16 *_y,
51 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \
52 ((void)(arch),PRESUME_NEON(celt_pitch_xcorr)(_x, _y, xcorr, len, max_pitch))
/external/libopus/tests/
H A Dtest_opus_common.h28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) argument
31 if(_x>2){
34 _t[_x]=_t[_x-_y];
35 deb2_impl(_t,_p,_k,_x+1,_y);
36 for(i=_t[_x-_y]+1;i<_k;i++){
37 _t[_x]=i;
38 deb2_impl(_t,_p,_k,_x+1,_x);
/external/llvm/test/MC/MachO/
H A Dgen-dwarf.s13 _x: .long 1 label
/external/clang/test/CXX/over/over.oper/over.literal/
H A Dp2.cpp40 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/clang/test/Parser/
H A Dasm.cpp8 int foo6 asm ("bar6"_x); // expected-error {{string literal with user-defined suffix cannot be used here}}
/external/autotest/client/profilers/powertop/src/
H A Dpowertop.h83 typeof(x) _x = (x); \
85 (void) (&_x == &_y); \
86 _x < _y ? _x : _y; })
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_soa.h75 #define TILE_PIXEL(_p, _x, _y, _c) ((_p)[tile_pixel_offset(_x, _y, _c)])
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
H A Dutils.py25 _x = eval('"\\uD800"') variable
26 if not isinstance(_x, text_type):
28 _x = eval('u"\\uD800"') variable
29 assert isinstance(_x, text_type)
/external/bsdiff/
H A Dtest_utils.h11 #define TEST_AND_RETURN_FALSE(_x) \
13 if (!static_cast<bool>(_x)) { \
14 fprintf(stderr, "%s failed.", #_x); \
/external/eigen/unsupported/Eigen/src/NumericalDiff/
H A DNumericalDiff.h64 int df(const InputType& _x, JacobianType &jac) const argument
71 const typename InputType::Index n = _x.size();
74 InputType x = _x;
103 x[j] = _x[j];
111 x[j] = _x[j];
/external/tremolo/Tremolo/
H A Dmisc.h157 #define XPROD32(_a, _b, _t, _v, _x, _y) \
158 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \
160 #define XPROD31(_a, _b, _t, _v, _x, _y) \
161 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \
163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \
164 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \
/external/v8/test/mjsunit/es6/
H A Dobject-literals-super.js78 _x: 42,
80 return 'proto' + this._x;
94 _x: 0,
96 return this._x = v;
104 assertEquals(1, object._x);
105 assertEquals(0, Object.getPrototypeOf(object)._x);

Completed in 967 milliseconds

1234