Searched refs:Round (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Dbn-586-mac.S22 # Round 0
31 # Round 4
40 # Round 8
49 # Round 12
58 # Round 16
67 # Round 20
76 # Round 24
85 # Round 28
105 # Tail Round 0
116 # Tail Round
[all...]
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_button.cc25 static inline int Round(double x) { function
69 // Round here so that we minimize the aspect ratio drift.
70 int dst_height = Round(button_icon_.height() * scale);
71 // Round rather than truncating, so that for odd heights we select an extra
75 int dst_y = Round((height() - dst_height) / 2.0);
H A Davatar_menu_bubble_view.cc56 inline int Round(double x) { function in namespace:__anon5250
69 scaled_height = Round(src_height * scale);
74 scaled_width = Round(src_width * scale);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dtreecoder.h78 int Round
/external/libvpx/libvpx/vp8/common/
H A Dtreecoder.h78 int Round
/external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
H A Dbf-586-mac.S22 # Round 0
42 # Round 1
62 # Round 2
82 # Round 3
102 # Round 4
122 # Round 5
142 # Round 6
162 # Round 7
182 # Round 8
202 # Round
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
H A Ddes-586-mac.S7 # Round 0
36 # Round 1
65 # Round 2
94 # Round 3
123 # Round 4
152 # Round 5
181 # Round 6
210 # Round 7
239 # Round 8
268 # Round
[all...]
H A Dcrypt586-mac.S24 # Round 0
74 # Round 1
124 # Round 2
174 # Round 3
224 # Round 4
274 # Round 5
324 # Round 6
374 # Round 7
424 # Round 8
474 # Round
[all...]
/external/chromium_org/printing/
H A Dprinting_context_android.cc26 inline int Round(double x) { function in namespace:__anon9718
129 width = Round(ConvertUnitDouble(width, kInchToMil, 1.0) * dpi);
130 height = Round(ConvertUnitDouble(height, kInchToMil, 1.0) * dpi);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm49 vadd.s16 q4, q6 ; x + Round
54 vqdmulh.s16 q4, q8 ; y = ((Round+abs(z)) * Quant) >> 16
66 vadd.s16 q10, q6 ; x2 + Round
71 vqdmulh.s16 q10, q8 ; y2 = ((Round+abs(z)) * Quant) >> 16
181 vadd.s16 q12, q14 ; x + Round
186 vqdmulh.s16 q12, q8 ; y = ((Round+abs(z)) * Quant) >> 16
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm49 vadd.s16 q4, q6 ; x + Round
54 vqdmulh.s16 q4, q8 ; y = ((Round+abs(z)) * Quant) >> 16
66 vadd.s16 q10, q6 ; x2 + Round
71 vqdmulh.s16 q10, q8 ; y2 = ((Round+abs(z)) * Quant) >> 16
181 vadd.s16 q12, q14 ; x + Round
186 vqdmulh.s16 q12, q8 ; y = ((Round+abs(z)) * Quant) >> 16
/external/chromium_org/ui/gfx/
H A Dtransform_util.cc59 SkMScalar Round(SkMScalar n) { function in namespace:gfx::__anon16154
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]);
/external/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc87 // Round to nearest
123 // Round to nearest
/external/chromium_org/cc/base/
H A Dmath_util.h84 static float Round(float f) { function in class:cc::MathUtil
87 static double Round(double d) { function in class:cc::MathUtil
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dvector_scaling_operations_neon.S52 vrshl.s32 q0, q12 @ Round shift right by right_shifts.
/external/llvm/include/llvm/Support/
H A DScaledNumber.h204 // Round based on the next digit.
206 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); local
207 return std::make_pair(Floor + Round, Round ? 1 : -1);
717 static ScaledNumber getRounded(ScaledNumber P, bool Round) { argument
722 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc89 static inline int Round(double x) { function in namespace:__anon5290
2373 int rounded_tab_x = Round(tab_x);
2376 gfx::Rect(rounded_tab_x, 0, Round(end_of_tab) - rounded_tab_x,
2383 if ((Tab::GetStandardSize().width() - Round(current_unselected_width_)) > 1 &&
2390 new_tab_x = Round(tab_x - kTabHorizontalOffset) +
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common.cc1308 transform->matrix().set(0, 3, MathUtil::Round(transform->matrix().get(0, 3)));
1309 transform->matrix().set(1, 3, MathUtil::Round(transform->matrix().get(1, 3)));
H A Dlayer_tree_host_common_unittest.cc388 expected_transform.Translate(MathUtil::Round(sub_layer_screen_position.x()),
389 MathUtil::Round(sub_layer_screen_position.y()));
410 MathUtil::Round(kTranslateX * kPageScale * kDeviceScale +
412 MathUtil::Round(kTranslateY * kPageScale * kDeviceScale +
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table.cc62 int Round(float f) { function in namespace:autofill::__anon6237
653 Round(1.0 * (count - 1) *
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core_neon.S384 add r0, r3, #1 << 20 @ Round
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDecimalTest.cpp964 TEST_F(DecimalTest, Round)
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2162 /// EnsureStackAlignment - Round stack frame size up from NumBytes to
5181 SDValue Round = DAG.getNode(ISD::AND, dl, MVT::i64, local
5183 Round = DAG.getNode(ISD::ADD, dl, MVT::i64,
5184 Round, DAG.getConstant(2047, MVT::i64));
5185 Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT);
5186 Round = DAG.getNode(ISD::AND, dl, MVT::i64,
5187 Round, DAG.getConstant(-2048, MVT::i64));
5204 SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT);
5279 00 Round t
[all...]
/external/iproute2/doc/
H A Dip-cref.tex815 *** Round 1, deleting 3 addresses ***
1066 *** Round 1, deleting 1 entries ***
1292 --- the initial RTT (``Round Trip Time'') estimate.
1767 *** Round 1, deleting 6 entries ***
1781 *** Round 1, deleting 1408 entries ***
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3105 class Round : public FloatFunc1 class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
5142 addScalarFactory<Round>(*funcs);

Completed in 3274 milliseconds

12