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

  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_button.cc 26 static inline int Round(double x) {
74 // Round here so that we minimize the aspect ratio drift.
75 int dst_height = Round(button_icon_.height() * scale);
76 // Round rather than truncating, so that for odd heights we select an extra
80 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 51 int i, Round, Value;
64 Round = 1<<(Shift-1);
68 Value = (pDst[i] * Scale + Round) >> Shift;
  /external/chromium_org/cc/base/
math_util.h 90 static float Round(float f) {
93 static double Round(double d) {
  /bionic/benchmarks/
benchmark_main.cpp 37 static int Round(int n) {
143 iterations = Round(iterations);
  /external/chromium_org/printing/
printing_context_android.cc 26 inline int Round(double x) {
128 width = Round(ConvertUnitDouble(width, kInchToMil, 1.0) * dpi);
129 height = Round(ConvertUnitDouble(height, kInchToMil, 1.0) * dpi);
  /system/core/liblog/tests/
benchmark_main.cpp 37 static int Round(int n) {
134 iterations = Round(iterations);
  /external/chromium_org/ui/gfx/
transform_util.cc 59 SkMScalar Round(SkMScalar n) {
136 decomp.translate[0] = Round(decomp.translate[0]);
137 decomp.translate[1] = Round(decomp.translate[1]);
138 decomp.translate[2] = Round(decomp.translate[2]);
215 decomp.scale[0] = Round(decomp.scale[0]);
216 decomp.scale[1] = Round(decomp.scale[1]);
217 decomp.scale[2] = Round(decomp.scale[2]);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 135 Round RN 0
353 ;// constant 2 after the Multiplication. The value of Round would be 2
360 MOV Round, #2 ;// Round = 2
365 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
366 SMLABB temp3, colOp02, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round
367 SMLATB temp2, colOp00, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
    [all...]
  /external/llvm/include/llvm/Support/
ScaledNumber.h 46 /// \brief Conditionally round up a scaled number.
48 /// Given \c Digits and \c Scale, round up iff \c ShouldRound is \c true.
89 // Shift right and round.
204 // Round based on the next digit.
206 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1);
207 return std::make_pair(Floor + Round, Round ? 1 : -1);
717 static ScaledNumber getRounded(ScaledNumber P, bool Round) {
722 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round);
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 62 int Round(float f) {
653 Round(1.0 * (count - 1) *
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 91 static inline int Round(double x) {
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 270 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value) function in namespace:deqp::gls::BuiltinPrecisionTests
459 ret[ndx] = round(fmt, value[ndx]);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 3659 milliseconds