Searched refs:approx (Results 1 – 6 of 6) sorted by relevance
23 approx = r.pfcount('hll')24 abs_err = (approx-i).abs26 puts "#{i} vs #{approx}: #{rel_err}%"
34 approx = r.pfcount('hll')35 err = approx-i
198 [approx fraction] (@ref rte_approx.h),
159 after approx 40 seconds. To ensure these overflows are detected and accounted
161 VALGRIND_helgrind_FLAGS ?= --history-level=approx
374 int64_t streamTrimByLength(stream *s, size_t maxlen, int approx) { in streamTrimByLength() argument399 if (approx) break; in streamTrimByLength()