Home
last modified time | relevance | path

Searched refs:flttype (Results 1 – 17 of 17) sorted by relevance

/dports/games/crrcsim/crrcsim-0.9.13/src/mod_windfield/thermal03/
H A Dthermikschale.h64 flttype iu_y;
69 flttype il_y;
74 flttype ol_x;
79 flttype ol_y;
84 flttype ou_x;
100 …void getDir(flttype x, flttype y, flttype& dx, flttype& dy, flttype& dxs, flttype& dys, flttype& t…
110 flttype get_A_Ref(flttype t);
117 flttype A1;
118 flttype A2;
119 flttype A3;
[all …]
H A Dthermikschale.cpp42 inline flttype sqr(flttype val) { return(val*val); }; in sqr()
56 void ThermikSchale::getDir(flttype x, flttype y, in getDir()
57 flttype& dx, flttype& dy, in getDir()
58 flttype& dxs, flttype& dys, in getDir()
61 flttype l, len; in getDir()
356 flttype x, y; in zeigSchaleUnten()
374 flttype x, y; in zeigSchaleOben()
407 flttype x, y; in zeigVectSchaleUnten()
409 flttype step; in zeigVectSchaleUnten()
438 flttype x, y; in zeigVectSchaleOben()
[all …]
H A Dtschalen.h49 void vectorAt(flttype x, flttype y,
50 flttype& dx, flttype& dy,
66 void trans(flttype& x, flttype& y);
67 void trans_re(flttype& x, flttype& y);
68 void zeigPunkt(flttype x, flttype y, std::ostream& out = std::cout);
75 flttype r_max;
80 flttype r_ref;
87 flttype vRefExp;
92 flttype x0;
93 flttype flTransSin;
[all …]
H A Dsolve.h37 flttype n0;
38 flttype n1;
39 flttype n2;
40 flttype n3;
41 flttype n4;
43 flttype res;
46 flttype xi[5];
47 flttype yi[5];
53 flttype ell_p1;
58 flttype ell_x;
[all …]
H A Dsolve.cpp34 const flttype valmin = 0.7;
38 int sign(flttype arg) in sign()
47 inline flttype sqr(flttype val) { return(val*val); }; in sqr()
48 inline flttype pow3(flttype val) { return(val*val*val); }; in pow3()
49 inline flttype pow4(flttype val) { return(val*val*val*val); }; in pow4()
53 flttype a1 = *((flttype*)m1); in compmi()
54 flttype a2 = *((flttype*)m2); in compmi()
78 flttype r, s, t, p, q; in solve()
87 flttype R, D, phi, y1; in solve()
140 flttype xneu = 0; in solve()
[all …]
H A Dtschalen.cpp35 void ThermikSchalen::trans(flttype& x, flttype& y) /*{{{*/ in trans()
45 void ThermikSchalen::trans_re(flttype& x, flttype& y) /*{{{*/ in trans_re()
48 flttype tmp = x - x0; in trans_re()
55 void ThermikSchalen::zeigPunkt(flttype x, flttype y, std::ostream& out) /*{{{*/ in zeigPunkt()
148 flttype angle; in init()
167 flttype x, y; in init()
294 void ThermikSchalen::vectorAt(flttype x, flttype y, in vectorAt()
295 flttype& dx, flttype& dy, in vectorAt()
298 flttype dxs, dys, t; in vectorAt()
326 flttype x1, y1; in vectorAt()
[all …]
H A Dthconf.h25 typedef float flttype; typedef
/dports/print/auctex/auctex-12.2/style/
H A Dbicaption.el146 (let* ((flttype (completing-read (TeX-argument-prompt optional nil "Float type")
148 (biflt (if (and (not (or (string= flttype "bi")
149 (string= flttype "bi-first")
150 (string= flttype "bi-second")))
151 flttype (not (string= flttype "")))
155 (TeX-argument-insert flttype optional)
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dcyd.h55 Uint8 flttype; member
H A Dmusic.h61 Uint8 flttype; member
H A Dmusic.c721 cydchn->flttype = (inst & 0xf) % FLT_TYPES; in do_command()
738 cydchn->flttype = FLT_LP; in do_command()
744 cydchn->flttype = FLT_HP; in do_command()
1195 cydchn->flttype = ins->flttype; in mus_trigger_instrument_internal()
1882 VER_READ(version, 1, 0xff, &inst->flttype, 0); in mus_load_instrument_RW()
H A Dcyd.c634 switch (chn->flttype) in cyd_output()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Ddiskop.c312 SDL_RWwrite(f, &inst->flttype, sizeof(inst->flttype), 1); in save_instrument_inner()
H A Dview.c1212 static const char *flttype[] = { "LP", "HP", "BP" }; in instrument_view() local
1217 inst_text(event, &r, P_FLTTYPE, "TYPE", "%s", (char*)flttype[inst->flttype], 2); in instrument_view()
H A Devent.c412 clamp(i->flttype, a, 0, FLT_TYPES - 1); in instrument_add_param()
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_windfield/
H A Dwindfield.cpp1380 flttype dx, dy; in sumVelocity()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dpastix.c236 spm->flttype = globDoublePrecision ? SpmDouble : SpmFloat; in pastix_init()