Lines Matching refs:l1
43 int k1, l1, l2, ib;
80 l1=1;
87 l2=l1*ip;
92 ld+=l1;
104 l1=l2;
114 static void dradf2(int ido,int l1,float *cc,float *ch,float *wa1){
120 t0=(t2=l1*ido);
122 for(k=0;k<l1;k++){
134 for(k=0;k<l1;k++){
160 for(k=0;k<l1;k++){
169 static void dradf4(int ido,int l1,float *cc,float *ch,float *wa1,
174 t0=l1*ido;
181 for(k=0;k<l1;k++){
201 for(k=0;k<l1;k++){
254 for(k=0;k<l1;k++){
271 static void dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1,
289 t0=l1*ido;
299 for(k=0;k<l1;k++){
307 if(nbd>l1){
312 for(k=0;k<l1;k++){
335 for(k=0;k<l1;k++){
346 if(nbd<l1){
357 for(k=0;k<l1;k++){
373 for(k=0;k<l1;k++){
400 for(k=0;k<l1;k++){
462 if(ido<l1)goto L132;
466 for(k=0;k<l1;k++){
480 for(k=0;k<l1;k++){
502 for(k=0;k<l1;k++){
512 if(nbd<l1)goto L141;
527 for(k=0;k<l1;k++){
559 for(k=0;k<l1;k++){
574 int i,k1,l1,l2;
586 l1=l2/ip;
588 idl1=ido*l1;
597 dradf4(ido,l1,ch,c,wa+iw-1,wa+ix2-1,wa+ix3-1);
599 dradf4(ido,l1,c,ch,wa+iw-1,wa+ix2-1,wa+ix3-1);
606 dradf2(ido,l1,c,ch,wa+iw-1);
610 dradf2(ido,l1,ch,c,wa+iw-1);
617 dradfg(ido,ip,l1,idl1,c,c,c,ch,ch,wa+iw-1);
622 dradfg(ido,ip,l1,idl1,ch,ch,ch,c,c,wa+iw-1);
626 l2=l1;
634 static void dradb2(int ido,int l1,float *cc,float *ch,float *wa1){
638 t0=l1*ido;
643 for(k=0;k<l1;k++){
654 for(k=0;k<l1;k++){
678 for(k=0;k<l1;k++){
686 static void dradb3(int ido,int l1,float *cc,float *ch,float *wa1,
692 t0=l1*ido;
699 for(k=0;k<l1;k++){
715 for(k=0;k<l1;k++){
749 static void dradb4(int ido,int l1,float *cc,float *ch,float *wa1,
754 t0=l1*ido;
760 for(k=0;k<l1;k++){
779 for(k=0;k<l1;k++){
823 for(k=0;k<l1;k++){
840 static void dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1,
851 t0=l1*ido;
858 if(ido<l1)goto L103;
862 for(k=0;k<l1;k++){
880 for(k=0;k<l1;k++){
898 for(k=0;k<l1;k++){
909 if(nbd<l1)goto L112;
922 for(k=0;k<l1;k++){
965 for(k=0;k<l1;k++){
1038 for(k=0;k<l1;k++){
1047 if(nbd<l1)goto L128;
1056 for(k=0;k<l1;k++){
1086 for(k=0;k<l1;k++){
1105 for(k=0;k<l1;k++){
1111 if(nbd>l1)goto L139;
1124 for(k=0;k<l1;k++){
1140 for(k=0;k<l1;k++){
1155 int i,k1,l1,l2;
1161 l1=1;
1166 l2=ip*l1;
1168 idl1=ido*l1;
1174 dradb4(ido,l1,ch,c,wa+iw-1,wa+ix2-1,wa+ix3-1);
1176 dradb4(ido,l1,c,ch,wa+iw-1,wa+ix2-1,wa+ix3-1);
1184 dradb2(ido,l1,ch,c,wa+iw-1);
1186 dradb2(ido,l1,c,ch,wa+iw-1);
1195 dradb3(ido,l1,ch,c,wa+iw-1,wa+ix2-1);
1197 dradb3(ido,l1,c,ch,wa+iw-1,wa+ix2-1);
1209 dradb5(ido,l1,ch,c,wa+iw-1,wa+ix2-1,wa+ix3-1,wa+ix4-1);
1211 dradb5(ido,l1,c,ch,wa+iw-1,wa+ix2-1,wa+ix3-1,wa+ix4-1);
1217 dradbg(ido,ip,l1,idl1,ch,ch,ch,c,c,wa+iw-1);
1219 dradbg(ido,ip,l1,idl1,c,c,c,ch,ch,wa+iw-1);
1223 l1=l2;