/system/media/audio_utils/include/audio_utils/ |
primitives.h | 672 * Rounds to nearest, ties away from 0. 717 * Rounds to nearest, ties away from 0. 743 * Rounds to nearest, ties away from 0. [all...] |
/external/boringssl/src/crypto/aes/asm/ |
aes-x86_64.pl | 327 mov 240($key),$rnds # load key->rounds 615 mov 240($key),$rnds # load rounds 889 mov 240($key),$rnds # load key->rounds 1211 mov 240($key),$rnds # load rounds 1368 movl \$10,80(%rdi) # setup number of rounds 1411 movl \$12,72(%rdi) # setup number of rounds 1481 movl \$14,48(%rdi) # setup number of rounds 1566 mov 240(%r8),%r14d # pull number of rounds [all...] |
vpaes-x86_64.pl | 348 ## Therefore, on each cycle we do 2 rounds and produce 3 round 380 ## %xmm6. The low side's rounds are the same as the 695 mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5; 743 mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5;
|
/external/freetype/src/autofit/ |
aflatin.c | 262 FT_Pos rounds[AF_BLUE_STRING_MAX_LEN]; local 725 rounds[num_rounds++] = best_y; 740 /* we have computed the contents of the `rounds' and `flats' tables, */ 743 af_sort_pos( num_rounds, rounds ); 755 *blue_shoot = rounds[num_rounds / 2]; 765 *blue_shoot = rounds[num_rounds / 2]; [all...] |
aflatin2.c | 189 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; local 345 rounds[num_rounds++] = best_y; 360 /* we have computed the contents of the `rounds' and `flats' tables, */ 363 af_sort_pos( num_rounds, rounds ); 375 *blue_shoot = rounds[num_rounds / 2]; 385 *blue_shoot = rounds[num_rounds / 2]; [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
aflatin.c | 266 FT_Pos rounds[AF_BLUE_STRING_MAX_LEN]; local 745 rounds[num_rounds++] = best_y; 760 /* we have computed the contents of the `rounds' and `flats' tables, */ 763 af_sort_pos( num_rounds, rounds ); 775 *blue_shoot = rounds[num_rounds / 2]; 785 *blue_shoot = rounds[num_rounds / 2]; [all...] |
aflatin2.c | 189 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; local 345 rounds[num_rounds++] = best_y; 360 /* we have computed the contents of the `rounds' and `flats' tables, */ 363 af_sort_pos( num_rounds, rounds ); 375 *blue_shoot = rounds[num_rounds / 2]; 385 *blue_shoot = rounds[num_rounds / 2]; [all...] |
/external/opencv3/3rdparty/jinja2/ |
filters.py | 633 - ``'common'`` rounds either up or down 634 - ``'ceil'`` always rounds up 635 - ``'floor'`` always rounds down
|
/external/tpm2/ |
RSAKeySieve.c | 202 // Function returns the number of Miller-Rabin rounds necessary to give an error probability equal to the 578 UINT32 rounds = MillerRabinRounds(BN_num_bits(bnP)); local 630 if(MillerRabin(bnP, rounds, ktx, context))
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
hdtoa.c | 79 case 1: /* to nearest, halfway rounds to even */
|
/external/compiler-rt/lib/builtins/ |
divtf3.c | 161 // if r is greater than 1/2 ulp(q)*b, then q rounds up. Otherwise, we
|
/external/curl/lib/ |
md4.c | 76 * The MD4 transformation for all three rounds.
|
/external/dng_sdk/source/ |
dng_safe_arithmetic.h | 160 // rounds up to the next integer. If arg2 is zero, throws a dng_exception with
|
/external/freetype/src/base/ |
md5.c | 58 * The MD5 transformation for all four rounds.
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
TransformationUtils.java | 98 // passed into drawBitmap rounds differently, we want to slightly
|
/external/google-breakpad/src/testing/gtest/src/ |
gtest-printers.cc | 94 // Rounds up to 2-byte boundary.
|
/external/ipsec-tools/src/racoon/missing/crypto/sha2/ |
sha2.c | 72 * loop version for the hash transform rounds (defined using macros 399 /* Rounds 0 to 15 (unrolled): */ 410 /* Now for the remaining rounds to 64: */ 734 /* Now for the remaining rounds up to 79: */ [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/ |
MathUtils.java | 183 * Rounds up the value to the nearest higher power^2 value.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
md5.c | 58 * The MD5 transformation for all four rounds.
|
/external/libpcap/ |
pcap-nit.c | 127 * rounds up to the next int boundary past the end of
|
/external/llvm/lib/Support/ |
MD5.cpp | 56 // The MD5 transformation for all four rounds.
|
/external/llvm/utils/unittest/googletest/src/ |
gtest-printers.cc | 102 // Rounds up to 2-byte boundary.
|
/external/mesa3d/src/gtest/src/ |
gtest-printers.cc | 102 // Rounds up to 2-byte boundary.
|
/external/pdfium/third_party/freetype/src/base/ |
md5.c | 58 * The MD5 transformation for all four rounds.
|
/external/ppp/pppd/ |
sha1.c | 68 /* 4 rounds of 20 operations each. Loop unrolled. */
|