Searched refs:rStep (Results 1 – 3 of 3) sorted by relevance
290 double rStep = r / 2; in bruteMinT() local333 r += stepUp ? rStep : -rStep; in bruteMinT()334 rStep /= 2; in bruteMinT()335 } while (rStep > FLT_EPSILON); in bruteMinT()345 rStep = r / 2; in bruteMinT()383 r += success ? -rStep : rStep; in bruteMinT()384 rStep /= 2; in bruteMinT()385 } while (rStep > FLT_EPSILON); in bruteMinT()386 } while (rStep > FLT_EPSILON); in bruteMinT()
420 …U64 const rStep = ZSTD_div64((((U64)1<<vStepLog) * ToDistribute) + mid, (U32)total); /* scale on… in FSE_normalizeM2() local424 U64 const end = tmpTotal + (count[s] * rStep); in FSE_normalizeM2()