Home
last modified time | relevance | path

Searched refs:wtp (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/audio/bristol/bristol-0.60.10/bristol/
H A Ddxop.c329 wtp = local->wtp; in operate()
332 wtp = local->wtp; in operate()
529 * (wtp - ((float) ((int) wtp))) in operate()
592 * (wtp - ((float) ((int) wtp))) in operate()
598 * (wtp - ((float) ((int) wtp))) in operate()
642 * (wtp - ((float) ((int) wtp))) in operate()
648 * (wtp - ((float) ((int) wtp))) in operate()
708 * (wtp - ((float) ((int) wtp))) in operate()
936 * (wtp - ((float) ((int) wtp))) in operate()
952 * (wtp - ((float) ((int) wtp))) in operate()
[all …]
H A Dbit1osc.c306 gdelta = wtp - ((float) ((int) wtp)); in genPWM()
392 wtp = local->wtp; in operate()
401 local->wtp = wtp = local->wtppw1 = local->wtppw2 = in operate()
446 ob[obp] += (wt1[0] * (wtp - ((float) ((int) wtp))) in operate()
447 + wt1[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))); in operate()
449 + wt2[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))); in operate()
451 ob[obp] += (wt1[(int) wtp + 1] * (wtp - ((float) ((int) wtp))) in operate()
452 + wt1[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))); in operate()
453 sob[obp] = (wt2[(int) wtp + 1] * (wtp - ((float) ((int) wtp))) in operate()
454 + wt2[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))); in operate()
[all …]
H A Dcs80osc.c239 return(wtp); in genPWM()
248 gdelta = wtp - ((float) ((int) wtp)); in genPWM()
268 ob[obp] += (ramp[(int) wtp] + (ramp[0] - ramp[(int) wtp]) in genPWM()
272 (ramp[(int) wtp] + ((ramp[(int) wtp + 1] - ramp[(int) wtp]) in genPWM()
293 return(wtp); in genPWM()
309 return(wtp); in genWave()
319 ob[obp] += (wt1[0] * (wtp - ((float) ((int) wtp))) in genWave()
320 + wt1[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp)))))*gain; in genWave()
322 ob[obp] += (wt1[(int) wtp + 1] * (wtp - ((float) ((int) wtp))) in genWave()
323 + wt1[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp)))))*gain; in genWave()
[all …]
H A Dhammond.c288 wtp = local->wtp; in operate()
344 ob[obp] += (wt[0] * (wtp - ((float) ((int) wtp))) in operate()
345 + wt[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))) in operate()
347 pb[obp] += (pt[0] * (wtp - ((float) ((int) wtp))) in operate()
348 + pt[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))) in operate()
351 ob[obp] += (wt[(int) wtp + 1] * (wtp - ((float) ((int) wtp))) in operate()
352 + wt[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))) in operate()
354 pb[obp] += (pt[(int) wtp + 1] * (wtp - ((float) ((int) wtp))) in operate()
355 + pt[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))) in operate()
364 if (wtp < 0) wtp += HAMMOND_WAVE_SZE; in operate()
[all …]
H A Darpdco.c398 wtp = local->wtp; in operate()
430 gdelta = wtp - ((float) ((int) wtp)); in operate()
433 ob[obp] += (wt[(int) wtp] + (wt[0] - wt[(int) wtp]) in operate()
442 ob[obp] += (wt[(int) wtp] + ((wt[(int) wtp + 1] - wt[(int) wtp]) in operate()
445 + ((sinwave[(int) wtp + 1] - sinwave[(int) wtp]) in operate()
448 + ((triwave[(int) wtp + 1] - triwave[(int) wtp]) in operate()
471 ob2[obp] += (ramp[(int) wtp] + (ramp[0] - ramp[(int) wtp]) in operate()
475 (ramp[(int) wtp] + ((ramp[(int) wtp + 1] - ramp[(int) wtp]) in operate()
494 wtp = sbuf[obp]; in operate()
516 while (wtp < 0) in operate()
[all …]
H A Ddco.c231 wtp = local->wtp; in operate()
234 wtp = local->wtp; in operate()
285 if (wtp >= DCO_WAVE_SZE_M) in operate()
286 ob[obp] += (wt[0] * (wtp - ((float) ((int) wtp))) in operate()
287 + wt[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))) * gain; in operate()
289 ob[obp] += (wt[(int) wtp + 1] * (wtp - ((float) ((int) wtp))) in operate()
290 + wt[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))) * gain; in operate()
299 wtp -= DCO_WAVE_SZE; in operate()
305 while (wtp < 0) in operate()
306 wtp += DCO_WAVE_SZE; in operate()
[all …]
H A Dvox.c235 wtp = local->wtp; in operate()
239 wtp = 0; in operate()
258 ob[obp] += (wt[0] * (wtp - ((float) ((int) wtp))) in operate()
259 + wt[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))) in operate()
261 pb[obp] += (pt[0] * (wtp - ((float) ((int) wtp))) in operate()
262 + pt[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))) in operate()
265 ob[obp] += (wt[(int) wtp + 1] * (wtp - ((float) ((int) wtp))) in operate()
266 + wt[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))) in operate()
268 pb[obp] += (pt[(int) wtp + 1] * (wtp - ((float) ((int) wtp))) in operate()
269 + pt[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))) in operate()
[all …]
H A Dprophetdco.c444 wtp = local->wtp; in operate()
508 gdelta = wtp - ((float) ((int) wtp)); in operate()
511 S1 = (wt[(int) wtp] + (wt[0] - wt[(int) wtp]) in operate()
514 S1 = (wt[(int) wtp] + ((wt[(int) wtp + 1] - wt[(int) wtp]) in operate()
527 S2 = (ramp[(int) wtp] + (ramp[0] - ramp[(int) wtp]) in operate()
530 S2 = (ramp[(int) wtp] + ((ramp[(int) wtp + 1] - ramp[(int) wtp]) in operate()
572 s1 = (wt[(int) wtp] + ((wt[(int) wtp + 1] - wt[(int) wtp]) in operate()
578 s2 = ramp[0] * (1.0 - wtp) + ramp[1] * wtp in operate()
583 ob[obp] += (S1 + S2) * (1.0 - wtp) + s1 * wtp + s2 * wtp * ssg; in operate()
609 while (wtp < 0) in operate()
[all …]
H A Daksdco.c349 wtp = local->wtp; in operate()
364 gdelta = wtp - ((float) ((int) wtp)); in operate()
367 ob1[obp] = wt1[(int) wtp] + (wt1[0] - wt1[(int) wtp]) * gdelta; in operate()
368 ob2[obp] = wt2[(int) wtp] + (wt2[0] - wt2[(int) wtp]) * gdelta; in operate()
370 ob1[obp] = wt1[(int) wtp] in operate()
371 + (wt1[(int) wtp + 1] - wt1[(int) wtp]) * gdelta; in operate()
373 + (wt2[(int) wtp + 1] - wt2[(int) wtp]) * gdelta; in operate()
383 wtp -= AKSDCO_WAVE_SZE; in operate()
389 while (wtp < 0) in operate()
390 wtp += AKSDCO_WAVE_SZE; in operate()
[all …]
H A Dtrilogyosc.c248 return(wtp); in genWave()
251 wtp -= TRILOGY_WAVE_SZE; in genWave()
252 while (wtp < 0) in genWave()
253 wtp += TRILOGY_WAVE_SZE; in genWave()
269 ob[obp] += (wt1[0] * (wtp - ((float) ((int) wtp))) in genWave()
270 + wt1[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))) in genWave()
273 ob[obp] += (wt1[(int) wtp + 1] * (wtp - ((float) ((int) wtp))) in genWave()
274 + wt1[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))) in genWave()
281 wtp -= (float) ((int) wtp); in genWave()
288 while (wtp < 0) in genWave()
[all …]
H A Dsdco.c220 register float *wt, wtp, gain, transp, sr; in runlayer() local
229 wtp = local->wtptr[layer]; in runlayer()
245 if (wtp >= rsd->layer[layer].count) in runlayer()
247 local->wtptr[layer] = wtp; in runlayer()
263 ob[obp] += (wt[(int) wtp + 1] * (wtp - ((float) ((int) wtp))) in runlayer()
264 + wt[(int) wtp] * (1.0 - (wtp - ((float) ((int) wtp))))) * gain; in runlayer()
270 if ((wtp += (sr + ib[obp]) * transp) >= rsd->layer[layer].count) in runlayer()
274 local->wtptr[layer] = wtp; in runlayer()
H A Dlfo.c234 wtp = local->wtp; in operate()
251 wtp = 0; in operate()
278 ob[obp] = wt[(int) wtp]; in operate()
279 sb[obp] = wt2[(int) wtp]; in operate()
280 sine[obp] = wt3[(int) wtp]; in operate()
281 ramp[obp] = wt4[(int) wtp]; in operate()
282 dramp[obp] = wt5[(int) wtp]; in operate()
291 wtp -= LFO_WAVE_SZE; in operate()
300 if (wtp < 0) in operate()
301 wtp += LFO_WAVE_SZE; in operate()
[all …]
H A Dexpdco.c287 wtp = local->wtp; in operate()
336 wdelta = (int) wtp; in operate()
346 if (wtp >= EXPDCO_WAVE_SZE_M) in operate()
362 if (wtp >= EXPDCO_WAVE_SZE_M) in operate()
386 if (wtp >= EXPDCO_WAVE_SZE_M) in operate()
405 if (wtp >= gain1) in operate()
425 wtp = sb[obp]; in operate()
434 wtp -= EXPDCO_WAVE_SZE; in operate()
439 if (wtp < 0) in operate()
440 wtp += EXPDCO_WAVE_SZE; in operate()
[all …]
H A Djunodco.c277 register float *ib, *ob, *mb, *wt, wtp, gain, transp, subgain, subw; in operate() local
294 wtp = local->wtp; in operate()
298 wtp = local->wtp; in operate()
319 wtp = 0; in operate()
332 ob[obp] += (wt[(int) wtp] + subw * subgain) * gain; in operate()
341 if (wtp > width - *mb++) in operate()
357 if ((wtp += ib[obp++] * transp) >= JUNODCO_WAVE_SZE) in operate()
359 wtp -= JUNODCO_WAVE_SZE; in operate()
373 if (wtp < 0) in operate()
374 wtp += JUNODCO_WAVE_SZE; in operate()
[all …]
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dwtp.h94 PROTOTYPEObjClassInit(wtp);
95 PROTOTYPEObjClassExit(wtp);
96 PROTOTYPEpropSetMethFP(wtp, pfChkStopWrkr, rsRetVal(*pVal)(void*, int));
97 PROTOTYPEpropSetMethFP(wtp, pfRateLimiter, rsRetVal(*pVal)(void*));
99 PROTOTYPEpropSetMethFP(wtp, pfDoWork, rsRetVal(*pVal)(void*, void*));
101 PROTOTYPEpropSetMeth(wtp, toWrkShutdown, long);
102 PROTOTYPEpropSetMeth(wtp, wtpState, wtpState_t);
103 PROTOTYPEpropSetMeth(wtp, iMaxWorkerThreads, int);
104 PROTOTYPEpropSetMeth(wtp, pUsr, void*);
105 PROTOTYPEpropSetMeth(wtp, iNumWorkerThreads, int);
[all …]
H A Dwtp.c76 ISOBJ_TYPE_assert(pThis, wtp); in DEFobjCurrIf()
115 ENDobjConstruct(wtp) in ENDobjConstruct() argument
130 ISOBJ_TYPE_assert(pThis, wtp); in ENDobjConstruct()
165 CODESTARTobjDestruct(wtp)
186 ENDobjDestruct(wtp) in ENDobjDestruct() argument
200 ISOBJ_TYPE_assert(pThis, wtp); in ENDobjDestruct()
227 ISOBJ_TYPE_assert(pThis, wtp); in wtpChkStopWrkr()
264 ISOBJ_TYPE_assert(pThis, wtp); in ATTR_NONNULL()
318 ISOBJ_TYPE_assert(pThis, wtp); in ATTR_NONNULL()
640 ENDObjClassExit(wtp)
[all …]
/dports/net/tcpstat/tcpstat-1.5/lib/
H A Dprint_packet.c37 void print_tcp_header(struct tcphdr *tcp, unsigned int len, int wtp);
38 void print_udp_header(struct udphdr *udp, unsigned int len, int wtp);
39 void print_icmp_header(struct icmp *icmp, unsigned int len, int wtp);
206 if (wtp & PP_SHOW_TCPHEADER) { in print_tcp_header()
230 if (wtp & PP_SHOW_PACKETCONTENT) { in print_tcp_header()
247 if (wtp & PP_SHOW_UDPHEADER) { in print_udp_header()
256 if (wtp & PP_SHOW_PACKETCONTENT) { in print_udp_header()
270 if (wtp & PP_SHOW_ICMPHEADER) { in print_icmp_header()
278 if (wtp & PP_SHOW_PACKETCONTENT) { in print_icmp_header()
293 if (wtp & PP_SHOW_ICMPHEADER) { in print_icmp6_header()
[all …]
/dports/www/kannel/gateway-1.4.4/test/
H A Ddrive_wapbox.c518 Octstr *wtp; in handle_reply() local
530 wtp = reply->wdp_datagram.user_data; in handle_reply()
531 type = wtp_type(wtp); in handle_reply()
535 octstr_dump(wtp, 0); in handle_reply()
542 octstr_dump(wtp, 0); in handle_reply()
549 if (get_tid(wtp) != (client->wtp_tid ^ 0x8000)) { in handle_reply()
551 get_tid(wtp), client->wtp_tid ^ 0x8000); in handle_reply()
553 octstr_dump(wtp, 0); in handle_reply()
562 handle_connect_reply(boxc, client, wtp); in handle_reply()
564 handle_get_reply(boxc, client, wtp); in handle_reply()
[all …]
/dports/devel/vstr/vstr-1.0.15/src/vstr_dbl/glibc/stdio-common/
H A Dprintf_fp.c946 wchar_t *wtp = wcp; in __printf_fp() local
975 while (*--wtp != decimalwc && *wtp == L'9') in __printf_fp()
976 *wtp = '0'; in __printf_fp()
979 (*wtp)++; in __printf_fp()
982 ASSERT((wtp >= wbuffer) && (wtp <= wbufend)); in __printf_fp()
987 --wtp; in __printf_fp()
989 while (--wtp >= wstartp && *wtp == L'9') in __printf_fp()
990 *wtp = L'0'; in __printf_fp()
992 if (wtp >= wstartp) in __printf_fp()
994 (*wtp)++; in __printf_fp()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/mrcc/uss/
H A Dtce_uss_aux.F2 & ndoexcit,iexfrom,iexto,iexspin,signfact,espin,wtp,wth) argument
25 integer nca, nab, eoper2rc, eoper2ra,wtp,wth local
38 wtp=0
132 if(optyp(i).eq.0)wtp=wtp+1
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/mrcc/uss/
H A Dtce_uss_aux.F2 & ndoexcit,iexfrom,iexto,iexspin,signfact,espin,wtp,wth)
25 integer nca, nab, eoper2rc, eoper2ra,wtp,wth
38 wtp=0
132 if(optyp(i).eq.0)wtp=wtp+1
/dports/lang/gcc12-devel/gcc-12-20211205/libquadmath/printf/
H A Dprintf_fp.c968 wchar_t *wtp = wcp; in __quadmath_printf_fp() local
975 while (*--wtp != decimalwc && *wtp == L_('9')) in __quadmath_printf_fp()
977 *wtp = L_('0'); in __quadmath_printf_fp()
982 if (*wtp != decimalwc) in __quadmath_printf_fp()
984 (*wtp)++; in __quadmath_printf_fp()
986 && wtp == wstartp + 1 in __quadmath_printf_fp()
999 --wtp; in __quadmath_printf_fp()
1001 while (--wtp >= wstartp && *wtp == L_('9')) in __quadmath_printf_fp()
1002 *wtp = L_('0'); in __quadmath_printf_fp()
1004 if (wtp >= wstartp) in __quadmath_printf_fp()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libquadmath/printf/
H A Dprintf_fp.c968 wchar_t *wtp = wcp; in __quadmath_printf_fp() local
975 while (*--wtp != decimalwc && *wtp == L_('9')) in __quadmath_printf_fp()
977 *wtp = L_('0'); in __quadmath_printf_fp()
982 if (*wtp != decimalwc) in __quadmath_printf_fp()
984 (*wtp)++; in __quadmath_printf_fp()
986 && wtp == wstartp + 1 in __quadmath_printf_fp()
999 --wtp; in __quadmath_printf_fp()
1001 while (--wtp >= wstartp && *wtp == L_('9')) in __quadmath_printf_fp()
1002 *wtp = L_('0'); in __quadmath_printf_fp()
1004 if (wtp >= wstartp) in __quadmath_printf_fp()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libquadmath/printf/
H A Dprintf_fp.c968 wchar_t *wtp = wcp; in __quadmath_printf_fp() local
975 while (*--wtp != decimalwc && *wtp == L_('9')) in __quadmath_printf_fp()
977 *wtp = L_('0'); in __quadmath_printf_fp()
982 if (*wtp != decimalwc) in __quadmath_printf_fp()
984 (*wtp)++; in __quadmath_printf_fp()
986 && wtp == wstartp + 1 in __quadmath_printf_fp()
999 --wtp; in __quadmath_printf_fp()
1001 while (--wtp >= wstartp && *wtp == L_('9')) in __quadmath_printf_fp()
1002 *wtp = L_('0'); in __quadmath_printf_fp()
1004 if (wtp >= wstartp) in __quadmath_printf_fp()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libquadmath/printf/
H A Dprintf_fp.c968 wchar_t *wtp = wcp; in __quadmath_printf_fp() local
975 while (*--wtp != decimalwc && *wtp == L_('9')) in __quadmath_printf_fp()
977 *wtp = L_('0'); in __quadmath_printf_fp()
982 if (*wtp != decimalwc) in __quadmath_printf_fp()
984 (*wtp)++; in __quadmath_printf_fp()
986 && wtp == wstartp + 1 in __quadmath_printf_fp()
999 --wtp; in __quadmath_printf_fp()
1001 while (--wtp >= wstartp && *wtp == L_('9')) in __quadmath_printf_fp()
1002 *wtp = L_('0'); in __quadmath_printf_fp()
1004 if (wtp >= wstartp) in __quadmath_printf_fp()
[all …]

12345678910>>...13