Home
last modified time | relevance | path

Searched refs:rounded (Results 1 – 25 of 87) sorted by relevance

1234

/external/valgrind/main/none/tests/s390x/
Drounding-4.stdout.exp2 load rounded d = 1.2345678987654319598e+28 f = 1.234567915439125133e+28
4 load rounded d = 1.2345678987654319598e+28 f = 1.2345677973799630613e+28
6 load rounded d = 1.2345678987654319598e+28 f = 1.234567915439125133e+28
8 load rounded d = 1.2345678987654319598e+28 f = 1.2345677973799630613e+28
11 load rounded d = -1.2345678987654319598e+28 f = -1.234567915439125133e+28
13 load rounded d = -1.2345678987654319598e+28 f = -1.2345677973799630613e+28
15 load rounded d = -1.2345678987654319598e+28 f = -1.2345677973799630613e+28
17 load rounded d = -1.2345678987654319598e+28 f = -1.234567915439125133e+28
/external/chromium_org/ui/gfx/geometry/
Dsafe_integer_conversions.h34 float rounded; in ToRoundedInt() local
36 rounded = std::floor(value + 0.5f); in ToRoundedInt()
38 rounded = std::ceil(value - 0.5f); in ToRoundedInt()
39 return ClampToInt(rounded); in ToRoundedInt()
/external/llvm/test/CodeGen/X86/
Dalignment.ll3 ; This cannot get rounded up to the preferred alignment (16) if they have an
13 ; Common variables should not get rounded up to the preferred alignment (16) if
27 ; This cannot get rounded up to the preferred alignment (16) if they have an
36 ; Common variables should not get rounded up to the preferred alignment (16) if
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-351624.js13 var rounded = Math.round(prod);
15 return rounded;
/external/chromium_org/v8/src/mips64/
Dsimulator-mips64.cc1193 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() argument
1198 if (!std::isfinite(original) || !std::isfinite(rounded)) { in set_fcsr_round_error()
1203 if (original != rounded) { in set_fcsr_round_error()
1207 if (rounded < DBL_MIN && rounded > -DBL_MIN && rounded != 0) { in set_fcsr_round_error()
1212 if (rounded > max_int32 || rounded < min_int32) { in set_fcsr_round_error()
1225 bool Simulator::set_fcsr_round64_error(double original, double rounded) { in set_fcsr_round64_error() argument
1230 if (!std::isfinite(original) || !std::isfinite(rounded)) { in set_fcsr_round64_error()
1235 if (original != rounded) { in set_fcsr_round64_error()
1239 if (rounded < DBL_MIN && rounded > -DBL_MIN && rounded != 0) { in set_fcsr_round64_error()
1244 if (rounded > max_int64 || rounded < min_int64) { in set_fcsr_round64_error()
[all …]
Dsimulator-mips64.h208 bool set_fcsr_round_error(double original, double rounded);
209 bool set_fcsr_round64_error(double original, double rounded);
/external/chromium_org/v8/src/mips/
Dsimulator-mips.cc1277 bool Simulator::set_fcsr_round_error(double original, double rounded) { in set_fcsr_round_error() argument
1282 if (!std::isfinite(original) || !std::isfinite(rounded)) { in set_fcsr_round_error()
1287 if (original != rounded) { in set_fcsr_round_error()
1291 if (rounded < DBL_MIN && rounded > -DBL_MIN && rounded != 0) { in set_fcsr_round_error()
1296 if (rounded > max_int32 || rounded < min_int32) { in set_fcsr_round_error()
2279 double rounded = std::floor(fs + 0.5); in DecodeTypeRegister() local
2280 int32_t result = static_cast<int32_t>(rounded); in DecodeTypeRegister()
2287 if (set_fcsr_round_error(fs, rounded)) { in DecodeTypeRegister()
2294 double rounded = trunc(fs); in DecodeTypeRegister() local
2295 int32_t result = static_cast<int32_t>(rounded); in DecodeTypeRegister()
[all …]
/external/chromium_org/chrome/browser/ui/cocoa/
Drect_path_utils.mm34 // color. |outerRadius| greater than 0.0 uses rounded corners, with
50 // greater than 0.0 uses rounded corners, with inset backed out of the
Dbubble_view.mm23 // not be retained. Defaults to all corners being rounded.
40 // Sets which corners will be rounded.
Dfullscreen_exit_bubble_view.mm38 // Start with a rounded rectangle.
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DClassHeaderReader.java145 int rounded = (int)(CHUNK * Math.ceil((float)amount / CHUNK)); in buffer() local
146 bsize += read(in, b, bsize, rounded - bsize); in buffer()
/external/oprofile/events/rtc/
Devents3 name:RTC_INTERRUPTS event:0xff counters:0 um:zero minimum:2 : RTC interrupts/sec (rounded up to pow…
/external/deqp/framework/common/
DtcuBilinearImageCompare.cpp80 const deUint32 rounded = (sum + half) >> (NUM_SUBPIXEL_BITS*2); in interpolateChannel() local
82 DE_ASSERT(de::inRange<deUint32>(rounded, 0, 0xff)); in interpolateChannel()
83 return (deUint8)rounded; in interpolateChannel()
/external/eigen/bench/btl/data/
Dmk_new_gnuplot.sh21 echo set term postscript color rounded enhanced >> $WHAT.gnuplot
/external/chromium_org/ui/file_manager/file_manager/common/js/
Dutil.js363 var rounded = Math.round(bytes / s * 10) / 10;
364 return str(rounded, u);
374 var rounded = Math.ceil(bytes / STEPS[1]);
375 return str(rounded, UNITS[1]);
/external/chromium_org/third_party/WebKit/Source/wtf/
DMathExtras.h188 double rounded = round(flt); in lrint() local
189 intgr = static_cast<int64_t>(rounded); in lrint()
/external/chromium_org/chrome/browser/resources/ntp4/
Dnew_tab_theme.css107 /* This shows through at the (rounded) thumbnail's corners. */
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_window.mm50 // Like NSMenus, only the bottom corners are rounded.
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_pop_up_button.mm92 // Mimic the rounded rect of default popup bezel in size, outline in red.
/external/chromium_org/base/third_party/dmg_fp/
Dgcc_warnings.patch56 /* threshold was rounded to zero */
/external/llvm/test/CodeGen/SPARC/
Dvarargs.ll7 ; 128 byte save ares + 1 alloca rounded up to 16 bytes alignment.
/external/chromium_org/third_party/icu/source/i18n/
Dcompactdecimalformat.cpp247 DigitList orig, rounded; in format() local
251 _round(orig, rounded, isNegative, status); in format()
255 double roundedDouble = rounded.getDouble(); in format()
/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp247 DigitList orig, rounded; in format() local
251 _round(orig, rounded, isNegative, status); in format()
255 double roundedDouble = rounded.getDouble(); in format()
/external/valgrind/main/docs/internals/
Ds390-opcodes.csv109 ldxr,"load rounded (ext. to long)","won't do","hfp instruction"
110 ledr,"load rounded (long to short)","won't do","hfp instruction"
312 ldxbr,"load rounded extended to long bfp",implemented,
313 lexbr,"load rounded extended to short bfp",implemented,
314 ledbr,"load rounded long to short bfp",implemented,
555 lexr,"load rounded extended to short hfp","won't do","hfp instruction"
726 ledtr,"load rounded long dfp",implemented
727 ldxtr,"load rounded extended dfp",implemented
935 ledbra,"load rounded short/long bfp to short/long bfp with rounding mode",implemented,
936 ldxbra,"load rounded long/extended bfp to long/extended bfp with rounding mode",implemented,
[all …]
/external/chromium_org/ui/ios/
DNSString+CrStringDrawing_unittest.mm79 // Verify that the pixel_aligned size is always rounded up (i.e. the size

1234