OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rounding
(Results
451 - 475
of
839
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java
467
// If you zoom out 10 times and then back in 10 times, small
rounding
errors mean
/system/core/libpixelflinger/
buffer.cpp
347
// v += 1 << ((sbits-dbits)-1); //
rounding
fixed.cpp
65
x += 1L << (shift-1); //
rounding
/external/qemu/distrib/libpng-1.2.19/
pngset.c
285
- 7*8 /*
rounding
of width to multiple of 8 pixels */
360
- 7*8 /*
rounding
of width to multiple of 8 pixels */
[
all
...]
/external/srec/srec/cfront/
log_tabl.c
55
order to do
rounding
off */
97
{ /*
rounding
off */
/external/valgrind/main/docs/html/
manual-core.html
[
all
...]
/frameworks/base/core/java/android/view/animation/
Animation.java
964
// Enlarge the invalidate region to account for
rounding
errors
[
all
...]
/libcore/luni/src/main/java/java/text/
NumberFormat.java
828
* Subclasses for which a
rounding
mode is meaningful are expected to override this method.
838
* Subclasses for which a
rounding
mode is meaningful are expected to override this method.
/external/valgrind/main/VEX/priv/
guest_amd64_toIR.c
49
* FP
rounding
mode observed only for float->int conversions and
51
float-to-float
rounding
. For all other operations,
[
all
...]
guest_x86_toIR.c
52
* FP
rounding
mode observed only for float->int conversions
54
for float-to-float
rounding
. For all other operations,
[
all
...]
guest_generic_x87.c
240
*
Rounding
following truncation could be a bit better.
392
/* Now consider any
rounding
that needs to happen as a result of
/external/llvm/lib/Analysis/
ConstantFolding.cpp
675
// size (
rounding
down), to compute the index at this level.
[
all
...]
/external/skia/src/opts/
SkBlitRow_opts_arm.cpp
216
* implementation by introducing
rounding
right shifts (vrshr) for the final stage.
217
*
Rounding
is not present in the code below, because although results would be closer
275
// we'll use just a
rounding
shift [q2 is available for scratch]
[
all
...]
/external/valgrind/main/memcheck/
mc_replace_strmem.c
[
all
...]
/external/webrtc/src/modules/audio_processing/aecm/main/source/
aecm_core.c
986
// The -1 is an alternative to
rounding
. This way we get a larger
[
all
...]
/libcore/luni/src/main/java/java/lang/
Math.java
699
* Returns the double conversion of the result of
rounding
the argument to
718
* Returns the result of
rounding
the argument to an integer. The result is
745
* Returns the result of
rounding
the argument to an integer. The result is
[
all
...]
/external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc
538
// caption button, we vertically center it. We want to bias
rounding
to put
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp
[
all
...]
/frameworks/base/media/libstagefright/codecs/aacdec/
sbr_generate_high_freq.cpp
362
patchDistance = patchDistance & ~1; /*
rounding
off odd numbers and make all even */
385
patchDistance = (patchDistance + 1) & ~1; /*
rounding
up odd numbers and make all even */
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp
34
rnd1 =
rounding
value for case when one dimension uses half-pel
36
rnd2 =
rounding
value for case when two dimensions uses half-pel
[
all
...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_IDCT_s.h
354
LDR xit, =0x00010001 ;//
rounding
constant
511
LDR xit, =0x00010001 ;//
rounding
constant
[
all
...]
/frameworks/base/opengl/tests/hwc/
hwcCommit.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMInstrNEON.td
[
all
...]
/bionic/libc/stdlib/
strtod.c
36
* biased
rounding
(add half and chop).
78
* #define ROUND_BIASED for IEEE-format with biased
rounding
.
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java
881
// Scale by tdensity / sdensity,
rounding
up.
Completed in 1147 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>