Home
last modified time | relevance | path

Searched defs:_y (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/GetSet/
Dgetset-002.js26 _y: "<initial y>", property
Dgetset-001.js30 TestObject.prototype._y = "<initial y>"; method in TestObject
/external/clang/test/CodeGenObjC/
Dbitfield-ivar-offsets.m18 char _y; field
/external/webkit/Source/WebCore/css/
DShadowValue.cpp30 PassRefPtr<CSSPrimitiveValue> _y, in ShadowValue()
/external/tremolo/Tremolo/
Dmisc.h157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument
160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ argument
163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ argument
/external/speex/libspeex/
Dfilters_bfin.h85 …nst spx_word16_t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *_y, int N, int o… in filter_mem16()
230 void iir_mem16(const spx_word16_t *_x, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx… in iir_mem16()
Dltp_sse.h57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack) in pitch_xcorr()
Dltp_arm4.h88 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int n… in pitch_xcorr()
Dltp_bfin.h66 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int n… in pitch_xcorr()
Dltp.c142 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int n… in pitch_xcorr()
/external/openssl/crypto/ec/
Dectest.c735 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variab… argument
752 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variab… argument
767 #define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \ argument
/external/opencv/cv/src/
Dcvundistort.cpp70 float _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0; in icvUnDistort_8u_CnR() local
249 double _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0; in cvInitUndistortMap() local
351 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8]; in cvInitUndistortRectifyMap() local
/external/opencv/ml/src/
Dmlsvm.cpp386 CvSVMSolver::CvSVMSolver( int _sample_count, int _var_count, const float** _samples, schar* _y, in CvSVMSolver()
397 bool CvSVMSolver::create( int _sample_count, int _var_count, const float** _samples, schar* _y, in create()
520 const schar* _y = y; in get_row_svc() local
954 bool CvSVMSolver::solve_c_svc( int _sample_count, int _var_count, const float** _samples, schar* _y, in solve_c_svc()
981 …ol CvSVMSolver::solve_nu_svc( int _sample_count, int _var_count, const float** _samples, schar* _y, in solve_nu_svc()
1060 const float* _y, CvMemStorage* _storage, in solve_eps_svr()
1096 const float* _y, CvMemStorage* _storage, in solve_nu_svr()
/external/opencv/cxcore/src/
Dcxmathfuncs.cpp70 Cv32suf _x, _y; in cvFastArctan() local
122 Cv32suf _x, _y; variable
/external/webkit/Source/WebCore/rendering/
DRenderListBox.cpp434 bool RenderListBox::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _t… in isPointInOverflowControl()
DRenderBlock.cpp3952 bool RenderBlock::isPointInOverflowControl(HitTestResult& result, int _x, int _y, int _tx, int _ty) in isPointInOverflowControl()
3960 bool RenderBlock::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int _x, int _y,… in nodeAtPoint()
/external/opencv/cv/include/
Dcvcompat.h949 #define CV_INIT_PIXEL_POS(pos, origin, _step, roi, _x, _y, orientation) \ argument
967 #define CV_MOVE_TO( pos, _x, _y, cs ) \ argument