OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rounded
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/services/audioflinger/
roundup.c
26
unsigned
rounded
= ((unsigned) 0x80000000) >> lz;
local
27
// 0x800000001 and higher are actually
rounded
_down_ to prevent overflow
28
if (v >
rounded
&& lz > 0) {
29
rounded
<<= 1;
31
return
rounded
;
/libcore/luni/src/test/java/libcore/java/math/
BigDecimalTest.java
64
BigDecimal
rounded
= bigDecimal.round(new MathContext(2, RoundingMode.FLOOR));
local
65
assertEquals("0.99",
rounded
.toString());
/external/v8/tools/
generate-ten-powers.scm
79
(define (
rounded
-/bx x y)
112
(v (
rounded
-/bx two^e ten^i))
/external/v8/src/mips/
simulator-mips.cc
2068
double
rounded
= fs > 0 ? floor(fs + 0.5) : ceil(fs - 0.5);
local
2078
double
rounded
= trunc(fs);
local
2088
double
rounded
= floor(fs);
local
2098
double
rounded
= ceil(fs);
local
2110
double
rounded
= trunc(fs);
local
2117
double
rounded
= trunc(fs);
local
2124
double
rounded
= fs > 0 ? floor(fs + 0.5) : ceil(fs - 0.5);
local
[
all
...]
/external/dexmaker/lib/
jarjar.jar
/prebuilt/common/jarjar/
jarjar-1.0rc8.jar
Completed in 158 milliseconds