Home
last modified time | relevance | path

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

/dports/misc/fq/fq-0.0.2/internal/num/
H A Dnum.go97 func ClampInt64(min, max, v int64) int64 { func
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/cznic/mathutil/
H A Dmathutil.go1069 func ClampInt64(v, lo, hi int64) int64 { func