Searched refs:p_sf (Results 1 – 1 of 1) sorted by relevance
728 FIXP_DBL *RESTRICT p, int *RESTRICT p_sf) { in polyfit() argument739 for (i = 0; i <= POLY_ORDER; ++i) p_sf[i] = 1 - DFRACT_BITS; in polyfit()755 int diff = sf - p_sf[i]; in polyfit()760 p_sf[i] = sf; in polyfit()774 p_sf[0] += sum_saftey; in polyfit()775 p_sf[1] += sum_saftey; in polyfit()776 p_sf[2] += sum_saftey; in polyfit()777 p_sf[3] += sum_saftey; in polyfit()779 choleskySolve(numBands, p, p_sf); in polyfit()800 static FIXP_DBL polyval(const FIXP_DBL *const p, const int *const p_sf, in polyval() argument[all …]