OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trailingZeros
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/java/math/
BigDecimal.java
469
int
trailingZeros
;
481
trailingZeros
= Math.min(scale, Long.numberOfTrailingZeros(mantissa));
482
mantissa >>>=
trailingZeros
;
483
scale -=
trailingZeros
;
[
all
...]
/external/llvm/lib/Support/
APFloat.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
[
all
...]
Completed in 231 milliseconds