Home
last modified time | relevance | path

Searched refs:Ftype (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/dports/science/nest/nest-simulator-3.1/thirdparty/Random123/
H A Duniform.hpp174 template <typename Ftype, typename Itype>
177 R123_CONSTEXPR Ftype factor = Ftype(1.)/(Ftype(maxTvalue<Utype>()) + Ftype(1.)); in u01()
178 R123_CONSTEXPR Ftype halffactor = Ftype(0.5)*factor; in u01()
205 template <typename Ftype, typename Itype>
208 R123_CONSTEXPR Ftype factor = Ftype(1.)/(Ftype(maxTvalue<Stype>()) + Ftype(1.)); in uneg11()
209 R123_CONSTEXPR Ftype halffactor = Ftype(0.5)*factor; in uneg11()
244 … R123_CONSTEXPR Ftype factor = Ftype(1.)/(Ftype(1.) + Ftype((maxTvalue<Utype>()>>ex_nowarn))); in u01fixedpt()
247 return u01<Ftype>(in); in u01fixedpt()
265 *p++ = u01<Ftype>(e); in u01all()
283 *p++ = uneg11<Ftype>(e); in uneg11all()
[all …]
/dports/math/clrng/clRNG-1.0.0-beta/src/tests/
H A Duniform.hpp144 template <typename Ftype, typename Itype>
145 R123_CUDA_DEVICE R123_STATIC_INLINE Ftype u01(Itype in){ in u01()
147 R123_CONSTEXPR Ftype factor = Ftype(1.) / (maxTvalue<Utype>() + Ftype(1.)); in u01()
148 R123_CONSTEXPR Ftype halffactor = Ftype(0.5)*factor; in u01()
170 template <typename Ftype, typename Itype>
171 R123_CUDA_DEVICE R123_STATIC_INLINE Ftype uneg11(Itype in){ in uneg11()
173 R123_CONSTEXPR Ftype factor = Ftype(1.) / (maxTvalue<Stype>() + Ftype(1.)); in uneg11()
174 R123_CONSTEXPR Ftype halffactor = Ftype(0.5)*factor; in uneg11()
195 template <typename Ftype, typename Itype>
201 R123_CONSTEXPR Ftype factor = Ftype(1.) / (Ftype(1.) + ((maxTvalue<Utype>() >> ex_nowarn))); in u01fixedpt()
[all …]
/dports/audio/afsp/AFsp-v8r2/libAO/
H A DAOsetFtype.c74 int Ftype, n; in AOsetFtype() local
78 Ftype = FO->Ftype; in AOsetFtype()
79 if (Ftype != FTW_UNDEF) in AOsetFtype()
80 return Ftype; in AOsetFtype()
89 Ftype = Ftype_values[n]; in AOsetFtype()
91 Ftype = FTW_NH_NATIVE; in AOsetFtype()
93 Ftype = AO_FTYPEO_DEFAULT; in AOsetFtype()
95 return Ftype; in AOsetFtype()
H A DAOsetDformat.c57 AO_Allow (int Ftype);
64 int i, Ftype, Dformat, Df; in AOsetDformat() local
81 Ftype = AOsetFtype (FO); in AOsetDformat()
82 Allow = AO_Allow (Ftype); in AOsetDformat()
111 UThalt (AOMF_DataFType, PGM, AF_DTN[Dformat], AF_FTWN[Ftype]); in AOsetDformat()
118 AO_Allow (int Ftype) in AO_Allow() argument
145 switch (Ftype) { in AO_Allow()
H A DAOsetFormat.c36 int Ftype, Dformat; in AOsetFormat() local
38 Ftype = AOsetFtype (FO); in AOsetFormat()
41 return (Dformat + 256 * Ftype); in AOsetFormat()
/dports/audio/afsp/AFsp-v8r2/libtsp/AF/header/
H A DAFfindType.c70 int Ftype; /* File type */ member
233 int Nh, Ftype; in AFfindType() local
238 if (Ftype == FT_AUTO) { in AFfindType()
257 if (Ftype == FT_UNKNOWN) { in AFfindType()
261 Ftype = FT_NH; in AFfindType()
271 Ftype = FT_UNSUP; in AFfindType()
275 return Ftype; in AFfindType()
286 int i, Ftype; in AF_checkMagic() local
288 Ftype = FT_UNKNOWN; in AF_checkMagic()
293 Ftype = MagicS[i].Ftype; in AF_checkMagic()
[all …]
H A DAFsetWrite.c52 AFsetWrite (FILE *fp, int Ftype, const struct AF_write *AFw) in AFsetWrite() argument
59 assert (Ftype == FT_WAVE || Ftype == FT_AU || in AFsetWrite()
60 Ftype == FT_AIFF || Ftype == FT_AIFF_C || in AFsetWrite()
61 Ftype == FT_NH); in AFsetWrite()
86 AFp->Ftype = Ftype; in AFsetWrite()
H A DAFpreSetWPar.c65 AF_checkDT (int Ftype, int Format);
67 AF_checkIEEE (int Ftype, int Format);
82 AFpreSetWPar (int Ftype, int Dformat, long int Nchan, double Sfreq, in AFpreSetWPar() argument
91 AFw->Ftype = Ftype; in AFpreSetWPar()
110 if (AF_checkDT (AFw->Ftype, AFw->DFormat.Format)) in AFpreSetWPar()
112 if (AF_checkIEEE (AFw->Ftype, AFw->DFormat.Format)) in AFpreSetWPar()
131 AF_checkDT (int Ftype, int Format) in AF_checkDT() argument
155 switch (Ftype) { in AF_checkDT()
191 UTwarn ("AFopnWrite - %s: %d", AFM_BadFTypeC, Ftype); in AF_checkDT()
201 AF_checkIEEE (int Ftype, int Format) in AF_checkIEEE() argument
[all …]
H A DAFrdAIhead.c70 AF_rdFORM_AIFF (FILE *fp, struct AI_CkFORM *CkFORM, int *Ftype);
72 AF_rdCOMM (FILE *fp, int Ftype, struct AI_CkCOMM *CkCOMM);
91 int Ftype, AtData; in AFrdAIhead() local
128 if (AF_rdFORM_AIFF (fp, &CkFORM, &Ftype)) in AFrdAIhead()
143 offs += AF_rdCOMM (fp, Ftype, &CkCOMM); in AFrdAIhead()
148 else if (Ftype == FT_AIFF_C && SAME_CSTR (CkHead.ckID, CKID_FVER)) { in AFrdAIhead()
238 AF_rdFORM_AIFF (FILE *fp, struct AI_CkFORM *CkFORM, int *Ftype) in AF_rdFORM_AIFF() argument
262 *Ftype = FT_AIFF_C; in AF_rdFORM_AIFF()
264 *Ftype = FT_AIFF; in AF_rdFORM_AIFF()
277 AF_rdCOMM (FILE *fp, int Ftype, struct AI_CkCOMM *CkCOMM) in AF_rdCOMM() argument
[all …]
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/DSP/
H A DFilter.cpp43 unsigned char Ftype = pars->Ptype; in generate() local
52 filter = memory.alloc<SVFilter>(Ftype, 1000.0f, pars->getq(), Fstages, srate, bufsize); in generate()
58 filter = memory.alloc<MoogFilter>(Ftype, 1000.0f, pars->getq(), srate, bufsize); in generate()
62 … filter = memory.alloc<CombFilter>(&memory, Ftype, 1000.0f, pars->getq(), srate, bufsize); in generate()
66 … filter = memory.alloc<AnalogFilter>(Ftype, 1000.0f, pars->getq(), Fstages, srate, bufsize); in generate()
67 if((Ftype >= 6) && (Ftype <= 8)) in generate()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/DSP/
H A DFilter.cpp38 unsigned char Ftype = pars->Ptype; in Filter() local
50 filter = new SVFilter(Ftype, 1000.0f, pars->getq(), Fstages, synth); in Filter()
54 filter = new AnalogFilter(Ftype, 1000.0f, pars->getq(), Fstages, synth); in Filter()
82 unsigned char Ftype = pars->Ptype; in updateCurrentParameters()
83 if (Ftype >= 6 && Ftype <= 8) in updateCurrentParameters()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/lambda/
H A DNestedCapture04.java32 public static interface Ftype { interface in NestedCapture04
39 public static Ftype x0;
44 Ftype x0_ = in doit()
47 Ftype x1 = (int y1) -> { in doit()
60 Ftype x5 = (int y5) -> { in doit()
73 Ftype x9 = (int y9) -> { in doit()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/
H A DNestedCapture04.java32 public static interface Ftype { interface in NestedCapture04
39 public static Ftype x0;
44 Ftype x0_ = in doit()
47 Ftype x1 = (int y1) -> { in doit()
60 Ftype x5 = (int y5) -> { in doit()
73 Ftype x9 = (int y9) -> { in doit()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/lambda/
H A DNestedCapture04.java32 public static interface Ftype { interface in NestedCapture04
39 public static Ftype x0;
44 Ftype x0_ = in doit()
47 Ftype x1 = (int y1) -> { in doit()
60 Ftype x5 = (int y5) -> { in doit()
73 Ftype x9 = (int y9) -> { in doit()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lambda/
H A DNestedCapture04.java32 public static interface Ftype { interface in NestedCapture04
39 public static Ftype x0;
44 Ftype x0_ = in doit()
47 Ftype x1 = (int y1) -> { in doit()
60 Ftype x5 = (int y5) -> { in doit()
73 Ftype x9 = (int y9) -> { in doit()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/
H A DNestedCapture04.java32 public static interface Ftype { interface in NestedCapture04
39 public static Ftype x0;
44 Ftype x0_ = in doit()
47 Ftype x1 = (int y1) -> { in doit()
60 Ftype x5 = (int y5) -> { in doit()
73 Ftype x9 = (int y9) -> { in doit()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/lambda/
H A DNestedCapture04.java32 public static interface Ftype { interface in NestedCapture04
39 public static Ftype x0;
44 Ftype x0_ = in doit()
47 Ftype x1 = (int y1) -> { in doit()
60 Ftype x5 = (int y5) -> { in doit()
73 Ftype x9 = (int y9) -> { in doit()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/lambda/
H A DNestedCapture04.java32 public static interface Ftype { interface in NestedCapture04
39 public static Ftype x0;
44 Ftype x0_ = in doit()
47 Ftype x1 = (int y1) -> { in doit()
60 Ftype x5 = (int y5) -> { in doit()
73 Ftype x9 = (int y9) -> { in doit()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/lambda/
H A DNestedCapture04.java32 public static interface Ftype { interface in NestedCapture04
39 public static Ftype x0;
44 Ftype x0_ = in doit()
47 Ftype x1 = (int y1) -> { in doit()
60 Ftype x5 = (int y5) -> { in doit()
73 Ftype x9 = (int y9) -> { in doit()
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/DSP/
H A DFilter.cpp48 unsigned char Ftype = pars->Ptype; in generate() local
57 filter = new SVFilter(Ftype, 1000.0f, pars->getq(), Fstages, srate, bufsize); in generate()
63 filter = new AnalogFilter(Ftype, 1000.0f, pars->getq(), Fstages, srate, bufsize); in generate()
64 if((Ftype >= 6) && (Ftype <= 8)) in generate()
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DFilter.C30 unsigned char Ftype = pars->Ptype; in Filter() local
42 … filter = new SVFilter(Ftype, 1000.0f, pars->getq (), Fstages, pars->fSAMPLE_RATE, interpbuf); in Filter()
48 … filter = new AnalogFilter (Ftype, 1000.0f, pars->getq (), Fstages, pars->fSAMPLE_RATE, interpbuf); in Filter()
49 if ((Ftype >= 6) && (Ftype <= 8)) in Filter()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A DreadPLY.h30 typename Ftype,
36 std::vector<std::vector<Ftype> > & F,
41 typename Ftype,
51 std::vector<std::vector<Ftype> > & F,
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A DreadPLY.h30 typename Ftype,
36 std::vector<std::vector<Ftype> > & F,
41 typename Ftype,
51 std::vector<std::vector<Ftype> > & F,
/dports/audio/afsp/AFsp-v8r2/libtsp/AF/
H A DAFopenWrite.c75 int Ftype, Dformat; in AFopenWrite() local
77 Ftype = FTW_ftype (Fformat); in AFopenWrite()
79 AFp = AFopnWrite (Fname, Ftype, Dformat, Nchan, Sfreq, fpinfo); in AFopenWrite()
/dports/audio/afsp/AFsp-v8r2/include/
H A DAO.h40 int Ftype; member
46 int Ftype; member
63 (fi)->Ftype = (AFoptions ())->FtypeI; \
72 (fo)->Ftype = FTW_UNDEF; \

12345678910>>...14