Searched refs:approx (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c79 bool approx(int i_one, int i_two) function
285 per_filter1, approx, per_filter2, skip);
288 bitmap1 - native, approx, bitmap2 - native, skip);
294 ret |= compare("entry", "���", "1 bitmapped", entry, approx,
296 ret |= compare("entry", "���", "2 bitmapped", entry, approx,
299 entry + (per_filter1 * 4) + native, approx, filter2,
/linux-master/drivers/media/tuners/
H A Dtda18271-fe.c250 s32 rfcal_comp, approx; local
270 approx = map[i].rf_a1 * (s32)(freq / 1000 - map[i].rf1) +
273 approx = map[i].rf_a2 * (s32)(freq / 1000 - map[i].rf2) +
277 if (approx < 0)
278 approx = 0;
279 if (approx > 255)
280 approx = 255;
287 regs[R_EB14] = (unsigned char)(approx + rfcal_comp);
/linux-master/include/linux/
H A Dkvm_host.h1716 * With "approx" set returns the memslot also when the address falls
1721 search_memslots(struct kvm_memslots *slots, gfn_t gfn, bool approx) argument
1738 return approx ? slot : NULL;
1742 ____gfn_to_memslot(struct kvm_memslots *slots, gfn_t gfn, bool approx) argument
1751 slot = search_memslots(slots, gfn, approx);
/linux-master/drivers/gpu/drm/tegra/
H A Dsor.c1089 u64 active_sym, active_count, frac, approx; local
1124 approx = active_count + (active_frac * (f - 1)) * f;
1125 approx = div_u64(approx, active_frac * f);
1127 approx = active_count + f;
1131 approx = active_count + div_u64(f, active_frac);
1133 approx = active_count;
1136 error = div_s64(active_sym - approx, tu_size);
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S217 | ILOG is the log base 10 of the input value. It is approx-

Completed in 488 milliseconds