/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...] |
host_s390_defs.c | [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 | 707 // size (rounding down), to compute the index at this level. [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/aac/libSBRenc/src/ |
mh_det.cpp | [all...] |
resampler.cpp | 447 /* Do not saturate any state value ! The result would be unacceptable. Rounding makes SNR around 10dB better. */
|
/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...] |
app_panel_browser_frame_view.cc | 309 // button, we vertically center it. We want to bias rounding to put extra
|
glass_browser_frame_view.cc | 417 // Bias the rounding to select a region that's lower rather than higher,
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
GraphicsContextCG.cpp | [all...] |
/frameworks/av/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/av/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/av/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/native/opengl/tests/hwc/ |
hwcCommit.cpp | [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 | 691 // Scale by tdensity / sdensity, rounding up.
|
/dalvik/vm/mterp/out/ |
InterpAsm-x86.S | [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DecimalFormatTest.java | [all...] |
/external/chromium/base/ |
process_util_unittest.cc | 704 // that alignment or other rounding doesn't make it wrap.
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_thread.cc | 740 // Truncation is adequate for rounding here. [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
browser_toolbar_gtk.cc | 74 // Amount of rounding on top corners of toolbar. Only used in Gtk theme mode.
|
/external/chromium/chrome/browser/ui/views/ |
constrained_window_views.cc | 421 // button, we vertically center it. We want to bias rounding to put extra
|
/external/chromium/webkit/glue/ |
webmediaplayer_impl.cc | 66 // Platform independent method for converting and rounding floating point
|