385 const int32_t *poffset = offset +
start;
386 const int64_t *pgain = gain +
start;
387 const int16_t *pval = val;
388 const int64_t *ptrgoff = trgoff;
393 while (poffset<offset+1024)
396 + (int64_t(*pval++)*scaleabs - *poffset++)*scalerel
400 const int64_t div = *pgain * scalerel;
401 *pvec++ = div==0 ? 0 : double(v)*scalegain / div;
413 + (int64_t(*pval++)*scaleabs - *poffset++)*scalerel
417 const int64_t div = *pgain * scalerel;
418 *pvec++ = div==0 ? 0 : double(v)*scalegain / div;