Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 25 of 63) sorted by relevance

123

/external/libopus/celt/
Decintrin.h56 static __inline int ec_bsr(unsigned long _x){ in ec_bsr()
62 # define EC_CLZ(_x) (-ec_bsr(_x)) argument
66 # define EC_CLZ(_x) (_lnorm(_x)) argument
70 # define EC_CLZ(_x) (__builtin_clz(_x)) argument
73 # define EC_CLZ(_x) (__builtin_clzl(_x)) argument
82 # define EC_ILOG(_x) (EC_CLZ0-EC_CLZ(_x)) argument
85 # define EC_ILOG(_x) (ec_ilog(_x)) argument
Dpitch.h164 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
168 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
Dcelt_lpc.c91 void celt_fir(const opus_val16 *_x, in celt_fir()
144 void celt_iir(const opus_val32 *_x, in celt_iir()
/external/opencv3/modules/cudaarithm/src/cuda/
Dpolar_cart.cu59 void cv::cuda::magnitude(InputArray _x, InputArray _y, OutputArray _dst, Stream& stream) in magnitude()
78 void cv::cuda::magnitudeSqr(InputArray _x, InputArray _y, OutputArray _dst, Stream& stream) in magnitudeSqr()
97 void cv::cuda::phase(InputArray _x, InputArray _y, OutputArray _dst, bool angleInDegrees, Stream& s… in phase()
119 void cv::cuda::cartToPolar(InputArray _x, InputArray _y, OutputArray _mag, OutputArray _angle, bool… in cartToPolar()
180 void cv::cuda::polarToCart(InputArray _mag, InputArray _angle, OutputArray _x, OutputArray _y, bool… in polarToCart()
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dutils.py25 _x = eval('"\\uD800"') variable
28 _x = eval('u"\\uD800"') variable
/external/v8/test/mjsunit/es6/
Dsuper.js107 _x: 'base' property in Base
115 _x: 'derived', property in Derived
142 _x: 'base' property in Base
150 _x: 'derived', property in Derived
204 _x: 'base' property in Base
217 _x: 'derived', property in Derived
281 _x: 'base' property in Base
289 _x: 'derived', property in Derived
318 _x: 'base' property in Base
331 _x: 'derived', property in Derived
[all …]
Dobject-literals-super.js78 _x: 42, property
94 _x: 0, property
/external/llvm/test/MC/COFF/
Dbad-expr.s7 _x: label
/external/valgrind/none/tests/amd64/
Dxacq_xrel.c11 #define CAT2(_x,_y) _x##_y argument
12 #define CAT(_x,_y) CAT2(_x,_y) argument
/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/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp151 int _x; in TEST_F() local
162 int _x; in TEST_F() local
/external/llvm/test/MC/X86/
Dgnux32-dwarf-gen.s23 _x: .long 1 label
/external/llvm/test/MC/MachO/
Dgen-dwarf.s13 _x: .long 1 label
/external/speex/libspeex/
Dfilters_bfin.h85 void filter_mem16(const spx_word16_t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_… 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()
/external/libopus/celt/arm/
Dpitch_arm.h51 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
/external/clang/test/CodeGenObjC/
Dbitfield-ivar-offsets.m15 char _x; field
/external/clang/test/Rewriter/
Drewrite-nested-blocks-1.mm23 int _x; field
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.h75 #define TILE_PIXEL(_p, _x, _y, _c) ((_p)[tile_pixel_offset(_x, _y, _c)]) argument
/external/libopus/tests/
Dtest_opus_common.h28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl()
/external/libopus/src/
Dopus_compare.c35 #define OPUS_COSF(_x) ((float)cos(_x)) argument
36 #define OPUS_SINF(_x) ((float)sin(_x)) argument
/external/clang/test/SemaCXX/
Dcxx0x-compat.cpp41 #define _x + 1 macro
/external/bsdiff/
Dtest_utils.h11 #define TEST_AND_RETURN_FALSE(_x) \ argument
/external/eigen/unsupported/Eigen/src/NumericalDiff/
DNumericalDiff.h64 int df(const InputType& _x, JacobianType &jac) const in df()
/external/opencv/cv/src/
Dcvundistort.cpp69 float _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0; in icvUnDistort_8u_CnR() local
248 double _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0; 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

123