Home
last modified time | relevance | path

Searched defs:Fn (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/nwfpe/
H A Dfpa11_cpdt.c19 static inline void loadSingle(const unsigned int Fn, const unsigned int __user *pMem) in loadSingle()
26 static inline void loadDouble(const unsigned int Fn, const unsigned int __user *pMem) in loadDouble()
42 static inline void loadExtended(const unsigned int Fn, const unsigned int __user *pMem) in loadExtended()
59 static inline void loadMultiple(const unsigned int Fn, const unsigned int __user *pMem) in loadMultiple()
91 static inline void storeSingle(struct roundingData *roundData, const unsigned int Fn, unsigned int … in storeSingle()
117 static inline void storeDouble(struct roundingData *roundData, const unsigned int Fn, unsigned int … in storeDouble()
150 static inline void storeExtended(const unsigned int Fn, unsigned int __user *pMem) in storeExtended()
182 static inline void storeMultiple(const unsigned int Fn, unsigned int __user *pMem) in storeMultiple()
H A Dfpa11_cprt.c103 unsigned int Fn = getFm(opcode); in PerformFIX() local
145 unsigned int Fn = getFn(opcode), Fm = getFm(opcode); in PerformComparison() local
H A Dsingle_cpdo.c93 unsigned int Fn = getFn(opcode); in SingleCPDO() local
H A Dextended_cpdo.c108 unsigned int Fn = getFn(opcode); in ExtendedCPDO() local
H A Ddouble_cpdo.c125 unsigned int Fn = getFn(opcode); in DoubleCPDO() local
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsinc.c81 static double * lpf(double Fn, double Fc, double tbw, int * num_taps, double att, double * beta, so… in lpf()
106 double Fn = effp->in_signal.rate * .5; in start() local
H A Drate.c217 unsigned instance, double Fp, double Fs, double Fn, double att, in dft_stage_init()
385 double x = .5, at, Fp, Fs, Fn, mult = upsample? 1 : arbL / arbM; in rate_init() local
H A Deffects_i_dsp.c390 double Fn, /* Nyquist freq; e.g. 0.5, 1, PI */ in lsx_design_lpf()