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

  /external/webkit/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/webkit/WebCore/css/
ShadowValue.cpp 30 PassRefPtr<CSSPrimitiveValue> _y,
36 , y(_y)
  /external/tremolo/Tremolo/
misc.h 156 #define XPROD32(_a, _b, _t, _v, _x, _y) \
158 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); }
159 #define XPROD31(_a, _b, _t, _v, _x, _y) \
161 *(_y)=MULT31(_b,_t)-MULT31(_a,_v); }
162 #define XNPROD31(_a, _b, _t, _v, _x, _y) \
164 *(_y)=MULT31(_b,_t)+MULT31(_a,_v); }
  /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; })
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
FilmStripMesh.java 51 void xyz(float _x, float _y, float _z) {
53 y = _y;
57 void nxyz(float _x, float _y, float _z) {
59 ny = _y;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient_Delegate.java 182 float _y = pt2[1]; local
183 float distance = (float) Math.sqrt(_x * _x + _y * _y);
  /external/webkit/WebCore/svg/
SVGSVGElement.cpp 115 double _y = 0.0; local
118 _y = y().value(this);
125 viewBox.map(_x, _y, _x, _y);
127 return FloatRect::narrowPrecision(_x, _y, wDouble, hDouble);
  /external/webkit/WebCore/rendering/
RenderSVGRoot.cpp 271 bool RenderSVGRoot::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction)
273 IntPoint pointInContainer(_x, _y);
RenderListBox.cpp 369 bool RenderListBox::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _ty)
379 if (vertRect.contains(_x, _y)) {
RenderBlock.cpp     [all...]
  /external/libpcap/
optimize.c 183 register bpf_u_int32 *_x = a, *_y = b;\
185 while (--_n >= 0) *_x++ &= *_y++;\
193 register bpf_u_int32 *_x = a, *_y = b;\
195 while (--_n >= 0) *_x++ &=~ *_y++;\
203 register bpf_u_int32 *_x = a, *_y = b;\
205 while (--_n >= 0) *_x++ |= *_y++;\
    [all...]
  /external/openssl/crypto/ec/
ectest.c 754 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
768 if (!BN_hex2bn(&z, _y)) ABORT; \
771 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
773 if (!BN_hex2bn(&y, _y)) ABORT; \
786 #define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
791 CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
    [all...]
  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 1107 int _y = y(); local
    [all...]

Completed in 600 milliseconds