Symbol: approx
drivers/gpu/drm/tegra/sor.c
1090
u64 active_sym, active_count, frac, approx;
drivers/gpu/drm/tegra/sor.c
1125
approx = active_count + (active_frac * (f - 1)) * f;
drivers/gpu/drm/tegra/sor.c
1126
approx = div_u64(approx, active_frac * f);
drivers/gpu/drm/tegra/sor.c
1128
approx = active_count + f;
drivers/gpu/drm/tegra/sor.c
1132
approx = active_count + div_u64(f, active_frac);
drivers/gpu/drm/tegra/sor.c
1134
approx = active_count;
drivers/gpu/drm/tegra/sor.c
1137
error = div_s64(active_sym - approx, tu_size);
drivers/media/tuners/tda18271-fe.c
250
s32 rfcal_comp, approx;
drivers/media/tuners/tda18271-fe.c
270
approx = map[i].rf_a1 * (s32)(freq / 1000 - map[i].rf1) +
drivers/media/tuners/tda18271-fe.c
273
approx = map[i].rf_a2 * (s32)(freq / 1000 - map[i].rf2) +
drivers/media/tuners/tda18271-fe.c
277
if (approx < 0)
drivers/media/tuners/tda18271-fe.c
278
approx = 0;
drivers/media/tuners/tda18271-fe.c
279
if (approx > 255)
drivers/media/tuners/tda18271-fe.c
280
approx = 255;
drivers/media/tuners/tda18271-fe.c
289
regs[R_EB14] = (unsigned char)(approx + rfcal_comp);
include/linux/kvm_host.h
1827
search_memslots(struct kvm_memslots *slots, gfn_t gfn, bool approx)
include/linux/kvm_host.h
1844
return approx ? slot : NULL;
include/linux/kvm_host.h
1848
____gfn_to_memslot(struct kvm_memslots *slots, gfn_t gfn, bool approx)
include/linux/kvm_host.h
1857
slot = search_memslots(slots, gfn, approx);
tools/testing/selftests/seccomp/seccomp_benchmark.c
285
per_filter1, approx, per_filter2, skip);
tools/testing/selftests/seccomp/seccomp_benchmark.c
288
bitmap1 - native, approx, bitmap2 - native, skip);
tools/testing/selftests/seccomp/seccomp_benchmark.c
294
ret |= compare("entry", "≈", "1 bitmapped", entry, approx,
tools/testing/selftests/seccomp/seccomp_benchmark.c
296
ret |= compare("entry", "≈", "2 bitmapped", entry, approx,
tools/testing/selftests/seccomp/seccomp_benchmark.c
299
entry + (per_filter1 * 4) + native, approx, filter2,