Home
last modified time | relevance | path

Searched refs:dfl2 (Results 1 – 12 of 12) sorted by relevance

/dports/audio/praat/praat-6.2.03/dwtools/
H A DSPINET_to_Pitch.cpp39 const double dfl2 = (fmaxl2 - fminl2) / (points - 1); in SPINET_to_Pitch() local
84 const double f = fminl2 + (k - 1) * dfl2; in SPINET_to_Pitch()
109 const double x = dfl2 * (y1 - y3) / (2 * denum); in SPINET_to_Pitch()
110 const double f = pow (2.0, fminl2 + (k - 1) * dfl2 + x); in SPINET_to_Pitch()
H A DSound_to_Pitch2.cpp111 const double dfl2 = (fmaxl2 - fminl2) / (numberOfFrequencyPoints - 1); in Sound_to_Pitch_shs() local
191 const double f = fminl2 + (j - 1) * dfl2; in Sound_to_Pitch_shs()
232 const double x = dfl2 * (y1 - y3) / (2.0 * denum); in Sound_to_Pitch_shs()
233 const double f = pow (2.0, fminl2 + (k - 1) * dfl2 + x); in Sound_to_Pitch_shs()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dmafillsmduds.f30 & neb,distmin,ndesi,nodedesi,df2,jqs2,irows2,dfl2, argument
66 & pmastsurf(6,*),distmin,dfl2(20,20,60), local
199 & dfl2,icoordinate,dxstiff,ne,xdesi,istartelem,
235 & *dfl2(idesloc1,idesloc2,jj)
248 & dfl2(idesloc1,idesloc2,jj))
H A De_c3d_duds.f31 & ndesi,nodedesi,dfl2,icoordinate,dxstiff,ne,xdesi,
94 & dudsl(0:mi(2),26),v(0:mi(2),*),dfl2(20,20,60),duds(ndesi,*)
440 dfl2(idesloc1,idesloc2,j)=0.d0
1989 dfl2(idesloc1,idesloc2,i)=
1990 & dfl2(idesloc1,idesloc2,i)
1993 dfl2(idesloc1,idesloc2,i)=
1994 & dfl2(idesloc1,idesloc2,i)
/dports/games/dungeon/dungeon-3.2_1/
H A DNP3.C61 syntax_1.dfl2)) { in synmch_()
129 syntax_1.dfl2)) { in synmch_()
229 syntax_1.dfl2 = -1;
250 syntax_1.dfl2 = syntax_1.dfw2;
H A DPARSE.H24 integer vflag, dobj, dfl1, dfl2, dfw1, dfw2, iobj, ifl1, ifl2, ifw1, ifw2; member
/dports/emulators/simh/simh-3.9.0_5/NOVA/
H A Declipse_cpu.c2993 get_lf(&dfl2, &FPAC[j]); in sim_instr()
3051 get_lf(&dfl2, &FPAC[j]); in sim_instr()
3215 get_lf(&dfl2, &FPAC[j]); in sim_instr()
3274 get_lf(&dfl2, &FPAC[j]); in sim_instr()
3437 get_lf(&dfl2, &FPAC[j]); in sim_instr()
3495 get_lf(&dfl2, &FPAC[j]); in sim_instr()
3663 get_lf(&dfl2, &FPAC[j]); in sim_instr()
3664 k = div_lf(&dfl2, &dfl); /* Divide */ in sim_instr()
3724 get_lf(&dfl2, &FPAC[j]); in sim_instr()
3725 k = div_lf(&dfl2, &dfl); /* Divide */ in sim_instr()
[all …]
/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Dparser.c1952 prssta_1.dfl1, prssta_1.dfl2); in synmch_()
1957 prssta_1.dfl1, &prssta_1.dfl2)) { in synmch_()
2086 prssta_1.dfl1, &prssta_1.dfl2)) { in synmch_()
2251 prssta_1.dfl2 = 0; in unpack_()
2274 prssta_1.dfl2 = -1; in unpack_()
2297 prssta_1.dfl2 = prssta_1.dfw2; in unpack_()
H A Dcommons.h20 dfl1, dfl2, dfw1, dfw2, iobj, ifl1, ifl2, ifw1, ifw2, bunlnt, member
H A Dgdt.c755 prssta_1.dfl2, prssta_1.dfw1, in gdt_()
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/tests/
H A Dtest_c.cpp54104 double dfl2; in testminnlcunit_testother() local
54203 minnlcequalitypenaltyfunction(v-2*h, &fl2, &dfl2, &d2fl2, _state); in testminnlcunit_testother()
54210 nd2f = (-dfr2+8*dfr-8*dfl+dfl2)/(12*h); in testminnlcunit_testother()
54235 minnlcinequalityshiftfunction(v-2*h, &fl2, &dfl2, &d2fl2, _state); in testminnlcunit_testother()
54242 nd2f = (-dfr2+8*dfr-8*dfl+dfl2)/(12*h); in testminnlcunit_testother()
/dports/math/alglib/alglib-cpp/tests/
H A Dtest_c.cpp71860 double dfl2; in testminnlcunit_testother() local
71976 minnlcequalitypenaltyfunction(v-2*h, &fl2, &dfl2, &d2fl2, _state); in testminnlcunit_testother()
71983 nd2f = (-dfr2+8*dfr-8*dfl+dfl2)/(12*h); in testminnlcunit_testother()
72008 minnlcinequalityshiftfunction(v-2*h, &fl2, &dfl2, &d2fl2, _state); in testminnlcunit_testother()
72015 nd2f = (-dfr2+8*dfr-8*dfl+dfl2)/(12*h); in testminnlcunit_testother()