Home
last modified time | relevance | path

Searched refs:knbit (Results 1 – 25 of 32) sorted by relevance

12

/dports/science/cgribex/cgribex-1.9.4/src/
H A Dprtbin.c5 void prtbin(int kin, int knbit, int *kout, int *kerr) in prtbin() argument
47 if ( knbit < 1 || knbit > 14 ) in prtbin()
50 printf(" prtbin : Error in binary number length - %3d bits.\n", knbit); in prtbin()
64 for ( j = 0; j < knbit; j++ ) in prtbin()
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds9clipimp.c134 int knbit; /* Number of iterations */ local
173 knbit = 0;
175 while(kcross && knbit<4)
244 knbit++;
257 if (kcross==0 && knbit ==0)
262 else if (kcross==0 && knbit > 0)
H A Ds9clipit.c142 int knbit; /* Number of iterations */ local
160 knbit = 0;
162 while(kcross && knbit<8)
260 knbit++;
273 if (kcross==0 && knbit ==0)
279 else if (kcross==0 && knbit > 0)
H A Ds9boundimp.c156 int knbit=0; /* Counter for number of iterations */ local
288 knbit = knbit + 1;
297 if (knbit<=1)
330 if (knbit > kmaxit) goto war02;
H A Ds9iterate.c140 int knbit; /* Counter for number of iterations */ local
188 knbit = 0;
310 if (knbit==0)
317 knbit = 1;
326 knbit = knbit + 1;
356 if (knbit > kmaxit) goto war02;
H A Ds9iterimp.c158 int knbit; /* Counter for number of iterations */ local
230 knbit = 0;
361 if (knbit==0)
368 knbit = 1;
377 knbit = knbit + 1;
424 if (knbit > kmaxit) goto war02;
H A Ds1172.c115 int knbit; /* Number of iterations */ local
150 for (knbit = 0; knbit < 50; knbit++)
H A Dcrvarctang.c127 int knbit; /* Number of iterations */ local
194 for (knbit = 0; knbit < 50; knbit++)
240 knbit--;
H A Dcrvcrvtang.c124 int knbit; /* Number of iterations */ local
191 for (knbit = 0; knbit < 50; knbit++)
237 knbit--;
H A Ds9boundit.c144 int knbit=0; /* Counter for number of iterations */ local
421 knbit = knbit + 1;
430 if (knbit<=1)
474 if (knbit > kmaxit) goto war02;
H A Ds1016.c154 int knbit; /* Number of iterations */ local
252 for (knbit = 0; knbit < 50; knbit++)
300 knbit--;
H A Ds1014.c151 int knbit; /* Number of iterations */ local
244 for (knbit = 0; knbit < 50; knbit++)
292 knbit--;
H A Ds1015.c153 int knbit; /* Number of iterations */ local
253 for (knbit = 0; knbit < 50; knbit++)
299 knbit--;
H A Ds1770.c138 int knbit; /* Number of iterations */ local
198 for (knbit = 0; knbit < 30; knbit++)
H A Ds1174.c118 int knbit; /* Number of iterations */ local
165 for (knbit = 0; knbit < 50; knbit++)
H A Ds1360.c144 int knbit; /* Number of iterations */ local
382 knbit = 0;
406 else if (knbit==0)
409 knbit = 1;
426 knbit += 1;
H A Ds1771.c298 int knbit; /* Number of iterations */ local
307 for (knbit=0;knbit<max_it;knbit++)
H A Ds1252.c119 int knbit; /* Number of iterations */ local
171 for (knbit = 0; knbit < 20; knbit++)
H A Ds1773.c134 int knbit; /* Number of iterations */ local
212 for (knbit = 0; knbit < 30; knbit++)
H A Ds1383.c132 int knbit; /* Number of iterations */ local
354 knbit = 0;
381 else if (knbit==0)
384 knbit = 1;
399 knbit += 1;
H A Dshcsfsing.c131 int knbit; /* Number of iterations */ local
205 for (knbit = 0; knbit < max_iter; knbit++)
H A Ds1173.c127 int knbit; /* Number of iterations */ local
183 for (knbit = 0; knbit < 50; knbit++)
H A Ds17702d.c165 int knbit; /* Number of iterations */ local
293 for (knbit = 0; knbit < max_it; knbit++)
857 int knbit; /* Number of iterations */ local
990 for (knbit=0; knbit < 25; knbit++)
H A Ds1772.c161 int knbit; /* Number of iterations */ local
272 for (knbit = 0; knbit < 30; knbit++)
845 int knbit; /* Number of iterations */ local
970 for (knbit=0; knbit < 50; knbit++)
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_optimize_decimal_factor.c35 static void factec(int* krep, const double pa, const int knbit, const long kdec, const int range, l… in factec() argument
53 *ke = floor(log2((pa * grib_power(kdec, 10)) / (grib_power(knbit, 2) - 0.5))) + 1; in factec()
62 const double pmax, const double pmin, const int knbit, in grib_optimize_decimal_factor() argument
101 inbint = grib_power(knbit, 2) - 1; in grib_optimize_decimal_factor()
121 factec(&irep, pa, knbit, jdec, RANGE, &ie, &inutil); in grib_optimize_decimal_factor()
167 double f = grib_power(knbit, 2) - 1; in grib_optimize_decimal_factor()
197 *kbin = grib_get_binary_scale_fact(max, *ref, knbit, &err); in grib_optimize_decimal_factor()

12