HomeSort by relevance Sort by last modified time
    Searched full:round (Results 76 - 100 of 2073) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/openssl/crypto/bn/asm/x86/
sqr.pl 25 &comment("Round $i");
46 &comment("Tail Round $i");
  /external/v8/test/mjsunit/compiler/
regress-106351.js 30 // Test Math.round with the input reused in the same expression.
32 var v = Math.round(x) - x;
  /external/webkit/Source/WebCore/css/
SVGCSSValueKeywords.in 230 # round
235 # round
  /packages/apps/Camera/src/com/android/camera/
Thumbnail.java 62 int w = Math.round(scale * width);
63 int h = Math.round(scale * height);
  /external/chromium/net/http/
http_auth_sspi_win_unittest.cc 60 // The first round should just consist of an unadorned "Negotiate" header.
72 // The first round should just have "Negotiate", and the second round should
97 // If the first round challenge has an additional authentication token, it
110 // If a later-round challenge is simply "Negotiate", it should be treated as
133 // If a later-round challenge has an invalid base64 encoded token, it should
http_auth_gssapi_posix_unittest.cc 175 // The first round should just consist of an unadorned "Negotiate" header.
187 // The first round should just have "Negotiate", and the second round should
213 // If the first round challenge has an additional authentication token, it
226 // If a later-round challenge is simply "Negotiate", it should be treated as
250 // If a later-round challenge has an invalid base64 encoded token, it should
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CropView.java 358 mCurrentX = Math.round(mStartX + (mTargetX - mStartX) * progress);
359 mCurrentY = Math.round(mStartY + (mTargetY - mStartY) * progress);
387 int centerX = Math.round(
389 int centerY = Math.round(
392 if (Math.round(mImageWidth * scale) > width) {
393 int limitX = Math.round(width * 0.5f / scale);
394 centerX = Math.round(
400 if (Math.round(mImageHeight * scale) > height) {
401 int limitY = Math.round(height * 0.5f / scale);
402 centerY = Math.round(
    [all...]
  /external/libvpx/vp8/encoder/
quantize.c 28 short *round_ptr = b->round;
74 short *round_ptr = b->round;
113 short *round_ptr = b->round;
186 int round; local
192 round = dq >> 1;
196 x += round;
225 short *round_ptr = b->round;
  /external/openssl/crypto/bf/asm/
bf-586.pl 57 &comment("Round $i");
61 &comment("Round ".sprintf("%d",$i+1));
76 &comment("Round $i");
79 &comment("Round ".sprintf("%d",$i-1));
97 &mov( $tmp4, &DWP(&n2a($i*4),$P,"",0)); # for next round
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fenv.h 53 FE_TONEAREST round to nearest
54 FE_UPWARD round toward +Inf
55 FE_DOWNWARD round toward -Inf
56 FE_TOWARDZERO round toward 0
88 /* Establish the rounding direction represented by ROUND. */
fpu_control.h 43 * 11 - round to extended precision
44 * 10 - round to double precision
45 * 00 - round to single precision
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h 53 FE_TONEAREST round to nearest
54 FE_UPWARD round toward +Inf
55 FE_DOWNWARD round toward -Inf
56 FE_TOWARDZERO round toward 0
88 /* Establish the rounding direction represented by ROUND. */
fpu_control.h 43 * 11 - round to extended precision
44 * 10 - round to double precision
45 * 00 - round to single precision
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h 53 FE_TONEAREST round to nearest
54 FE_UPWARD round toward +Inf
55 FE_DOWNWARD round toward -Inf
56 FE_TOWARDZERO round toward 0
88 /* Establish the rounding direction represented by ROUND. */
fpu_control.h 43 * 11 - round to extended precision
44 * 10 - round to double precision
45 * 00 - round to single precision
  /external/dropbear/libtomcrypt/src/ciphers/safer/
saferp.c 34 /* ROUND(b,i)
39 * The value of 'i' is the current round number which allows this
47 #define ROUND(b, i) \
122 * Each round of LT starts in 'b' and ends in 'b2'.
141 ROUND(b, i);
159 #undef ROUND
160 #define ROUND(b, i) _round(b, i, skey)
246 /* make round keys */
274 /* make round keys */
301 /* make round keys *
    [all...]
  /external/iproute2/man/man8/
tc-drr.8 3 drr \- deficit round robin scheduler
12 The Deficit Round Robin Scheduler is a classful queuing discipline as
80 Queuing using Deficit Round Robin", Proc. SIGCOMM 95.
  /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/base/services/java/com/android/server/
TwilightCalculator.java 86 float n = Math.round(daysSince2000 - J0 - arcLongitude);
113 mSunset = Math.round((solarTransitJ2000 + hourAngle) * DateUtils.DAY_IN_MILLIS) + UTC_2000;
114 mSunrise = Math.round((solarTransitJ2000 - hourAngle) * DateUtils.DAY_IN_MILLIS) + UTC_2000;
  /external/openssl/crypto/bn/
bn_recp.c 168 /* Nr := round(2^i / N) */
174 /* d := |round(round(m / 2^BN_num_bits(N)) * recp->Nr / 2^(i - BN_num_bits(N)))|
175 * = |round(round(m / 2^BN_num_bits(N)) * round(2^i / N) / 2^(i - BN_num_bits(N)))|
  /external/webkit/LayoutTests/fast/xpath/4XPath/Core/
test_core_functions-expected.txt 62 PASS DOM.evaluate("round(3.14)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is 3
63 PASS DOM.evaluate("round(-4.5)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is -4
64 PASS DOM.evaluate("round(number('NaN'))", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is NaN
65 PASS DOM.evaluate("round(1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is Infinity
66 PASS DOM.evaluate("round(-1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is -Infinity
67 PASS DOM.evaluate("round('12345')", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is 12345
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 162 LSR temp3,temp3,#1 ;// temp3=round(dcScaler/2)
169 ADDGE tempPred,#1 ;// If Rem>=round(dcScaler/2);tempPred=tempPred+1
199 LSR curQP,curQP,#1 ;// curQP=round(curQP/2)
221 ADDGE tempPred,#1 ;// if Rem>=round(curQP/2); tempPred=tempPred+1
258 CMP Rem,curQP ;// Compare Rem with round(curQP/2)
259 ADDGE tempPred,#1 ;// tempPred=tempPred+1 if Rem>=round(curQP/2)
  /bionic/libm/i387/
s_ceil.S 47 orw $0x0800,%dx /* round towards +oo */
52 fldl 8(%ebp); /* round */
s_floor.S 47 orw $0x0400,%dx /* round towards -oo */
52 fldl 8(%ebp); /* round */
  /bionic/libm/man/
fegetround.3 42 .Fn fesetround "int round"
50 .Fa round .

Completed in 3358 milliseconds

1 2 34 5 6 7 8 91011>>