Searched defs:_x (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/test/CXX/lex/lex.literal/lex.ext/
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}}
/external/clang/test/Sema/
H A Dstatements.c10 int test(int _x) { argument
11 return (__byte_swap_int_var(_x));
/external/llvm/test/MC/MachO/
H A Dgen-dwarf.s13 _x: .long 1 label
/external/llvm/test/MC/X86/
H A Dgnux32-dwarf-gen.s23 _x: .long 1 label
/external/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals-unused.cpp4 double operator"" _x(long double value) { return double(value); } function in namespace:__anon17380
9 template<class T> double value() { return 3.2_x; }
H A Dcxx0x-compat.cpp38 #define _x + 1 macro
39 char c = 'x'_x; // expected-warning {{will be treated as a user-defined literal suffix}}
/external/chromium_org/third_party/opus/src/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...]
H A Dpitch.c253 celt_pitch_xcorr(const opus_val16 *_x, const opus_val16 *_y, opus_val32 *xcorr, int len, int max_pitch) argument
262 xcorr_kernel(_x, _y+i, sum, len);
279 sum = MAC16_16(sum, _x[j],_y[i+j]);
/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/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/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_common.h28 static 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/chromium_org/third_party/opus/src/src/
H A Dopus.c36 OPUS_EXPORT void opus_pcm_soft_clip(float *_x, int N, int C, float *declip_mem) argument
47 _x[i] = MAX16(-2.f, MIN16(2.f, _x[i]));
54 x = _x+c;
H A Dopus_encoder.c767 void downmix_float(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C) argument
772 x = (const float *)_x;
802 void downmix_int(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C) argument
807 x = (const opus_int16 *)_x;
/external/speex/libspeex/
H A Dltp_sse.h57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack) argument
68 x[i] = _mm_loadu_ps(_x+(i<<2));
H A Dfilters_bfin.h85 void filter_mem16(const spx_word16_t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx_mem_t *mem, char *stack) argument
118 "P0 = %1;\n\t" /* _x */
221 : : "m" (xy), "m" (_x), "m" (_y), "m" (numden), "m" (N), "m" (ord), "m" (mem)
230 void iir_mem16(const spx_word16_t *_x, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx_mem_t *mem, char *stack) argument
347 : : "m" (yy), "m" (_x), "m" (_y), "m" (den), "m" (N), "m" (ord), "m" (mem)
468 void filter_mem2(const spx_sig_t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_sig_t *_y, int N, int ord, spx_mem_t *mem)
478 x[i] = EXTRACT16(SHR32(_x[i],SIG_SHIFT));
489 _y[i] = ADD32(_x[i],SHL32(yi,1));
500 _y[i] = ADD32(_x[i],SHL32(yi,1));
H A Dltp_arm4.h88 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack) argument
100 const spx_word16_t *x = _x;
H A Dltp_bfin.h66 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack) argument
106 : : "m" (_x), "m" (_y), "m" (corr), "m" (len), "m" (nb_pitch)
H A Dltp.c79 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
91 const spx_word16_t *x = _x;
142 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack) argument
148 corr[nb_pitch-1-i]=inner_prod(_x, _y+i, len);
/external/eigen/Eigen/src/Core/arch/SSE/
H A DMathFunctions.h23 Packet4f plog<Packet4f>(const Packet4f& _x) argument
25 Packet4f x = _x;
103 Packet4f pexp<Packet4f>(const Packet4f& _x) argument
105 Packet4f x = _x;
178 Packet4f psin<Packet4f>(const Packet4f& _x) argument
180 Packet4f x = _x;
279 Packet4f pcos<Packet4f>(const Packet4f& _x) argument
281 Packet4f x = _x;
368 Packet4f psqrt<Packet4f>(const Packet4f& _x) argument
370 Packet4f half = pmul(_x, pset
[all...]
/external/eigen/unsupported/Eigen/src/NumericalDiff/
H A DNumericalDiff.h64 int df(const InputType& _x, JacobianType &jac) const argument
69 const typename InputType::Index n = _x.size();
72 InputType x = _x;
101 x[j] = _x[j];
109 x[j] = _x[j];
/external/eigen/Eigen/src/Core/
H A DFunctors.h153 EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& _x, const Scalar& _y) const argument
157 Scalar p = (max)(_x, _y);
158 Scalar q = (min)(_x, _y);
/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp1377 static const double _x[11]; member in struct:MGH09_functor
1384 double x = _x[i], xx=x*x;
1395 double x = _x[i], xx=x*x;
1405 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
1542 static const double _x[37]; member in struct:thurber_functor
1550 double x=_x[i], xx=x*x, xxx=xx*x;
1561 double x=_x[i], xx=x*x, xxx=xx*x;
1575 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
/external/opencv/cv/src/
H A Dcvundistort.cpp69 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*
[all...]
H A Dcvemd.cpp88 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]
[all...]

Completed in 531 milliseconds

12