/external/qemu/ |
d3des.c | 325 register int round; local 347 for( round = 0; round < 8; round++ ) {
|
/external/webkit/SunSpider/tests/sunspider-0.9/ |
crypto-aes.js | 9 * applies Nr rounds (10/12/14) using key schedule w for 'add round key' stage 22 for (var round=1; round<Nr; round++) { 26 state = AddRoundKey(state, w, round, Nb); 75 function AddRoundKey(state, w, rnd, Nb) { // xor Round Key into state S [§5.1.4] 141 // Rcon is Round Constant used for the Key Expansion [1st col is 2^(r-1) in GF(2^8)] [§5.2] 185 // generate key schedule - an expansion of the key into distinct Key Rounds for each round
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
crypto-aes.js | 9 * applies Nr rounds (10/12/14) using key schedule w for 'add round key' stage 22 for (var round=1; round<Nr; round++) { 26 state = AddRoundKey(state, w, round, Nb); 75 function AddRoundKey(state, w, rnd, Nb) { // xor Round Key into state S [§5.1.4] 141 // Rcon is Round Constant used for the Key Expansion [1st col is 2^(r-1) in GF(2^8)] [§5.2] 185 // generate key schedule - an expansion of the key into distinct Key Rounds for each round
|
/external/webkit/WebCore/inspector/front-end/ |
TimelineGrid.js | 60 var dividerCount = Math.round(this._dividersElement.offsetWidth / 64);
|
/external/webkit/WebCore/platform/graphics/android/ |
android_graphics.cpp | 86 r.round(&ir);
|
ImageAndroid.cpp | 158 static void round(SkIRect* dst, const WebCore::FloatRect& src) function in namespace:WebCore 284 round(&srcR, srcRect);
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
ImageDiff.cpp | 121 difference = round(difference * 100) / 100;
|
/frameworks/base/core/java/android/widget/ |
RatingBar.java | 112 // than 1 so boundaries round up). 191 setProgress(Math.round(rating * getProgressPerStar()));
|
/external/libvpx/vp8/encoder/x86/ |
dct_mmx.asm | 122 paddw mm3, mm4 ; round c* c1 196 paddw mm3, mm4 ; round c* c1 342 paddw xmm3, xmm4 ; round c* c1 425 paddw xmm3, xmm4 ; round c* c1
|
/external/webkit/WebKit/win/ |
MarshallingHelpers.cpp | 148 return round((date + windowsEpochAbsoluteTime()) * secondsPerDay); 153 return (round(absoluteTime)/secondsPerDay - windowsEpochAbsoluteTime());
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
tgmath.h | 160 #define round(x) __TGMATH_REAL(x, round) macro
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
tgmath.h | 157 #define round(x) __TGMATH_REAL(x, round) macro
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/ |
tgmath.h | 157 #define round(x) __TGMATH_REAL(x, round) macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
tgmath.h | 160 #define round(x) __TGMATH_REAL(x, round) macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
tgmath.h | 157 #define round(x) __TGMATH_REAL(x, round) macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/ |
tgmath.h | 157 #define round(x) __TGMATH_REAL(x, round) macro
|
/external/libvpx/vp8/common/arm/neon/ |
bilinearpredict8x8_neon.asm | 62 vqrshrn.u16 d22, q6, #7 ;shift/round/saturate to u8 91 vqrshrn.u16 d26, q6, #7 ;shift/round/saturate to u8 129 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
|
bilinearpredict16x16_neon.asm | 93 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8 155 vqrshrn.u16 d10, q9, #7 ;shift/round/saturate to u8 209 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8 278 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8 331 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
|
sixtappredict4x4_neon.asm | 122 vqrshrun.s16 d27, q7, #7 ;shift/round/saturate to u8 201 vqrshrun.s16 d29, q7, #7 ;shift/round/saturate to u8 245 vqrshrun.s16 d3, q5, #7 ;shift/round/saturate to u8 332 vqrshrun.s16 d27, q7, #7 ;shift/round/saturate to u8 397 vqrshrun.s16 d3, q5, #7 ;shift/round/saturate to u8
|
/external/libvpx/vp8/encoder/arm/neon/ |
vp8_subpixelvariance8x8_neon.asm | 65 vqrshrn.u16 d22, q6, #7 ;shift/round/saturate to u8 94 vqrshrn.u16 d26, q6, #7 ;shift/round/saturate to u8 131 vqrshrn.u16 d22, q1, #7 ;shift/round/saturate to u8
|
vp8_subpixelvariance16x16_neon.asm | 96 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8 158 vqrshrn.u16 d10, q9, #7 ;shift/round/saturate to u8 215 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8 284 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8 340 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
|
vp8_subpixelvariance16x16s_neon.asm | 60 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 241 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 259 vrhadd.u8 q1, q2, q3 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 368 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 386 vrhadd.u8 q1, q2, q3 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 435 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
|
/libcore/luni/src/main/java/java/math/ |
BigDecimal.java | 74 * Rounding mode to round towards positive infinity. For positive values 83 * Rounding mode to round towards negative infinity. For positive values 857 return add(augend).round(mc); 867 return add(augend).round(mc); 1914 public BigDecimal round(MathContext mc) { method in class:BigDecimal [all...] |
/external/iproute2/ip/ |
ipaddress.c | 716 int round = 0; local 723 while (round < MAX_ROUNDS) { 755 if (round == 0) 758 printf("*** Flush is complete after %d round%s ***\n", round, round>1?"s":""); 763 round++; 768 printf("\n*** Round %d, deleting %d addresses ***\n", round, filter.flushed);
|
/external/libvpx/vp8/common/x86/ |
subpixel_ssse3.asm | 955 paddw xmm3, [rd GLOBAL] ; xmm3 += round value 958 paddw xmm4, [rd GLOBAL] ; xmm4 += round value 978 paddw xmm6, [rd GLOBAL] ; xmm6 += round value 981 paddw xmm4, [rd GLOBAL] ; xmm4 += round value 993 paddw xmm5, [rd GLOBAL] ; xmm5 += round value 996 paddw xmm7, [rd GLOBAL] ; xmm7 += round value [all...] |