/external/libopus/celt/ |
D | ecintrin.h | 56 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
|
D | pitch.h | 164 # 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
|
D | celt_lpc.c | 91 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/ |
D | polar_cart.cu | 59 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/ |
D | utils.py | 25 _x = eval('"\\uD800"') variable 28 _x = eval('u"\\uD800"') variable
|
/external/v8/test/mjsunit/es6/ |
D | super.js | 107 _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 …]
|
D | object-literals-super.js | 78 _x: 42, property 94 _x: 0, property
|
/external/llvm/test/MC/COFF/ |
D | bad-expr.s | 7 _x: label
|
/external/valgrind/none/tests/amd64/ |
D | xacq_xrel.c | 11 #define CAT2(_x,_y) _x##_y argument 12 #define CAT(_x,_y) CAT2(_x,_y) argument
|
/external/tremolo/Tremolo/ |
D | misc.h | 157 #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/ |
D | ExecutionEngineTest.cpp | 151 int _x; in TEST_F() local 162 int _x; in TEST_F() local
|
/external/llvm/test/MC/X86/ |
D | gnux32-dwarf-gen.s | 23 _x: .long 1 label
|
/external/llvm/test/MC/MachO/ |
D | gen-dwarf.s | 13 _x: .long 1 label
|
/external/speex/libspeex/ |
D | filters_bfin.h | 85 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()
|
D | ltp_sse.h | 57 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/ |
D | pitch_arm.h | 51 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
|
/external/clang/test/CodeGenObjC/ |
D | bitfield-ivar-offsets.m | 15 char _x; field
|
/external/clang/test/Rewriter/ |
D | rewrite-nested-blocks-1.mm | 23 int _x; field
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tile_soa.h | 75 #define TILE_PIXEL(_p, _x, _y, _c) ((_p)[tile_pixel_offset(_x, _y, _c)]) argument
|
/external/libopus/tests/ |
D | test_opus_common.h | 28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl()
|
/external/libopus/src/ |
D | opus_compare.c | 35 #define OPUS_COSF(_x) ((float)cos(_x)) argument 36 #define OPUS_SINF(_x) ((float)sin(_x)) argument
|
/external/clang/test/SemaCXX/ |
D | cxx0x-compat.cpp | 41 #define _x + 1 macro
|
/external/bsdiff/ |
D | test_utils.h | 11 #define TEST_AND_RETURN_FALSE(_x) \ argument
|
/external/eigen/unsupported/Eigen/src/NumericalDiff/ |
D | NumericalDiff.h | 64 int df(const InputType& _x, JacobianType &jac) const in df()
|
/external/opencv/cv/src/ |
D | cvundistort.cpp | 69 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
|