Home
last modified time | relevance | path

Searched refs:tmn (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/cad/feappv/feappv-4.1i/program/
H A Dpcdisp.f37 real*8 gmn, tmn, gap0
58 tmn = dotx(td(1),x(1,n),ndm)
60 if(tmn.lt.gmn) then
61 gmn = tmn
68 gmn = tmn
80 tmn = 0.0d0
82 tmn = max(xmx(i) - xmn(i),tmn)
86 gmn = gmn + tmn*1.d-10
96 tmn = dotx(td(1),x(1,nbc),ndm)
97 if(tmn.le.gmn) then
H A Dpcboun.f39 real*8 gmn, tmn, gap0
60 tmn = dotx(td(1),x(1,n),ndm)
62 if(tmn.lt.gmn) then
63 gmn = tmn
70 gmn = tmn
82 tmn = 0.0d0
84 tmn = max(xmx(i) - xmn(i),tmn)
88 gmn = gmn + tmn*1.d-10
98 tmn = dotx(td(1),x(1,nbc),ndm)
99 if(tmn.le.gmn) then
H A Dpaboun.f31 real*8 xmn, tmn local
52 tmn = dotx(td(1),x(1,n),ndm)
54 if(tmn.lt.xmn) then
55 xmn = tmn
59 xmn = tmn
H A Dpcprop.f33 real*8 xmn, tmn local
54 tmn = dotx(td(1),x(1,n),ndm)
56 if(tmn.lt.xmn) then
57 xmn = tmn
61 xmn = tmn
H A Dpfboun.f34 real*8 xmn, tmn local
55 tmn = dotx(td(1),x(1,n),ndm)
57 if(tmn.lt.xmn) then
58 xmn = tmn
62 xmn = tmn
/dports/audio/libbs2b/libbs2b-3.1.0/
H A DChangeLog1 2009-05-26 Boris Mikhaylov <http://www.tmn.ru/~bor>
14 2009-03-31 Boris Mikhaylov <http://www.tmn.ru/~bor>
20 2009-03-24 Boris Mikhaylov <http://www.tmn.ru/~bor>
23 2009-03-23 Boris Mikhaylov <http://www.tmn.ru/~bor>
27 2009-03-17 Boris Mikhaylov <http://www.tmn.ru/~bor>
30 2009-03-11 Boris Mikhaylov <http://www.tmn.ru/~bor>
33 2009-03-06 Boris Mikhaylov <http://www.tmn.ru/~bor>
42 2009-02-17 Boris Mikhaylov <http://www.tmn.ru/~bor>
45 2009-02-02 Boris Mikhaylov <http://www.tmn.ru/~bor>
53 2006-11-14 Boris Mikhaylov <http://www.tmn.ru/~bor>
[all …]
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqhbci/msglayer/
H A Dhbci-updates.c71 int tmn; in AH_HBCI_UpdateUser_5_0_3_1() local
74 tmn=GWEN_DB_GetIntValue(db, "selectedTanMethod", 0, 0); in AH_HBCI_UpdateUser_5_0_3_1()
75 if (tmn>0 && tmn < 1000) { in AH_HBCI_UpdateUser_5_0_3_1()
108 if (fn==tmn) { in AH_HBCI_UpdateUser_5_0_3_1()
112 DBG_WARN(AQHBCI_LOGDOMAIN, "Updating selectedTanMethod from %d to %d", tmn, newFn); in AH_HBCI_UpdateUser_5_0_3_1()
/dports/sysutils/consolekit2/ConsoleKit2-520b862/src/
H A Dck-sysdeps-linux.c144 tty_map_node *tmn; in load_drivers() local
155 tmn->next = tty_map; in load_drivers()
156 tty_map = tmn; in load_drivers()
174 switch (sscanf (p, "%u-%u", &tmn->minor_first, &tmn->minor_last)) { in load_drivers()
178 free (tmn); in load_drivers()
181 tmn->minor_last = tmn->minor_first; in load_drivers()
203 tty_map_node *tmn; in driver_name() local
213 tmn = tty_map; in driver_name()
215 if (! tmn) { in driver_name()
218 if (tmn->major_number == maj && tmn->minor_first <= min && tmn->minor_last >= min) { in driver_name()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Dpsycho_4.c176 FLOAT *tmn; in psycho_4_init() local
182 mem->tmn = (FLOAT *) TWOLAME_MALLOC(sizeof(DCB)); in psycho_4_init()
202 tmn = mem->tmn; in psycho_4_init()
275 tmn[j] = MAX(15.5 + cbval[j], 24.5); in psycho_4_init()
289 wlow, whigh, cbval[i], minval[(int) cbval[i]], tmn[i]); in psycho_4_init()
317 FLOAT *tmn; in psycho_4() local
353 tmn = mem->tmn; in psycho_4()
495 SNRtemp = tmn[j] * tb[j] + NMT * (1.0 - tb[j]); in psycho_4()
555 TWOLAME_FREE((*mem)->tmn); in psycho_4_deinit()
H A Dpsycho_2.c89 FLOAT *tmn; in psycho_2_init() local
103 mem->tmn = (FLOAT *) TWOLAME_MALLOC(sizeof(DCB)); in psycho_2_init()
127 tmn = mem->tmn; in psycho_2_init()
232 tmn[j] = (temp1 > 24.5) ? temp1 : 24.5; in psycho_2_init()
249 whigh, cbval[i], bmax[(int) (cbval[i] + 0.5)], tmn[i]); in psycho_2_init()
275 FLOAT *tmn; in psycho_2() local
311 tmn = mem->tmn; in psycho_2()
447 bc[j] = tmn[j] * tb + nmt * (1.0 - tb); in psycho_2()
525 TWOLAME_FREE((*mem)->tmn); in psycho_2_deinit()
/dports/audio/twolame/twolame-0.4.0/libtwolame/
H A Dpsycho_4.c174 FLOAT *tmn; in twolame_psycho_4_init() local
180 mem->tmn = (FLOAT *) TWOLAME_MALLOC(sizeof(DCB)); in twolame_psycho_4_init()
200 tmn = mem->tmn; in twolame_psycho_4_init()
273 tmn[j] = MAX(15.5 + cbval[j], 24.5); in twolame_psycho_4_init()
287 wlow, whigh, cbval[i], minval[(int) cbval[i]], tmn[i]); in twolame_psycho_4_init()
315 FLOAT *tmn; in twolame_psycho_4() local
350 tmn = mem->tmn; in twolame_psycho_4()
491 SNRtemp = tmn[j] * tb[j] + NMT * (1.0 - tb[j]); in twolame_psycho_4()
551 TWOLAME_FREE((*mem)->tmn); in twolame_psycho_4_deinit()
H A Dpsycho_2.c86 FLOAT *tmn; in twolame_psycho_2_init() local
100 mem->tmn = (FLOAT *) TWOLAME_MALLOC(sizeof(DCB)); in twolame_psycho_2_init()
123 tmn = mem->tmn; in twolame_psycho_2_init()
228 tmn[j] = (temp1 > 24.5) ? temp1 : 24.5; in twolame_psycho_2_init()
245 whigh, cbval[i], bmax[(int) (cbval[i] + 0.5)], tmn[i]); in twolame_psycho_2_init()
271 FLOAT *tmn; in twolame_psycho_2() local
305 tmn = mem->tmn; in twolame_psycho_2()
441 bc[j] = tmn[j] * tb + nmt * (1.0 - tb); in twolame_psycho_2()
519 TWOLAME_FREE((*mem)->tmn); in twolame_psycho_2_deinit()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Duptime.c59 struct tm *tmn; in print_uptime() local
132 tmn = localtime (&time_now); in print_uptime()
135 if (tmn) in print_uptime()
137 fprintftime (stdout, _(" %H:%M:%S "), tmn, 0, 0); in print_uptime()
/dports/misc/gnuls/coreutils-8.30/src/
H A Duptime.c65 struct tm *tmn; in print_uptime() local
137 tmn = localtime (&time_now); in print_uptime()
140 if (tmn) in print_uptime()
142 fprintftime (stdout, _(" %H:%M:%S "), tmn, 0, 0); in print_uptime()
/dports/devel/brz/breezy-3.2.0/breezy/plugins/bash_completion/tests/
H A D__init__.py23 ["%s.%s" % (__name__, tmn) for tmn in testmod_names]))
/dports/devel/brz/breezy-3.2.0/breezy/plugins/changelog_merge/tests/
H A D__init__.py23 ["%s.%s" % (__name__, tmn) for tmn in testmod_names]))
/dports/devel/brz/breezy-3.2.0/breezy/plugins/commitfromnews/tests/
H A D__init__.py26 ["%s.%s" % (__name__, tmn) for tmn in testmod_names]))
/dports/devel/brz/breezy-3.2.0/breezy/plugins/zsh_completion/tests/
H A D__init__.py23 ["%s.%s" % (__name__, tmn) for tmn in testmod_names]))
/dports/devel/brz/breezy-3.2.0/breezy/plugins/netrc_credential_store/tests/
H A D__init__.py23 ["%s.%s" % (__name__, tmn) for tmn in testmod_names]))
/dports/devel/brz/breezy-3.2.0/breezy/plugins/rewrite/tests/
H A D__init__.py28 ["%s.%s" % (__name__, tmn) for tmn in testmod_names]))
/dports/devel/brz/breezy-3.2.0/breezy/plugins/po_merge/tests/
H A D__init__.py23 ["%s.%s" % (__name__, tmn) for tmn in testmod_names]))
/dports/devel/brz/breezy-3.2.0/breezy/plugins/upload/tests/
H A D__init__.py28 ["%s.%s" % (__name__, tmn) for tmn in testmod_names]))
/dports/devel/brz/breezy-3.2.0/breezy/plugins/bash_completion/
H A D__init__.py38 ["%s.%s" % (__name__, tmn) for tmn in testmod_names]))
/dports/devel/brz/breezy-3.2.0/breezy/plugins/zsh_completion/
H A D__init__.py35 ["%s.%s" % (__name__, tmn) for tmn in testmod_names]))
/dports/devel/brz/breezy-3.2.0/breezy/plugins/changelog_merge/
H A D__init__.py79 ["%s.%s" % (__name__, tmn) for tmn in testmod_names]))

12345678910>>...13