Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:two_valuation
(Results
1 - 1
of
1
) sorted by relevance
/third_party/python/Modules/
H
A
D
mathmodule.c
1963
*
two_valuation
= n//2 + n//4 + n//8 + ....
1965
* It can be shown (e.g., by complete induction on n) that
two_valuation
is
2108
long x,
two_valuation
;
in math_factorial()
local
2132
/* else express in the form odd_part * 2**
two_valuation
, and compute as
in math_factorial()
2133
odd_part <<
two_valuation
. */
in math_factorial()
2137
two_valuation
= x - count_set_bits(x);
in math_factorial()
2138
result = _PyLong_Lshift(odd_part,
two_valuation
);
in math_factorial()
Completed in 5 milliseconds