Searched refs:h_now (Results 1 – 5 of 5) sorted by relevance
/dports/math/octave-forge-miscellaneous/miscellaneous-1.3.0/inst/ |
H A D | laguerrepoly.m | 36 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 D | chebyshevpoly.m | 36 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 D | legendrepoly.m | 36 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 D | hermitepoly.m | 85 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 D | glHelp.cc | 991 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()
|