HomeSort by relevance Sort by last modified time
    Searched defs:Round (Results 1 - 6 of 6) 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);
  /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;
  /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/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 599 milliseconds