/external/selinux/libselinux/src/ |
sha1.c | 84 // 4 rounds of 20 operations each. Loop unrolled.
|
/external/skia/src/core/ |
Sk4px.h | 60 // Rounds, i.e. (x+127) / 255.
|
SkScan_Path.cpp | 610 * results. Also rounds top and left using double, flooring when the fraction is exactly 0.5f. 651 // converts the floats to fixed, and then "rounds". If we called round() instead of
|
/external/toybox/toys/lsb/ |
md5sum.c | 130 // 4 rounds of 20 operations each.
|
/frameworks/base/media/java/android/media/audiofx/ |
BassBoost.java | 107 * strength is supported and the setStrength() method always rounds to that value.
|
/packages/apps/Camera2/src/com/android/camera/data/ |
GlideFilmstripManager.java | 221 // This rounds and ensures that (even with rounding and int conversion)
|
/packages/apps/Gallery/src/com/android/camera/ |
Util.java | 97 * Also, the function rounds up the sample size to a power of 2 or multiple
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
iketypes.h | 401 UINT32 rounds; member in struct:IKEEXT_CIPHER_ALGORITHM0_
|
/prebuilts/go/darwin-x86/src/math/rand/ |
rand.go | 115 // to 1<<63 that the division rounds up to 1.0, and we've guaranteed
|
/prebuilts/go/linux-x86/src/math/rand/ |
rand.go | 115 // to 1<<63 that the division rounds up to 1.0, and we've guaranteed
|
/system/bt/stack/smp/ |
smp_cmac.c | 295 UINT16 n = (length + BT_OCTET16_LEN - 1) / BT_OCTET16_LEN; /* n is number of rounds */
|
/system/core/libmemunreachable/ |
Allocator.cpp | 106 // Integer log 2, rounds down
|
/system/core/libsparse/ |
backed_block.c | 209 block_len = a->len / bbl->block_size; /* rounds down */
|
/system/update_engine/update_manager/ |
real_updater_provider_unittest.cc | 61 // Rounds down a timestamp to the nearest second. This is useful when faking
|
/external/libopus/silk/ |
NSQ_del_dec.c | 360 /* Avoids introducing a bias because silk_SMLAWB() always rounds to -inf */ 398 /* Avoids introducing a bias because silk_SMLAWB() always rounds to -inf */ [all...] |
/external/llvm/include/llvm/ADT/ |
APFloat.h | 76 /// correctly rounds if necessary according to the specified rounding mode. 84 /// It also reads decimal floating point numbers and correctly rounds according
|
/external/llvm/unittests/Support/ |
ScaledNumberTest.cpp | 99 // Overflow, loss of precision, rounds down. 106 // Overflow, loss of precision, rounds up.
|
/external/v8/src/arm64/ |
codegen-arm64.cc | 549 // - If input <= about -708.4, the output always rounds to zero. 550 // - If input >= about 709.8, the output always rounds to +infinity.
|
/external/v8/src/ |
bignum-dtoa.cc | 59 // Once 'count' digits have been produced rounds the result depending on the 303 // We only need to verify if the number rounds down or up.
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
Analytics.java | 334 // Rounds up to the nearest second. 351 // rounds down to nearest 5 minute mark
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_struct.py | 392 # Packing this rounds away a solid string of trailing 1 bits. 410 # The same, but tack on a 1 bit so it rounds up to infinity.
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_struct.py | 392 # Packing this rounds away a solid string of trailing 1 bits. 410 # The same, but tack on a 1 bit so it rounds up to infinity.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_struct.py | 392 # Packing this rounds away a solid string of trailing 1 bits. 410 # The same, but tack on a 1 bit so it rounds up to infinity.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_struct.py | 392 # Packing this rounds away a solid string of trailing 1 bits. 410 # The same, but tack on a 1 bit so it rounds up to infinity.
|
/external/boringssl/win-x86/crypto/aes/ |
aesni-x86.asm | [all...] |