HomeSort by relevance Sort by last modified time
    Searched defs:Round (Results 1 - 13 of 13) sorted by null

  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NumUtil.java 24 public float Round(float Rval, int Rpl) {
27 float tmp = Math.round(Rval);
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_button.cc 24 static inline int Round(double x) {
61 // Round here so that we minimize the aspect ratio drift.
62 int dst_height = Round(button_icon_.height() * scale);
63 // Round rather than truncating, so that for odd heights we select an extra
67 int dst_y = Round((height() - dst_height) / 2.0);
avatar_menu_bubble_view.cc 56 inline int Round(double x) {
69 scaled_height = Round(src_height * scale);
74 scaled_width = Round(src_width * scale);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair.c 36 int i, Round, Value;
49 Round = 1<<(Shift-1);
53 Value = (pDst[i] * Scale + Round) >> Shift;
  /external/chromium_org/cc/base/
math_util.h 82 static float Round(float f) {
85 static double Round(double d) {
  /bionic/tests/
benchmark_main.cpp 34 static int Round(int n) {
140 iterations = Round(iterations);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 121 Round RN 0
339 ;// constant 2 after the Multiplication. The value of Round would be 2
346 MOV Round, #2 ;// Round = 2
351 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
352 SMLABB temp3, colOp02, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round
353 SMLATB temp2, colOp00, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 60 static inline int Round(double x) {
709 int w = Round(first_tab->IsActive() ? selected : selected);
916 int rounded_tab_x = Round(tab_x);
918 gfx::Rect(rounded_tab_x, 0, Round(end_of_tab) - rounded_tab_x,
929 if (abs(Round(unselected) - Tab::GetStandardSize().width()) > 1 &&
936 new_tab_x = Round(tab_x - kTabHOffset) + kNewTabButtonHOffset;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 70 inline int Round(double x) {
427 gfx::Rect bounds(Round(new_x), start_tab_a_bounds_.y(), tab_a_->width(),
435 bounds = gfx::Rect(Round(new_x), start_tab_b_bounds_.y(), tab_b_->width(),
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 94 inline int Round(double x) {
451 gfx::Rect bounds(Round(new_x), start_tab_a_bounds_.y(), tab_a_->width(),
459 bounds = gfx::Rect(Round(new_x), start_tab_b_bounds_.y(), tab_b_->width(),
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 85 static inline int Round(double x) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 4333 milliseconds