Home
last modified time | relevance | path

Searched refs:posdiff (Results 1 – 10 of 10) sorted by relevance

/dports/science/teem/teem-1.11.0-src/src/pull/
H A Dpopcntl.c291 double posdiff[4]; in _pullPointProcessAdding() local
292 ELL_4V_SUB(posdiff, newpnt->pos, point->pos); in _pullPointProcessAdding()
294 ELL_3V_LEN(posdiff)/task->pctx->sysParm.radiusSpace, in _pullPointProcessAdding()
295 AIR_ABS(posdiff[3])/task->pctx->sysParm.radiusScale, in _pullPointProcessAdding()
/dports/security/putty-nogtk/putty-0.76/
H A Dterminal.h472 #define posdiff(p1,p2) posdiff_fn(p1, p2, GET_TERM_COLS) macro
H A Dterminal.c7084 if (posdiff(selpoint, term->selstart) < in term_mouse()
7085 posdiff(term->selend, term->selstart) / 2) { in term_mouse()
/dports/security/putty/putty-0.76/
H A Dterminal.h472 #define posdiff(p1,p2) posdiff_fn(p1, p2, GET_TERM_COLS) macro
H A Dterminal.c7084 if (posdiff(selpoint, term->selstart) < in term_mouse()
7085 posdiff(term->selend, term->selstart) / 2) { in term_mouse()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dterminal.h472 #define posdiff(p1,p2) posdiff_fn(p1, p2, GET_TERM_COLS) macro
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Ddcc.c136 goffset pos, posdiff; in dcc_calc_cps() local
172 posdiff = pos - dcc->lastcpspos; in dcc_calc_cps()
174 …dcc->cps = (gint64) ((posdiff / timediff) * (timediff / startdiff) + dcc->cps * (1.0 - (timediff /… in dcc_calc_cps()
/dports/misc/ipbt/ipbt-r8765/
H A Dterminal.c13 #define posdiff(p1,p2) ( ((p1).y - (p2).y) * (term->cols+1) + (p1).x - (p2).x ) macro
5670 if (posdiff(selpoint, term->selstart) < in term_mouse()
5671 posdiff(term->selend, term->selstart) / 2) { in term_mouse()
/dports/devel/p5-Date-Pcalc/Date-Pcalc-6.1/lib/Date/Pcalc/
H A DObject.pod761 operator again, i.e., "C<$posdiff = abs(abs($delta));>".
/dports/devel/p5-Date-Calc/Date-Calc-6.4/lib/Date/Calc/
H A DObject.pod761 operator again, i.e., "C<$posdiff = abs(abs($delta));>".