/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/ |
MathContext.java | 311 private static final int ROUNDS[]=new int[]{ROUND_HALF_UP,ROUND_UNNECESSARY,ROUND_CEILING,ROUND_DOWN,ROUND_FLOOR,ROUND_HALF_DOWN,ROUND_HALF_EVEN,ROUND_UP}; 314 private static final java.lang.String ROUNDWORDS[]=new java.lang.String[]{"ROUND_HALF_UP","ROUND_UNNECESSARY","ROUND_CEILING","ROUND_DOWN","ROUND_FLOOR","ROUND_HALF_DOWN","ROUND_HALF_EVEN","ROUND_UP"}; // matching names of the ROUNDS values 577 {int $1=ROUNDS.length;r=0;r:for(;$1>0;$1--,r++){ 578 if (roundingMode==ROUNDS[r]) 594 {int $2=ROUNDS.length;for(r=0;$2>0;$2--,r++){ 595 if (testround==ROUNDS[r])
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
MathContext.java | 311 private static final int ROUNDS[]=new int[]{ROUND_HALF_UP,ROUND_UNNECESSARY,ROUND_CEILING,ROUND_DOWN,ROUND_FLOOR,ROUND_HALF_DOWN,ROUND_HALF_EVEN,ROUND_UP}; 314 private static final java.lang.String ROUNDWORDS[]=new java.lang.String[]{"ROUND_HALF_UP","ROUND_UNNECESSARY","ROUND_CEILING","ROUND_DOWN","ROUND_FLOOR","ROUND_HALF_DOWN","ROUND_HALF_EVEN","ROUND_UP"}; // matching names of the ROUNDS values 577 {int $1=ROUNDS.length;r=0;r:for(;$1>0;$1--,r++){ 578 if (roundingMode==ROUNDS[r]) 594 {int $2=ROUNDS.length;for(r=0;$2>0;$2--,r++){ 595 if (testround==ROUNDS[r])
|
/external/ImageMagick/MagickCore/ |
cipher.c | 85 rounds, 471 for (i=1; i < aes_info->rounds; i++) 474 Linear mixing step: cause diffusion of the bits over multiple rounds. 489 FinalizeRoundKey(key,aes_info->encipher_key+4*aes_info->rounds,ciphertext); 82 rounds, member in struct:_AESInfo [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
NumberFormatTest.java | 198 assertEquals("123,457", nf.format(123456.789)); // rounds 206 assertEquals("123.457", nf.format(123456.789)); // rounds 214 assertEquals("123.457", nf.format(123456.789)); // rounds
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
SemaphoreTest.java | 565 final int rounds = 4; local 569 for (int i = 0; i < rounds; i++) { 577 for (int i = 0; i < rounds; i++) {
|
/system/extras/libfec/ |
fec_read.cpp | 113 uint64_t rsb = offset - (offset / (e->rounds * FEC_BLOCKSIZE)) * 114 e->rounds * FEC_BLOCKSIZE; 124 e->rounds);
|
/external/boringssl/src/crypto/aes/asm/ |
aes-586.pl | 86 # Version 3.7 reimplements outer rounds as "compact." Meaning that 87 # first and last rounds reference compact 256 bytes S-box. This means 168 # by ratio of time slice to duration of handful of AES rounds, which 178 # enough, again comparable to duration of handful of AES rounds. But 510 &mov ($acc,&DWP(240,$key)); # load key->rounds 702 &mov ($acc,&DWP(240,$key)); # load key->rounds 859 &mov ($acc,&DWP(240,$key)); # load key->rounds 886 &jle (&label("10rounds")); 888 &jle (&label("12rounds")); 890 &set_label("14rounds",4) [all...] |
/external/libopus/silk/ |
decode_core.c | 176 /* Avoids introducing a bias because silk_SMLAWB() always rounds to -inf */ 199 /* Avoids introducing a bias because silk_SMLAWB() always rounds to -inf */
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
benchmark.go | 102 // roundDown10 rounds a number down to the nearest power of 10. 118 // roundUp rounds x up to a number of the form [1eX, 2eX, 5eX].
|
testing.1.golden | 94 // roundDown10 rounds a number down to the nearest power of 10. 97 // roundUp rounds x up to a number of the form [1eX, 2eX, 5eX].
|
/prebuilts/go/darwin-x86/test/ |
float_lit2.go | 18 // Float32 conversion rounds to the nearest float32, rounding to even mantissa: 20 // f? is an odd mantissa, so the halfway point (f?+f?)/2 rounds to f? and is rejected.
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
benchmark.go | 102 // roundDown10 rounds a number down to the nearest power of 10. 118 // roundUp rounds x up to a number of the form [1eX, 2eX, 5eX].
|
testing.1.golden | 94 // roundDown10 rounds a number down to the nearest power of 10. 97 // roundUp rounds x up to a number of the form [1eX, 2eX, 5eX].
|
/prebuilts/go/linux-x86/test/ |
float_lit2.go | 18 // Float32 conversion rounds to the nearest float32, rounding to even mantissa: 20 // f? is an odd mantissa, so the halfway point (f?+f?)/2 rounds to f? and is rejected.
|
/system/extras/verity/fec/ |
main.cpp | 199 INFO("\trounds: %" PRIu64 "\n", ctx.rounds); 244 INFO("\trounds: %" PRIu64 "\n", ctx.rounds);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
AESFastEngine.java | 113 // precomputation tables of calculations for rounds [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cbrt.c | 66 * division rounds towards minus infinity; this is also efficient.
|
/cts/hostsidetests/services/activitymanager/src/android/server/cts/ |
ActivityManagerAmStartOptionsTests.java | 34 // Run at least 2 rounds to verify that -D works with an existing process.
|
/cts/tests/openglperf2/jni/graphics/ |
GLUtils.cpp | 198 // Rounds a number up to the smallest power of 2 that is greater than or equal to x.
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
DrawableTestUtils.java | 117 * rounded up (as distinct from resource scaling, which truncates or rounds
|
/device/google/contexthub/lib/nanohub/ |
sha2.c | 91 //64 rounds
|
/device/google/dragon/audio/hal/dsp/ |
drc_math.h | 68 /* Rounds the input number to the nearest integer */
|
/external/autotest/client/site_tests/firmware_TouchMTB/tools/ |
host_replay.sh | 72 # There usually exist multiple sub-directories for multiple rounds
|
/external/boringssl/src/crypto/chacha/ |
chacha_generic.c | 61 /* chacha_core performs 20 rounds of ChaCha on the input words in
|
/external/boringssl/src/crypto/sha/asm/ |
sha512-armv8.pl | 54 $rounds=80; 63 $rounds=64; 218 sub $Ktbl,$Ktbl,#`$SZ*($rounds+1)` // rewind 382 sub $Ktbl,$Ktbl,#$rounds*$SZ-16 // rewind
|