HomeSort by relevance Sort by last modified time
    Searched refs:_y (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/GetSet/
getset-002.js 26 _y: "<initial y>",
31 if (typeof this._y == "string")
32 rv = "got " + this._y;
34 rv = this._y;
41 this._y = newVal;
54 reportCompare ("<initial y>", t._y, "y prototype check");
getset-001.js 30 TestObject.prototype._y = "<initial y>";
37 if (typeof this._y == "string")
38 rv = "got " + this._y;
40 rv = this._y;
48 this._y = newVal;
58 reportCompare ("<initial y>", t._y, "y prototype check");
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p9.cpp 10 "P"_x "Q" "R"_y; // expected-error {{differing user-defined suffixes ('_x' and '_y') in string literal concatenation}} local
  /external/llvm/include/llvm/Support/
system_error.h 717 inline bool operator<(const error_condition& _x, const error_condition& _y) {
718 return _x.category() < _y.category()
719 || (_x.category() == _y.category() && _x.value() < _y.value());
784 inline bool operator<(const error_code& _x, const error_code& _y) {
785 return _x.category() < _y.category()
786 || (_x.category() == _y.category() && _x.value() < _y.value());
789 inline bool operator==(const error_code& _x, const error_code& _y) {
790 return _x.category() == _y.category() && _x.value() == _y.value()
    [all...]
  /external/clang/test/CodeGenCXX/
cxx11-user-defined-literal.cpp 6 S operator"" _y(wchar_t);
29 "foo"_x, "bar"_x, L'a'_y, 42_z, 1.0_f; local
  /external/webkit/Source/WebCore/css/
ShadowValue.cpp 30 PassRefPtr<CSSPrimitiveValue> _y,
36 , y(_y)
  /external/tremolo/Tremolo/
misc.h 157 #define XPROD32(_a, _b, _t, _v, _x, _y) \
159 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); }
160 #define XPROD31(_a, _b, _t, _v, _x, _y) \
162 *(_y)=MULT31(_b,_t)-MULT31(_a,_v); }
163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \
165 *(_y)=MULT31(_b,_t)+MULT31(_a,_v); }
  /external/clang/test/Lexer/
token-concat.cpp 13 id("s"_x)_y // CHECK: "s"_x _y
  /external/speex/libspeex/
filters_bfin.h 85 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)
119 "P1 = %2;\n\t" /* _y */
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)
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)
489 _y[i] = ADD32(_x[i],SHL32(yi,1));
490 y[i] = EXTRACT16(SHR32(_y[i],SIG_SHIFT));
500 _y[i] = ADD32(_x[i],SHL32(yi,1));
501 y[i] = EXTRACT16(SHR32(_y[i],SIG_SHIFT))
    [all...]
ltp_arm4.h 88 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
94 //corr[nb_pitch-1-i]=inner_prod(x, _y+i, len);
99 const spx_word16_t *y = _y+i;
ltp_sse.h 57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack)
72 y[i] = _mm_loadu_ps(_y+(i<<2)+offset);
ltp_bfin.h 66 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
106 : : "m" (_x), "m" (_y), "m" (corr), "m" (len), "m" (nb_pitch)
ltp.h 52 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack);
ltp.c 79 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
85 /*corr[nb_pitch-1-i]=inner_prod(x, _y+i, len);*/
90 const spx_word16_t *y = _y+i;
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)
148 corr[nb_pitch-1-i]=inner_prod(_x, _y+i, len);
  /external/kernel-headers/original/linux/
kernel.h 266 typeof(y) _y = (y); \
267 (void) (&_x == &_y); \
268 _x < _y ? _x : _y; })
272 typeof(y) _y = (y); \
273 (void) (&_x == &_y); \
274 _x > _y ? _x : _y; })
  /external/libnl-headers/
netlink-local.h 128 typeof(y) _y = (y); \
129 (void) (&_x == &_y); \
130 _x < _y ? _x : _y; })
134 typeof(y) _y = (y); \
135 (void) (&_x == &_y); \
136 _x > _y ? _x : _y; })
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 70 void operator"x" _y(char); // expected-error {{must be '""'}}
76 'b'_y;
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 135 int _y(unsigned long long);
136 int k2 = 123_y; // expected-error {{no matching literal operator for call to 'operator "" _y'}}
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient_Delegate.java 200 float _y = pt2[1]; local
201 float distance = (float) Math.sqrt(_x * _x + _y * _y);
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 30 #if 'x'_y - u'x'_z // expected-error 2{{character literal with user-defined suffix cannot be used in preprocessor constant expression}}
  /external/opencv/cv/src/
cvundistort.cpp 70 float _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0; local
71 int ix = cvFloor(_x), iy = cvFloor(_y);
77 _x -= ix; _y -= iy;
83 dst[u*cn + i] = (uchar)cvRound(t0 + _y*(t1 - t0));
249 double _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0; local
251 mapy[u] = (float)_y;
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;
  /external/opencv/ml/src/
mlsvm.cpp 386 CvSVMSolver::CvSVMSolver( int _sample_count, int _var_count, const float** _samples, schar* _y,
392 create( _sample_count, _var_count, _samples, _y, _alpha_count, _alpha, _Cp, _Cn,
397 bool CvSVMSolver::create( int _sample_count, int _var_count, const float** _samples, schar* _y,
416 y = _y;
520 const schar* _y = y; local
522 assert( _y && i < sample_count );
524 if( _y[i] > 0 )
527 row[j] = _y[j]*row[j];
532 row[j] = -_y[j]*row[j];
954 bool CvSVMSolver::solve_c_svc( int _sample_count, int _var_count, const float** _samples, schar* _y,
    [all...]
  /external/opencv/cv/include/
cvcompat.h     [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;
91 _y.i = iy ^ icvAtanSign[idx];
96 z = _y.f / _x.f;
122 Cv32suf _x, _y; local
137 _y.i = iy ^ icvAtanSign[k];
142 yf[j] = _y.f;
    [all...]
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 56 public Vec(float _x, float _y) {
58 y = _y;

Completed in 549 milliseconds

1 2