Home
last modified time | relevance | path

Searched refs:log2 (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/arch/m68k/fpsp040/
Dsetox.S34 | argument X whose magnitude is less than 16380 log2, which
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 (1+eps) ), |eps|<=2^(-24)
116 | X*64/log2 (1+eps) = N + f, |f| <= 0.5
[all …]
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)
42 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return
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
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)
43 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return
Dstwotox.S325 cmpil #0x400B9B07,%d0 | ...|X| <= 16480*log2/log10 ?
/Linux-v4.19/samples/bpf/
Dlwt_len_hist_kern.c44 static unsigned int log2(unsigned int v) in log2() function
61 return log2(hi) + 32; in log2l()
63 return log2(v); in log2l()
Dlathist_kern.c40 static unsigned int log2(unsigned int v) in log2() function
59 return log2(hi) + 32; in log2l()
61 return log2(v); in log2l()
Dtracex2_kern.c43 static unsigned int log2(unsigned int v) in log2() function
60 return log2(hi) + 32; in log2l()
62 return log2(v); in log2l()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dhost.fuc40 .equ #fifo_qlen 4 // log2(size of queue entry in bytes)
41 .equ #fifo_qnum 3 // log2(max number of entries in queue)
49 .equ #rfifo_qlen 4 // log2(size of queue entry in bytes)
50 .equ #rfifo_qnum 3 // log2(max number of entries in queue)
Dmacros.fuc146 .equ #proc_qlen 4 // log2(size of queue entry in bytes)
147 .equ #proc_qnum 2 // log2(max number of entries in queue)
/Linux-v4.19/fs/xfs/
Dxfs_rtalloc.c1242 int log2; /* log of sequence number */ in xfs_rtpick_extent() local
1255 if ((log2 = xfs_highbit64(seq)) == -1) in xfs_rtpick_extent()
1258 resid = seq - (1ULL << log2); in xfs_rtpick_extent()
1260 (log2 + 1); in xfs_rtpick_extent()
/Linux-v4.19/arch/m68k/ifpsp060/src/
Dfplsp.S6733 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6736 # 2.2 N := round-to-nearest-integer( X * 64/log2 ). #
6753 # Z = X*(64/log2)*(1+eps), |eps| <= 2^(-24). #
6757 # Step 3. Calculate X - N*log2/64. #
6759 # where L1 := single-precision(-log2/64). #
6761 # L2 := extended-precision(-log2/64 - L1).#
6763 # approximate the value -log2/64 to 88 bits of accuracy. #
6772 # N = rnd-to-int( X*64/log2 (1+eps) ), |eps|<=2^(-24) #
6773 # X*64/log2 (1+eps) = N + f, |f| <= 0.5 #
6774 # X*64/log2 - N = f - eps*X 64/log2 #
[all …]
Dfpsp.S6998 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6999 # 2.1 N := round-to-nearest-integer( X * 64/log2 ). #
7009 # Step 3. Calculate X - N*log2/64. #
7011 # where L1 := single-precision(-log2/64). #
7013 # L2 := extended-precision(-log2/64 - L1).#
7015 # shows that |R| <= 0.0055 (note that |X| <= 70 log2 in #
7705 # Y' := Y - 16381 log2 #
7820 # Y' := Y - 16381 log2 #
8945 # 4. Overwrite r := r * log2. Then #
9490 long 0x3fff0000,0xb8aa3b29,0x5c17f0bc # log2(e)
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/
Dcirrus,madera-pinctrl.txt54 log1-fifo-ne, log2-fifo-ne, log3-fifo-ne, log4-fifo-ne, log5-fifo-ne,
/Linux-v4.19/Documentation/device-mapper/
Ddm-integrity.txt163 * log2(interleave sectors)
202 in one run must be a power of two. log2 of this value is stored
/Linux-v4.19/arch/arm/mm/
Dproc-macros.S374 pr_sz \dest, \size, \size @ calculate log2(size) - 1
/Linux-v4.19/arch/powerpc/platforms/ps3/
DKconfig43 expressed as the log2 of the page table size. Valid values are
/Linux-v4.19/Documentation/dev-tools/
Dkcov.rst144 * Bits 1 & 2 contain log2 of the argument size, up to 8 bytes.
/Linux-v4.19/arch/m68k/math-emu/
Dfp_scan.S368 .long 0x00003fff,0xb8aa3b29,0x5c17f0bc | log2(e)
/Linux-v4.19/Documentation/core-api/
Dkernel-api.rst138 .. kernel-doc:: include/linux/log2.h
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c2910 unsigned int log2 = fls(mtu); in t3_load_mtus() local
2912 if (!(mtu & ((1 << log2) >> 2))) /* round */ in t3_load_mtus()
2913 log2--; in t3_load_mtus()
2915 (i << 24) | (log2 << 16) | mtu); in t3_load_mtus()
/Linux-v4.19/Documentation/networking/
Daf_xdp.rst158 log2(2048) LSB of the addr will be masked off, meaning that 2048, 2050
/Linux-v4.19/arch/x86/math-emu/
DREADME244 about 64 + log2(cos(x)) = 31 bits.
/Linux-v4.19/Documentation/crypto/
Ddescore-readme.txt257 all index scaling is done explicitly - no hidden shifts by log2(sizeof).
/Linux-v4.19/Documentation/filesystems/
Dorangefs.txt259 * desc_shift - log2(desc_size), used for s_blocksize_bits in super blocks.

12