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

1 2 3 4 5

  /external/llvm/test/MC/MachO/
bad-indirect-symbols.s 4 x: .indirect_symbol _y
  /external/fio/
minmax.h 7 typeof(y) _y = (y); \
8 (void) (&_x == &_y); \
9 _x < _y ? _x : _y; })
15 typeof(y) _y = (y); \
16 (void) (&_x == &_y); \
17 _x > _y ? _x : _y; })
  /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/libopus/celt/arm/
pitch_arm.h 36 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/celt/
cwrs.h 44 void encode_pulses(const int *_y, int N, int K, ec_enc *enc);
46 void decode_pulses(int *_y, int N, int K, ec_dec *dec);
cwrs.c 440 static opus_uint32 icwrs(int _n,const int *_y){
446 i=_y[j]<0;
447 k=abs(_y[j]);
451 k+=abs(_y[j]);
452 if(_y[j]<0)i+=CELT_PVQ_U(_n-j,k+1);
458 void encode_pulses(const int *_y,int _n,int _k,ec_enc *_enc){
460 ec_enc_uint(_enc,icwrs(_n,_y),CELT_PVQ_V(_n,_k));
463 static void cwrsi(int _n,int _k,opus_uint32 _i,int *_y){
490 *_y++=(k0-_k+s)^s;
499 *_y++=0
    [all...]
celt_lpc.c 93 opus_val16 *_y,
121 _y[i] = SATURATE16(PSHR32(sum, 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)));
146 opus_val32 *_y,
165 _y[i] = sum;
194 _y[i ] = sum[0]
    [all...]
  /external/libopus/tests/
test_opus_common.h 28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y)
32 if(_y<3)for(i=0;i<_y;i++)*(--*_p)=_t[i+1];
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++){
  /external/autotest/client/profilers/powertop/src/
powertop.h 84 typeof(y) _y = (y); \
85 (void) (&_x == &_y); \
86 _x < _y ? _x : _y; })
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuadWord.h 110 SIMD_FORCE_INLINE void setY(btScalar _y) { m_floats[1] = _y;};
152 SIMD_FORCE_INLINE void setValue(const btScalar& _x, const btScalar& _y, const btScalar& _z)
155 m_floats[1]=_y;
173 SIMD_FORCE_INLINE void setValue(const btScalar& _x, const btScalar& _y, const btScalar& _z,const btScalar& _w)
176 m_floats[1]=_y;
191 SIMD_FORCE_INLINE btQuadWord(const btScalar& _x, const btScalar& _y, const btScalar& _z)
193 m_floats[0] = _x, m_floats[1] = _y, m_floats[2] = _z, m_floats[3] = 0.0f;
202 SIMD_FORCE_INLINE btQuadWord(const btScalar& _x, const btScalar& _y, const btScalar& _z,const btScalar& _w)
204 m_floats[0] = _x, m_floats[1] = _y, m_floats[2] = _z, m_floats[3] = _w
    [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/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.h 75 #define TILE_PIXEL(_p, _x, _y, _c) ((_p)[tile_pixel_offset(_x, _y, _c)])
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btVector4.java 64 public btVector4(float _x, float _y, float _z, float _w) {
65 this(LinearMathJNI.new_btVector4__SWIG_1(_x, _y, _z, _w), true);
88 public void setValue(float _x, float _y, float _z, float _w) {
89 LinearMathJNI.btVector4_setValue(swigCPtr, this, _x, _y, _z, _w);
  /external/ImageMagick/Magick++/lib/
Geometry.cpp 489 _y(0)
495 _y(0)
502 _y(offset_._y)
508 _y(0)
515 _y(y_)
533 _y=geometry_info.sigma;
535 _y=_x;
545 _y=offset_._y;
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 52 _y(0) {}
56 _y(y_) {}
63 void y(double y_) { _y=y_; }
64 double y(void) const { return _y; }
68 double _y; member in class:Magick::Coordinate
322 _y(y_),
347 _y=y_;
352 return(_y);
368 double _y; member in class:Magick::DrawableAlpha
689 _y(y_)
730 double _y; member in class:Magick::DrawableColor
837 double _y; member in class:Magick::DrawableCompositeImage
1253 double _y; member in class:Magick::DrawablePoint
1408 ::ssize_t _y; member in class:Magick::DrawablePushPattern
1628 double _y; member in class:Magick::DrawableScaling
2027 double _y; member in class:Magick::DrawableText
2260 double _y; member in class:Magick::DrawableTranslation
2412 double _y; \/\/ End-point Y member in class:Magick::PathArcArgs
2586 double _y; member in class:Magick::PathCurvetoArgs
2767 double _y; member in class:Magick::PathQuadraticCurvetoArgs
3030 double _y; member in class:Magick::PathLinetoVerticalAbs
3058 double _y; member in class:Magick::PathLinetoVerticalRel
    [all...]
Pixels.h 75 ::ssize_t _y; // Top ordinate of view member in class:Magick::Pixels
137 return _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/opencv3/modules/imgproc/src/opencl/
filterSep_singlePass.cl 89 #define SRC(_x,_y) convertToWT(loadpix(Src + mad24(_y, src_step, SRCSIZE * _x)))
93 #define ELEM(_x,_y,r_edge,t_edge,const_v) (_x)<0 | (_x) >= (r_edge) | (_y)<0 | (_y) >= (t_edge) ? (const_v) : SRC((_x),(_y))
95 #define ELEM(_x,_y,r_edge,t_edge,const_v) SRC((_x),(_y))
  /external/valgrind/none/tests/amd64/
xacq_xrel.c 11 #define CAT2(_x,_y) _x##_y
12 #define CAT(_x,_y) CAT2(_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...]
  /external/opencv3/modules/cudaarithm/src/cuda/
polar_cart.cu 59 void cv::cuda::magnitude(InputArray _x, InputArray _y, OutputArray _dst, Stream& stream)
62 GpuMat y = getInputMat(_y, stream);
78 void cv::cuda::magnitudeSqr(InputArray _x, InputArray _y, OutputArray _dst, Stream& stream)
81 GpuMat y = getInputMat(_y, stream);
97 void cv::cuda::phase(InputArray _x, InputArray _y, OutputArray _dst, bool angleInDegrees, Stream& stream)
100 GpuMat y = getInputMat(_y, stream);
119 void cv::cuda::cartToPolar(InputArray _x, InputArray _y, OutputArray _mag, OutputArray _angle, bool angleInDegrees, Stream& stream)
122 GpuMat y = getInputMat(_y, stream);
180 void cv::cuda::polarToCart(InputArray _mag, InputArray _angle, OutputArray _x, OutputArray _y, bool angleInDegrees, Stream& _stream)
189 GpuMat y = getOutputMat(_y, angle.size(), CV_32FC1, _stream)
    [all...]
  /external/libnl/include/
netlink-local.h 125 typeof(y) _y = (y); \
126 (void) (&_x == &_y); \
127 _x < _y ? _x : _y; })
131 typeof(y) _y = (y); \
132 (void) (&_x == &_y); \
133 _x > _y ? _x : _y; })
  /external/opencv3/modules/videostab/include/opencv2/videostab/
fast_marching.hpp 92 DXY(float _dist, int _x, int _y) : dist(_dist), x(_x), y(_y) {}
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_yuv.h 67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b)); local
71 *y = _y + 16;
81 const int _y = y - 16; local
89 *r = scale * (y_factor * _y + 1.596f * _v);
90 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v);
91 *b = scale * (y_factor * _y + 2.018f * _u );
109 const int _y = y - 16; local
113 const int _r = (298 * _y + 409 * _v + 128) >> 8;
114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8;
115 const int _b = (298 * _y + 516 * _u + 128) >> 8
    [all...]

Completed in 909 milliseconds

1 2 3 4 5