Home
last modified time | relevance | path

Searched refs:fp_accuracy (Results 1 – 2 of 2) sorted by relevance

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1335 U32 const fp_accuracy = 8; in ZSTD_fWeight() local
1336 U32 const fp_multiplier = (1 << fp_accuracy); in ZSTD_fWeight()
1340 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight()
1342 assert(hb + fp_accuracy < 31); in ZSTD_fWeight()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h1440 U32 const fp_accuracy = 8; in ZSTD_fWeight() local
1441 U32 const fp_multiplier = (1 << fp_accuracy); in ZSTD_fWeight()
1445 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight()
1447 assert(hb + fp_accuracy < 31); in ZSTD_fWeight()