Home
last modified time | relevance | path

Searched refs:h_now (Results 1 – 5 of 5) sorted by relevance

/dports/math/octave-forge-miscellaneous/miscellaneous-1.3.0/inst/
H A Dlaguerrepoly.m36 h_now=[-1 1];
41 h=h_now;
47 if (length(h_now) < (1+ord))
51 p1=[h_now, x];
52 p2=[x, h_now];
55 h_prev=h_now;
56 h_now=h;
H A Dchebyshevpoly.m36 h_now=[1 0];
38 h_now=[2 0];
46 h=h_now;
51 if (length(h_now) < (1+ord))
55 p1=[h_now, x];
58 h_prev=h_now;
59 h_now=h;
H A Dlegendrepoly.m36 h_now = [1 0]; variable
41 h=h_now;
47 if (length(h_now) < (1+ord))
51 p1=[h_now, x];
54 h_prev=h_now;
55 h_now=h;
H A Dhermitepoly.m85 h_now=[2 0];
90 h=h_now;
98 h_now = H(50,1:end); variable
103 if (length(h_now) < (1+ord))
107 h=[2*h_now, x] -[y, 2*(ord-1)*h_prev];
108 h_prev=h_now;
109 h_now=h;
/dports/games/trackballs/trackballs-1.3.3/src/
H A DglHelp.cc991 int total_height, width, h_now; in multiMessage() local
1005 h_now = -size; in multiMessage()
1007 h_now += 2 * size; in multiMessage()
1010 screenHeight / 2 - total_height / 2 + h_now, size, 0.5, 1.0, 0.2, 1.0); in multiMessage()
1014 screenHeight / 2 - total_height / 2 + h_now, size, 0.5, 1.0, 0.2, in multiMessage()