/external/webp/src/dsp/ |
D | lossless_enc_mips32.c | 67 double log_2; in FastLog2Slow_MIPS32() local 81 log_2 = kLog2Table[temp] + log_cnt; in FastLog2Slow_MIPS32() 87 log_2 += (double)correction / v; in FastLog2Slow_MIPS32() 89 return (float)log_2; in FastLog2Slow_MIPS32()
|
D | lossless_enc.c | 361 double log_2; in FastLog2Slow_C() local 367 log_2 = kLog2Table[v] + log_cnt; in FastLog2Slow_C() 372 log_2 += (double)correction / orig_v; in FastLog2Slow_C() 374 return (float)log_2; in FastLog2Slow_C()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | postlegalizer-lowering-adjust-icmp-imm.mir | 18 ; log_2(4096) == 12, so we can represent this as a 12 bit value with a 52 ; log_2(4096) == 12, so we can represent this as a 12 bit value with a 86 ; log_2(4096) == 12, so we can represent this as a 12 bit value with a 120 ; log_2(4096) == 12, so we can represent this as a 12 bit value with a 154 ; log_2(4096) == 12, so we can represent this as a 12 bit value with a 188 ; log_2(4096) == 12, so we can represent this as a 12 bit value with a 222 ; log_2(4096) == 12, so we can represent this as a 12 bit value with a 256 ; log_2(4096) == 12, so we can represent this as a 12 bit value with a 290 ; log_2(8192) == 13, so we can represent this as a 12 bit value with a 326 ; log_2(8192) == 13, so we can represent this as a 12 bit value with a [all …]
|
/external/mtools/ |
D | llong.h | 108 unsigned int log_2(int);
|
D | llong.c | 87 unsigned int log_2(int size) in log_2() function
|
D | init.c | 316 i = log_2(This->sector_size); in fs_init()
|
D | plain_io.c | 673 *maxSize = MAX_OFF_T_B(31+log_2(This->scsi_sector_size)); in SimpleFileOpen()
|
/external/bc/manuals/ |
D | algorithms.md | 22 this `bc`, is superlinear but subpolynomial (bounded by `O(n^log_2(3))`). 53 complexity of `O(n^(2*log_2(3)))` (best case) and `O(n^3)` (worst case). 58 a complexity of `O((n*log(n))^log_2(3))` which is favorable to the
|
/external/llvm/test/MC/COFF/ |
D | comm-align.s | 7 # - that the alignment is represented as a log_2 of the alignment
|
/external/llvm-project/llvm/test/MC/COFF/ |
D | comm-align.s | 7 # - that the alignment is represented as a log_2 of the alignment
|
/external/lua/src/ |
D | lobject.c | 36 static const lu_byte log_2[256] = { /* log_2[i] = ceil(log2(i - 1)) */ in luaO_ceillog2() local 49 return l + log_2[x]; in luaO_ceillog2()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTypes.def | 36 /* enum value, log_2(size), align, # elts, element type, */ \
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | common.h | 542 const FixedPoint0 log_2 = GEMMLOWP_CHECKED_FIXEDPOINT_CONSTANT( in log_x_for_x_greater_than_or_equal_to_1_impl() local 607 return gemmlowp::Rescale<OutputIntegerBits>(z_pow_2_adj * log_2 + in log_x_for_x_greater_than_or_equal_to_1_impl()
|
/external/libhevc/encoder/ |
D | ihevce_decomp_pre_intra_pass.c | 831 float log_2 = (float)(((u.x >> 23) & 255) - 128); in fast_log2() local 835 log_2 += ((-1.0f / 3) * u.val + 2) * u.val - 2.0f / 3; in fast_log2() 836 return log_2; in fast_log2()
|
/external/mesa3d/docs/gallium/ |
D | tgsi.rst | 132 dst.x &= \lfloor\log_2{|src.x|}\rfloor \\ 133 dst.y &= \frac{|src.x|}{2^{\lfloor\log_2{|src.x|}\rfloor}} \\ 134 dst.z &= \log_2{|src.x|} \\ 342 dst = \log_2{src.x} 2979 :math:`\log_2{x}` Logarithm of `x`, base 2.
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 256 def LOG2 : InstLanai<(outs), (ins), "log_2", []>;
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 253 def LOG2 : InstLanai<(outs), (ins), "log_2", []>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 253 def LOG2 : InstLanai<(outs), (ins), "log_2", []>;
|
/external/one-true-awk/testdir/ |
D | funstack.in | 2614 …abstract = "The average asymptotic number of comparisons needed is shown to be $! n log_2 (n)$…
|