Home
last modified time | relevance | path

Searched defs:ord (Results 1 – 10 of 10) sorted by relevance

/external/speex/libspeex/
Dfilters_sse.h37 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()
Dfilters_bfin.h85 …, 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()
Dfilters.c319 …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/
Dlsp.c286 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/
Dfixit-cxx0x.cpp66 #define ord - '0' macro
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp341 static ConstantInt *createOrdering(IRBuilder<> *IRB, AtomicOrdering ord) { in createOrdering()
/external/icu4c/test/perf/collperf/
Dcollperf.cpp391 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/
DCGBuiltin.cpp1046 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
DCGExpr.cpp3231 int ord = cast<llvm::ConstantInt>(Order)->getZExtValue(); in EmitAtomicExpr() local
/external/opencv/ml/include/
Dml.h666 ord; member