Searched refs:FWeight (Results 1 – 2 of 2) sorted by relevance
1284 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight() local1285 U32 const weight = BWeight + FWeight; in ZSTD_fWeight()
50 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight() local51 U32 const weight = BWeight + FWeight; in ZSTD_fracWeight()