Searched refs:FWeight (Results 1 – 3 of 3) sorted by relevance
1090 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight() local1091 U32 const weight = BWeight + FWeight; in ZSTD_fWeight()
51 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight() local52 U32 const weight = BWeight + FWeight; in ZSTD_fracWeight()
10922 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight() local10923 U32 const weight = BWeight + FWeight; in ZSTD_fWeight()20197 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight() local20198 U32 const weight = BWeight + FWeight; in ZSTD_fracWeight()