OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rounded
(Results
1 - 25
of
330
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/asm-x86/
delay.h
19
/* 0x10c7 is 2**32 / 1000000 (
rounded
up) */
24
/* 0x5 is 2**32 / 1000000000 (
rounded
up) */
/external/skia/include/effects/
SkCornerPathEffect.h
25
into various treatments (e.g.
rounded
corners)
30
that should be "
rounded
".
/external/webkit/WebCore/platform/graphics/wince/
WinceGraphicsExtras.h
26
// Always round to same direction. 0.5 is
rounded
to 1,
27
// and -0.5 (0.5 - 1) is
rounded
to 0 (1 - 1), so that it
/dalvik/libcore/math/src/main/java/java/math/
RoundingMode.java
29
* Rounding mode where positive values are
rounded
towards positive infinity
37
* Rounding mode where the values are
rounded
towards zero.
62
* Rounding mode where values are
rounded
towards the nearest neighbor. Ties
68
* Rounding mode where values are
rounded
towards the nearest neighbor. Ties
74
* Rounding mode where values are
rounded
towards the nearest neighbor. Ties
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java
25
* Creates a
rounded
-corner rectangle. Optionally, an inset (
rounded
) rectangle
27
* The
rounded
rectangle can be drawn to a Canvas with its own draw() method,
46
* For no
rounded
corners on the outer rectangle,
54
* For no
rounded
corners on the inner rectangle,
/frameworks/base/graphics/java/android/graphics/
CornerPathEffect.java
23
* replacing any sharp angles between line segments into
rounded
angles of
/frameworks/base/awt/javax/imageio/plugins/jpeg/
JPEGQTable.java
143
int
rounded
= Math.round(theTable[i] * scaleFactor);
local
144
if (
rounded
< 1) {
145
rounded
= 1;
147
if (
rounded
> maxValue) {
148
rounded
= maxValue;
150
table[i] =
rounded
;
/frameworks/base/awt/java/awt/geom/
RoundRectangle2D.java
29
* The Class RoundRectangle2D describes a rectangle with
rounded
corners with
65
* The arc width of the
rounded
corners.
70
* The arc height of the
rounded
corners.
94
* the arc width of the
rounded
corners.
96
* the arc height of the
rounded
corners.
149
* the arc width of the
rounded
corners.
151
* the arc height of the
rounded
corners.
218
* The arc width of the
rounded
corners.
223
* The arc height of the
rounded
corners.
247
* the arc width of the
rounded
corners
[
all
...]
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidLineMetrics.java
55
* positive metrics
rounded
to the smallest int that is bigger than value
56
* negative metrics
rounded
to the smallest int that is lesser than value
57
* thicknesses
rounded
to int ((int)round(value + 0.5))
/bionic/libm/man/
lrint.3
54
If the
rounded
result is too large to be represented as a
62
When the
rounded
result is representable as a
lround.3
60
If the
rounded
result is too large to be represented as a
68
When the
rounded
result is representable as a
fenv.3
141
These modes control the direction in which results are
rounded
147
Results are
rounded
to the closest representable value.
152
Results are
rounded
towards negative \*[If].
154
Results are
rounded
towards positive \*[If].
156
Results are
rounded
towards zero.
/external/icu4c/i18n/
inputext.h
45
// Value is
rounded
up, so zero really means zero occurences.
/bionic/libm/src/
e_log10.c
24
* ivln10 = 1/log(10)
rounded
.
35
* [1/log(10)]
rounded
to 53 bits has error .198 ulps;
s_truncf.c
18
* Return x
rounded
toward 0 to integral value
e_sqrt.c
19
* Return correctly
rounded
sqrt.
198
Both supply sqrt(x) correctly
rounded
. The first algorithm (in
278
correctly
rounded
according to the prevailing rounding mode
292
R := r; ... restore
rounded
mode
299
If (r=RN) then z=z+ulp ...
rounded
-to-nearest
304
y0:=y0-0x00100000; ... y := y/2 is correctly
rounded
.
306
R := r; ... restore
rounded
mode
367
correctly
rounded
according to the prevailing rounding mode
383
if(x<z*z ...
rounded
up) z = z - ulp; else
384
if(x>=(z+ulp)*(z+ulp) ...
rounded
up) z = z+ulp
[
all
...]
s_ceil.c
19
* Return x
rounded
toward -inf to integral value
/cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java
73
// create a path that describes the expected shape after the corner is
rounded
105
//
rounded
corner must have less pixels than a sharp corner
/external/dropbear/libtomcrypt/notes/
tech0006.txt
66
-- and
rounded
down, e.g. 521 => 65
74
-- and
rounded
down, e.g. 521 => 65
/external/fdlibm/
e_log10.c
20
* ivln10 = 1/ieee_log(10)
rounded
.
31
* [1/ieee_log(10)]
rounded
to 53 bits has error .198 ulps;
e_sqrt.c
14
* Return correctly
rounded
sqrt.
202
Both supply ieee_sqrt(x) correctly
rounded
. The first algorithm (in
282
correctly
rounded
according to the prevailing rounding mode
296
R := r; ... restore
rounded
mode
303
If (r=RN) then z=z+ulp ...
rounded
-to-nearest
308
y0:=y0-0x00100000; ... y := y/2 is correctly
rounded
.
310
R := r; ... restore
rounded
mode
371
correctly
rounded
according to the prevailing rounding mode
387
if(x<z*z ...
rounded
up) z = z - ulp; else
388
if(x>=(z+ulp)*(z+ulp) ...
rounded
up) z = z+ulp
[
all
...]
/external/proguard/src/proguard/gui/splash/
RectangleSprite.java
26
* This Sprite represents an animated
rounded
rectangle. It can optionally be filled.
63
* Creates a new RectangleSprite with
rounded
corners.
/external/webkit/WebCore/inspector/front-end/
SummaryBar.js
150
// Calculate the percentage of each segment,
rounded
to the nearest percent.
159
// if we
rounded
up for a few segments.
170
// if we
rounded
down for a few segments.
229
// Make a
rounded
rect path.
242
// Clip to the
rounded
rect path.
/external/qemu/distrib/sdl-1.2.12/src/video/
e_sqrt.h
18
* Return correctly
rounded
sqrt.
245
Both supply sqrt(x) correctly
rounded
. The first algorithm (in
325
correctly
rounded
according to the prevailing rounding mode
339
R := r; ... restore
rounded
mode
346
If (r=RN) then z=z+ulp ...
rounded
-to-nearest
351
y0:=y0-0x00100000; ... y := y/2 is correctly
rounded
.
353
R := r; ... restore
rounded
mode
414
correctly
rounded
according to the prevailing rounding mode
430
if(x<z*z ...
rounded
up) z = z - ulp; else
431
if(x>=(z+ulp)*(z+ulp) ...
rounded
up) z = z+ulp
[
all
...]
/bionic/libm/bsdsrc/
b_exp.c
72
* exp(x) returns the exponential of x nearly
rounded
. In a test run
107
/* express x-k*ln2 as hi-lo and let x=hi-lo
rounded
*/
152
/* express (x+c)-k*ln2 as hi-lo and let x=hi-lo
rounded
*/
Completed in 338 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>