HomeSort by relevance Sort by last modified time
    Searched refs:Round (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
bn-586-mac.S 22 # 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 1
    [all...]
  /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_org/chrome/browser/ui/views/profiles/
avatar_menu_button.cc 25 static inline int Round(double x) {
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);
  /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/third_party/libvpx/source/libvpx/vp8/common/
treecoder.h 78 int Round
  /external/libvpx/libvpx/vp8/common/
treecoder.h 78 int Round
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
treecoder.h 78 int Round
  /external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
bf-586-mac.S 22 # 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 9
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/core/
test.js 11 return parseFloat(document.getElementById('Round').textContent);
example.js 39 var statRoundEl = document.getElementById('Round');
  /external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
des-586-mac.S 7 # 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 9
    [all...]
crypt586-mac.S 24 # 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 9
    [all...]
  /external/chromium_org/printing/
printing_context_android.cc 26 inline int Round(double x) {
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/
fastquantizeb_neon.asm 49 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/
fastquantizeb_neon.asm 49 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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 49 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/
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]);
  /bionic/benchmarks/
benchmark_main.cpp 37 static int Round(int n) {
143 iterations = Round(iterations);
  /external/chromium_org/cc/base/
math_util.h 84 static float Round(float f) {
87 static double Round(double d) {
  /external/chromium_org/v8/test/webkit/fast/js/kde/
md5-1.js 241 /* Round 1 */
259 /* Round 2 */
277 /* Round 3 */
295 /* Round 4 */
  /system/core/liblog/tests/
benchmark_main.cpp 37 static int Round(int n) {
134 iterations = Round(iterations);
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
vector_scaling_operations_neon.S 52 vrshl.s32 q0, q12 @ Round shift right by right_shifts.
  /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/v8/test/mjsunit/es6/
math-fround.js 58 var round = this.mantissa_29_bits >> 28;
59 var mantissa = 1 + (this.mantissa_23_bits + round) * mantissa_23_shift;
68 var round = ((mantissa_23_bits & round_mask) != 0) | 0;
69 if (round) { // Round to even if tied.
75 if (tied && result_already_even) round = 0;
78 var mantissa = (mantissa_23_bits + round) * mantissa_23_shift;
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 171 "round", // kNameCacheRound
337 INTRINSIC(JavaLangMath, Round, F_I, kIntrinsicRoundFloat, 0),
338 INTRINSIC(JavaLangStrictMath, Round, F_I, kIntrinsicRoundFloat, 0),
339 INTRINSIC(JavaLangMath, Round, D_J, kIntrinsicRoundDouble, 0),
340 INTRINSIC(JavaLangStrictMath, Round, D_J, kIntrinsicRoundDouble, 0),
    [all...]

Completed in 1146 milliseconds

1 2