Home
last modified time | relevance | path

Searched refs:xxls (Results 1 – 13 of 13) sorted by relevance

/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidityplus/
H A Drecache.cpp250 double a, xxls, xxle, xn; in sample_resamp_info() local
266 xxls = ls / a + 0.5; in sample_resamp_info()
267 if (xxls >= SPLEN_T_MAX) { in sample_resamp_info()
272 xls = (splen_t) xxls; in sample_resamp_info()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Drecache.c291 double a, xxls, xxle, xn; in sample_resamp_info() local
307 xxls = ls / a + 0.5; in sample_resamp_info()
308 if (xxls >= SPLEN_T_MAX) { in sample_resamp_info()
313 xls = (splen_t) xxls; in sample_resamp_info()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/timidity/
H A Drecache.c292 double a, xxls, xxle, xn; in sample_resamp_info() local
308 xxls = ls / a + 0.5; in sample_resamp_info()
309 if (xxls >= SPLEN_T_MAX) { in sample_resamp_info()
314 xls = (splen_t) xxls; in sample_resamp_info()
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/timidity/
H A Drecache.c291 double a, xxls, xxle, xn; in sample_resamp_info() local
307 xxls = ls / a + 0.5; in sample_resamp_info()
308 if (xxls >= SPLEN_T_MAX) { in sample_resamp_info()
313 xls = (splen_t) xxls; in sample_resamp_info()
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/timidity/
H A Drecache.c291 double a, xxls, xxle, xn; in sample_resamp_info() local
307 xxls = ls / a + 0.5; in sample_resamp_info()
308 if (xxls >= SPLEN_T_MAX) { in sample_resamp_info()
313 xls = (splen_t) xxls; in sample_resamp_info()
/dports/audio/timidity++-motif/TiMidity++-2.15.0/timidity/
H A Drecache.c291 double a, xxls, xxle, xn; in sample_resamp_info() local
307 xxls = ls / a + 0.5; in sample_resamp_info()
308 if (xxls >= SPLEN_T_MAX) { in sample_resamp_info()
313 xls = (splen_t) xxls; in sample_resamp_info()
/dports/audio/timidity++/TiMidity++-2.15.0/timidity/
H A Drecache.c291 double a, xxls, xxle, xn; in sample_resamp_info() local
307 xxls = ls / a + 0.5; in sample_resamp_info()
308 if (xxls >= SPLEN_T_MAX) { in sample_resamp_info()
313 xls = (splen_t) xxls; in sample_resamp_info()
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/timidity/
H A Drecache.c291 double a, xxls, xxle, xn; in sample_resamp_info() local
307 xxls = ls / a + 0.5; in sample_resamp_info()
308 if (xxls >= SPLEN_T_MAX) { in sample_resamp_info()
313 xls = (splen_t) xxls; in sample_resamp_info()
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/timidity/
H A Drecache.c291 double a, xxls, xxle, xn;
307 xxls = ls / a + 0.5;
308 if (xxls >= SPLEN_T_MAX) {
313 xls = (splen_t) xxls;
/dports/audio/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Drecache.c291 double a, xxls, xxle, xn; in sample_resamp_info() local
307 xxls = ls / a + 0.5; in sample_resamp_info()
308 if (xxls >= SPLEN_T_MAX) { in sample_resamp_info()
313 xls = (splen_t) xxls; in sample_resamp_info()
/dports/math/libpgmath/flang-d07daf3/test/ncar_kernels/CAM5_mg2_pgi/src/
H A Dmicro_mg_utils.F90142 REAL(KIND=r8) :: xxls ! sublimation variable
182 READ(UNIT=kgen_unit) xxls
404 ab = calc_ab(t, qvi, xxls)
903 ab = calc_ab(t, qvi, xxls)
942 ab = calc_ab(t, qvi, xxls)
H A Dmicro_mg2_0.F90161 REAL(KIND=r8) :: xxls ! sublimation variable
201 READ(UNIT=kgen_unit) xxls
1291 +ice_sublim(i,k)+mnuccd(i,k))*xxls)*deltat/cpp
1300 ttmp = t(i,k)+((vap_dep(i,k)+mnuccd(i,k))*xxls)*deltat/cpp
1333 …+ice_sublim(i,k)+mnuccd(i,k)+mnudep(i,k)*lcldm(i,k))*xxls+ ((bergs(i,k)+psacws(i,k)+m…
1590 tlat(i,k) = tlat(i,k)+(faltndqie-faltndi)*xxls/nstep
1863 …dum = (qtmp-qvn)/(1._r8+(xxls*dum1+xxlv*(1._r8-dum1))**2 *qvn/(cpp*rv*ttmp**2))…
1872 tlat(i,k) = tlat(i,k)+dum*(1._r8-dum1)*xxlv+dum*dum1*xxls
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcfns.c2554 CHAR xxls, xxdl, xxrc, xxss, xxcq; /* Pieces of prefixed sequence */ local
2815 xxls = xxdl = xxrc = xxss = xxcq = NUL; /* Clear these. */
2890 xxls = 'N'; /* Need locking shift-out */
2912 xxls = 'O'; /* Set shift-in code */
2958 if (xxls) { *dp++ = myctlq; *dp++ = xxls; } /* Locking shift */