Searched refs:log2 (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/linux-master/arch/arm/include/asm/
H A Dcpufeature.h9 #include <linux/log2.h>
/linux-master/include/asm-generic/
H A Dgetorder.h8 #include <linux/log2.h>
/linux-master/tools/perf/trace/beauty/
H A Dfspick.c9 #include <linux/log2.h>
H A Dmove_mount.c9 #include <linux/log2.h>
H A Dmount_flags.c11 #include <linux/log2.h>
H A Dfsmount.c9 #include <linux/log2.h>
H A Dsync_file_range.c9 #include <linux/log2.h>
H A Dpkey_alloc.c10 #include <linux/log2.h>
/linux-master/tools/testing/radix-tree/linux/
H A Dkernel.h13 #include <linux/log2.h>
/linux-master/samples/bpf/
H A Dlwt_len_hist.bpf.c24 static unsigned int log2(unsigned int v) function
41 return log2(hi) + 32;
43 return log2(v);
H A Dlathist_kern.c40 static unsigned int log2(unsigned int v) function
59 return log2(hi) + 32;
61 return log2(v);
H A Dtracex2.bpf.c43 static unsigned int log2(unsigned int v) function
60 return log2(hi) + 32;
62 return log2(v);
/linux-master/fs/bcachefs/
H A Ddarray.c3 #include <linux/log2.h>
/linux-master/kernel/
H A Dbounds.c13 #include <linux/log2.h>
/linux-master/arch/m68k/fpsp040/
H A Dscosh.S23 | 1. If |X| > 16380 log2, go to 3.
25 | 2. (|X| <= 16380 log2) Cosh(X) is obtained by the formulae
30 | 3. (|X| > 16380 log2). If |X| > 16480 log2, go to 5.
32 | 4. (16380 log2 < |X| <= 16480 log2)
38 | Y' := Y - 16381 log2
42 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return
H A Dstanh.S23 | 1. If |X| >= (5/2) log2 or |X| <= 2**(-40), go to 3.
25 | 2. (2**(-40) < |X| < (5/2) log2) Calculate tanh(X) by
30 | 3. (|X| <= 2**(-40) or |X| >= (5/2) log2). If |X| < 1,
33 | 4. (|X| >= (5/2) log2) If |X| >= 50 log2, go to 6.
35 | 5. ((5/2) log2 <= |X| < 50 log2) Calculate tanh(X) by
40 | 6. (|X| >= 50 log2) Tanh(X) = +-1 (round to nearest). Thus, we
H A Dssinh.S23 | 1. If |X| > 16380 log2, go to 3.
25 | 2. (|X| <= 16380 log2) Sinh(X) is obtained by the formulae
30 | 3. If |X| > 16480 log2, go to 5.
32 | 4. (16380 log2 < |X| <= 16480 log2)
39 | Y' := Y - 16381 log2
43 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return
H A Dsetox.S34 | argument X whose magnitude is less than 16380 log2, which
40 | argument X, 0.25 <= |X| < 70log2. For |X| < 0.25, it takes
79 | Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ).
81 | 2.2 N := round-to-nearest-integer( X * 64/log2 ).
99 | Z = X*(64/log2)*(1+eps), |eps| <= 2^(-24).
103 | Step 3. Calculate X - N*log2/64.
104 | 3.1 R := X + N*L1, where L1 := single-precision(-log2/64).
105 | 3.2 R := R + N*L2, L2 := extended-precision(-log2/64 - L1).
107 | the value -log2/64 to 88 bits of accuracy.
115 | N = rnd-to-int( X*64/log2 (
[all...]
/linux-master/include/linux/
H A Diommu-helper.h6 #include <linux/log2.h>
H A Daverage.h7 #include <linux/log2.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dos.h23 #include <linux/log2.h>
/linux-master/kernel/kcsan/
H A Dencoding.h12 #include <linux/log2.h>
/linux-master/arch/arc/include/asm/
H A Dpgalloc.h33 #include <linux/log2.h>
/linux-master/net/xdp/
H A Dxsk_queue.c6 #include <linux/log2.h>
/linux-master/drivers/gpu/drm/xe/
H A Dxe_lmtt_2l.c8 #include <linux/log2.h>

Completed in 195 milliseconds

1234567891011>>