HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 451 - 475 of 804) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 280 double round(double);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 280 double round(double);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h 81 using std::tr1::round;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h 81 using std::tr1::round;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
math.h 81 using std::tr1::round;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dummy_thread.py 159 local_delay = round(random.random(), 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dummy_thread.py 159 local_delay = round(random.random(), 1)
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict8x4_neon.asm 141 vqrshrun.s16 d22, q7, #7 ;shift/round/saturate to u8
228 vqrshrun.s16 d26, q8, #7 ;shift/round/saturate to u8
289 vqrshrun.s16 d6, q7, #7 ;shift/round/saturate to u8
385 vqrshrun.s16 d22, q7, #7 ;shift/round/saturate to u8
457 vqrshrun.s16 d6, q7, #7 ;shift/round/saturate to u8
sixtappredict8x8_neon.asm 147 vqrshrun.s16 d22, q7, #7 ;shift/round/saturate to u8
243 vqrshrun.s16 d26, q8, #7 ;shift/round/saturate to u8
309 vqrshrun.s16 d6, q7, #7 ;shift/round/saturate to u8
419 vqrshrun.s16 d22, q7, #7 ;shift/round/saturate to u8
501 vqrshrun.s16 d6, q7, #7 ;shift/round/saturate to u8
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 888 vpx_codec_pts_t round, delta; local
893 round = (vpx_codec_pts_t)1000000
898 (dst_time_stamp * ctx->cfg.g_timebase.den + round)
901 ((delta * ctx->cfg.g_timebase.den + round)
918 * ctx->cfg.g_timebase.den + round)
    [all...]
  /external/iproute2/ip/
iproute.c 1268 int round = 0; local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 259 Math.round(nextEventMin / 60).toString());
262 Math.round(nextEventMin / 60 / 24).toString());
  /external/chromium_org/chrome/browser/resources/
about_stats.js 102 avg.innerHTML = Math.round(time / count * 100) / 100;
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 494 var x = Math.round((array[1] + offsetX) * multiplier);
495 var y = Math.round((array[2] + offsetY) * multiplier);
496 var w = Math.round((array[3] - keyMargin) * multiplier);
497 var h = Math.round((array[4] - keyMargin) * multiplier);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 259 Math.round(nextEventMin / 60).toString());
262 Math.round(nextEventMin / 60 / 24).toString());
  /external/chromium_org/chrome/test/functional/
stress.py 294 tick = round(random.random() * 100)
322 tick = round(random.random() * 100)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ImageBuffer.cpp 312 linearRgbLUT.append(static_cast<uint8_t>(round(color * 255)));
327 deviceRgbLUT.append(static_cast<uint8_t>(round(color * 255)));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.cpp 146 // Push a clip if we have a border radius, since we want to round the foreground content that gets painted.
356 return computeReplacedLogicalWidthRespectingMinMaxWidth(roundToInt(round(logicalHeight * intrinsicRatio)), shouldComputePreferred);
419 return computeReplacedLogicalHeightRespectingMinMaxHeight(roundToInt(round(availableLogicalWidth() / intrinsicRatio)));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py 218 test_run_time = round(test_tuple.test_run_time, 1)
232 rounded_time = round(stats[directory]['total_time'], 1)
  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxwindowpicker.cc 539 int scaled_width = round(src_width * scale);
540 int scaled_height = round(src_height * scale);
  /external/chromium_org/third_party/skia/src/core/
SkScan_Path.cpp 605 path.getBounds().round(&ir);
709 r.round(&ir);
  /external/chromium_org/v8/test/mjsunit/
function-names.js 82 "log", "round", "sin", "sqrt", "tan", "atan2", "pow", "max", "min"];
  /external/chromium_org/v8/test/webkit/
toString-number-dot-expr.js 25 "This test checks that toString() round-trip on a function that has a expression of form 4..x does not lose its meaning."
toString-prefix-postfix-preserve-parens.js 25 "This test checks that toString() round-trip on a function that has prefix, postfix and typeof operators applied to group expression will not remove the grouping. Also checks that evaluation of such a expression produces run-time exception"
  /external/libvpx/libvpx/test/
dct16x16_test.cc 33 static int round(double x) { function in namespace:__anon22923
316 << "Error: 16x16 FHT/IHT has an individual round trip error > 1";
319 << "Error: 16x16 FHT/IHT has average round trip error > 1 per block";
397 coeff[j] = round(out_r[j]);

Completed in 1784 milliseconds

<<11121314151617181920>>