OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:round
(Results
226 - 250
of
484
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libm/include/
math.h
281
double
round
(double);
/development/ndk/platforms/android-3/include/
math.h
280
double
round
(double);
/development/ndk/platforms/android-9/include/
math.h
280
double
round
(double);
/external/chromium/chrome/browser/resources/
network_menu.js
21
ctx.lineCap = '
round
';
22
ctx.lineJoin = '
round
';
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
gjslint.py
214
return '%dms' %
round
(t * 1000)
/external/jmonkeyengine/engine/src/android/jme3tools/android/
Fixed.java
135
* Value to add in order to
round
down a fixed point number when
392
* Math.
round
()</code> in the standard library.
394
public static int
round
(int n) {
method in class:Fixed
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
BulletAppState.java
110
executor.schedule(detachedPhysicsUpdate, Math.
round
(getPhysicsSpace().getAccuracy() * 1000000.0f) - (update * 1000), TimeUnit.MICROSECONDS);
/external/libvpx/vp8/common/x86/
subpixel_sse2.asm
[
all
...]
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
253
/// double
round
(double x);
254
round
,
enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
TargetLibraryInfo.cpp
142
"
round
",
281
TLI.setUnavailable(LibFunc::
round
);
/external/qemu/target-arm/
iwmmxt_helper.c
318
((a >> SHR) & 0xff) + ((b >> SHR) & 0xff) +
round
) >> 1) << SHR)
322
const int
round
= r; \
342
((a >> SHR) & 0xffff) + ((b >> SHR) & 0xffff) +
round
) >> 1) << SHR)
346
const int
round
= r; \
/external/skia/samplecode/
SamplePath.cpp
68
r.
round
(&ir);
/external/skia/src/core/
SkRasterClip.cpp
164
r.
round
(&ir);
/external/webkit/Source/WebCore/platform/graphics/
ContextShadow.cpp
54
, m_blurDistance(
round
(radius))
/external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp
765
x =
round
(x);
766
y =
round
(y);
781
width =
round
(width);
787
height =
round
(height);
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java
145
final int bands = (int) Math.
round
(pointAreaRadius / ds);
/frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutDirectionsTest.java
129
b.setWidth(Math.
round
(width));
/frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp
579
pixel = htonl((uint32_t)
round
((((1 << attrib->c1Size) - 1) * color.c1()))
582
pixel |= htonl((uint32_t)
round
((((1 << attrib->c2Size) - 1) * color.c2()))
585
pixel |= htonl((uint32_t)
round
((((1 << attrib->c3Size) - 1) * color.c3()))
589
pixel |= htonl((uint32_t)
round
((((1 << attrib->aSize) - 1) * alpha))
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
FloatingChildLayout.java
158
final int childTop = target.centerY() - Math.
round
(childHeight * 0.35f);
/packages/apps/DeskClock/src/com/android/deskclock/
AlarmKlaxon.java
146
int minutes = (int) Math.
round
(millis / 60000.0);
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
PointCloud.java
145
final int bands = (int) Math.
round
(pointAreaRadius / ds);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java
197
Math.
round
(scale * icon.getHeight()))/2f);
GLCanvasImpl.java
657
Math.
round
(((color >> 16) & 0xFF) * prealpha),
658
Math.
round
(((color >> 8) & 0xFF) * prealpha),
659
Math.
round
((color & 0xFF) * prealpha),
660
Math.
round
(255 * prealpha));
/packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java
264
return (int) Math.
round
(value);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h
81
using std::tr1::
round
;
Completed in 792 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>