/external/valgrind/main/none/tests/s390x/ |
D | rounding-4.stdout.exp | 2 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/ |
D | safe_integer_conversions.h | 34 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/ |
D | alignment.ll | 3 ; 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/ |
D | regress-351624.js | 13 var rounded = Math.round(prod); 15 return rounded;
|
/external/chromium_org/v8/src/mips64/ |
D | simulator-mips64.cc | 1193 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 …]
|
D | simulator-mips64.h | 208 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/ |
D | simulator-mips.cc | 1277 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/ |
D | rect_path_utils.mm | 34 // color. |outerRadius| greater than 0.0 uses rounded corners, with 50 // greater than 0.0 uses rounded corners, with inset backed out of the
|
D | bubble_view.mm | 23 // not be retained. Defaults to all corners being rounded. 40 // Sets which corners will be rounded.
|
D | fullscreen_exit_bubble_view.mm | 38 // Start with a rounded rectangle.
|
/external/jarjar/src/main/com/tonicsystems/jarjar/util/ |
D | ClassHeaderReader.java | 145 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/ |
D | events | 3 name:RTC_INTERRUPTS event:0xff counters:0 um:zero minimum:2 : RTC interrupts/sec (rounded up to pow…
|
/external/deqp/framework/common/ |
D | tcuBilinearImageCompare.cpp | 80 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/ |
D | mk_new_gnuplot.sh | 21 echo set term postscript color rounded enhanced >> $WHAT.gnuplot
|
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
D | util.js | 363 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/ |
D | MathExtras.h | 188 double rounded = round(flt); in lrint() local 189 intgr = static_cast<int64_t>(rounded); in lrint()
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
D | new_tab_theme.css | 107 /* This shows through at the (rounded) thumbnail's corners. */
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_window.mm | 50 // Like NSMenus, only the bottom corners are rounded.
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_pop_up_button.mm | 92 // Mimic the rounded rect of default popup bezel in size, outline in red.
|
/external/chromium_org/base/third_party/dmg_fp/ |
D | gcc_warnings.patch | 56 /* threshold was rounded to zero */
|
/external/llvm/test/CodeGen/SPARC/ |
D | varargs.ll | 7 ; 128 byte save ares + 1 alloca rounded up to 16 bytes alignment.
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | compactdecimalformat.cpp | 247 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/ |
D | compactdecimalformat.cpp | 247 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/ |
D | s390-opcodes.csv | 109 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/ |
D | NSString+CrStringDrawing_unittest.mm | 79 // Verify that the pixel_aligned size is always rounded up (i.e. the size
|