/external/speex/libspeex/ |
D | filters_sse.h | 37 void filter_mem16_10(const float *x, const float *_num, const float *_den, float *y, int N, int ord… in filter_mem16_10() 90 void filter_mem16_8(const float *x, const float *_num, const float *_den, float *y, int N, int ord,… in filter_mem16_8() 134 void filter_mem16(const float *x, const float *_num, const float *_den, float *y, int N, int ord, f… in filter_mem16() 144 void iir_mem16_10(const float *x, const float *_den, float *y, int N, int ord, float *_mem) in iir_mem16_10() 193 void iir_mem16_8(const float *x, const float *_den, float *y, int N, int ord, float *_mem) in iir_mem16_8() 233 void iir_mem16(const float *x, const float *_den, float *y, int N, int ord, float *_mem, char *stac… in iir_mem16() 242 void fir_mem16_10(const float *x, const float *_num, float *y, int N, int ord, float *_mem) in fir_mem16_10() 290 void fir_mem16_8(const float *x, const float *_num, float *y, int N, int ord, float *_mem) in fir_mem16_8() 330 void fir_mem16(const float *x, const float *_num, float *y, int N, int ord, float *_mem, char *stac… in fir_mem16()
|
D | filters_bfin.h | 85 …, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx_mem_t *mem, … 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() 355 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… in fir_mem16() 368 … *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) in compute_impulse_response()
|
D | filters.c | 319 …x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, … in filter_mem16() 339 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_m… in iir_mem16() 359 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… in fir_mem16() 379 … *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) in syn_percep_zero16() 391 … *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) in residue_percep_zero16() 406 … *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) in compute_impulse_response()
|
/external/libvorbis/lib/ |
D | lsp.c | 286 static void cheby(float *g, int ord) { in cheby() 310 static int Laguerre_With_Deflation(float *a,int ord,float *r){ in Laguerre_With_Deflation() 366 static int Newton_Raphson(float *a,int ord,float *r){ in Newton_Raphson()
|
/external/clang/test/FixIt/ |
D | fixit-cxx0x.cpp | 66 #define ord - '0' macro
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 341 static ConstantInt *createOrdering(IRBuilder<> *IRB, AtomicOrdering ord) { in createOrdering()
|
/external/icu4c/test/perf/collperf/ |
D | collperf.cpp | 391 DataIndex * ord; member in CmdBinSearch 395 …UErrorCode, UCollator * col,DWORD win_langid,int32_t count,DataIndex * rnd,DataIndex * ord,Func fn) in CmdBinSearch()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1046 int ord = cast<llvm::ConstantInt>(Order)->getZExtValue(); in EmitBuiltinExpr() local 1133 int ord = cast<llvm::ConstantInt>(Order)->getZExtValue(); in EmitBuiltinExpr() local 1193 int ord = cast<llvm::ConstantInt>(Order)->getZExtValue(); in EmitBuiltinExpr() local
|
D | CGExpr.cpp | 3231 int ord = cast<llvm::ConstantInt>(Order)->getZExtValue(); in EmitAtomicExpr() local
|
/external/opencv/ml/include/ |
D | ml.h | 666 ord; member
|