Searched defs:finc (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/cfront/
H A Dfrontobj.c353 float t, finc, f; local
408 finc = (float)parameters->samplerate / (float)freqobj->np;
409 /* finc= fmax/freqobj->ns; */
437 f = (freqobj->cut_off_below + 1) * finc;
441 for (; f < freqobj->fc[i] && f < (float) high_cut; f += finc, j++)
/external/mksh/src/
H A Deval.c429 mksh_ari_t from = 0, num = -1, flen, finc = 0; local
463 finc = flen + from;
465 finc = from < flen ? from : flen;
467 utfincptr(beg, &finc);
468 beg += finc;

Completed in 126 milliseconds