Home
last modified time | relevance | path

Searched refs:approx (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/utils/hyperloglog/
H A Dhll-err.rb23 approx = r.pfcount('hll')
24 abs_err = (approx-i).abs
26 puts "#{i} vs #{approx}: #{rel_err}%"
H A Dhll-gnuplot-graph.rb34 approx = r.pfcount('hll')
35 err = approx-i
/f-stack/dpdk/doc/api/
H A Ddoxy-api-index.md198 [approx fraction] (@ref rte_approx.h),
/f-stack/dpdk/doc/guides/nics/
H A Dfm10k.rst159 after approx 40 seconds. To ensure these overflows are detected and accounted
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_valgrind_check.m4161 VALGRIND_helgrind_FLAGS ?= --history-level=approx
/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c374 int64_t streamTrimByLength(stream *s, size_t maxlen, int approx) { in streamTrimByLength() argument
399 if (approx) break; in streamTrimByLength()