/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
SimpleBigDecimal.java | 214 int zeroes = scale - fractLen; local 215 for (int i = 0; i < zeroes; i++) 221 fractCharArr[zeroes + j] = fractStr.charAt(j);
|
/external/chromium_org/skia/ext/ |
convolver_unittest.cc | 138 // leading/trailing zeroes. 155 ASSERT_EQ(0, filter_length); // But no factors since all are zeroes. 157 // Zeroes on the left are ignored 168 // Zeroes on the right are ignored 177 ASSERT_EQ(5, filter_length); // 7 - 2 trailing zeroes 179 // Zeroes in leading & trailing positions 187 ASSERT_EQ(46, filter_offset); // 44 plus 2 leading zeroes 188 ASSERT_EQ(3, filter_length); // 7 - (2 leading + 2 trailing) zeroes 190 // Zeroes surrounded by non-zero values are ignored 200 ASSERT_EQ(57, filter_offset); // 55 plus 2 leading zeroes [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_fmax.c | 48 /* Handle comparisons of signed zeroes. */
|
s_fmaxf.c | 48 /* Handle comparisons of signed zeroes. */
|
s_fmaxl.c | 50 /* Handle comparisons of signed zeroes. */
|
s_fmin.c | 48 /* Handle comparisons of signed zeroes. */
|
s_fminf.c | 48 /* Handle comparisons of signed zeroes. */
|
s_fminl.c | 50 /* Handle comparisons of signed zeroes. */
|
/frameworks/native/include/media/hardware/ |
CryptoAPI.h | 49 // Each subsample is encrypted w/ an iv of all zeroes.
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
shared.rsh | 99 // Handle signed zeroes
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
shared.rsh | 99 // Handle signed zeroes
|
/external/bison/m4/ |
isnanl.m4 | 115 dnl - for pseudo-zeroes, unnormalized numbers, and pseudo-denormals on ia64. 201 Pseudo-Zeroes, Unnormalized Numbers, and Pseudo-Denormals, as defined in
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/ |
CBCBlockCipherMac.java | 11 * pad of zeroes is used. 181 // pad with zeroes
|
/external/chromium/base/ |
file_util_proxy.h | 187 // current length of the file, the file will be extended with zeroes. 196 // current length of the file, the file will be extended with zeroes.
|
/external/chromium_org/base/files/ |
file_util_proxy.h | 150 // current length of the file, the file will be extended with zeroes. 160 // current length of the file, the file will be extended with zeroes.
|
/external/dropbear/libtomcrypt/src/pk/pkcs1/ |
pkcs_1_oaep_decode.c | 123 /* now DB == lhash || PS || 0x01 || M, PS == k - mlen - 2hlen - 2 zeroes */ 144 /* now zeroes before a 0x01 */
|
/external/openfst/src/include/fst/ |
lexicographic-weight.h | 98 // Lexicographic weights cannot mix zeroes and non-zeroes.
|
/bionic/libc/stdio/ |
vfprintf.c | 219 static const char zeroes[PADSIZE] = local 721 * After any left-hand padding and prefixing, emit zeroes 723 * string proper, then emit zeroes required by any leftover 750 PAD(width - realsz, zeroes); 752 /* leading zeroes from decimal precision */ 753 PAD(dprec - size, zeroes); 766 PAD(ndig - 1, zeroes); 771 PAD(-expt, zeroes); 775 PAD(expt - ndig, zeroes); 793 PAD(ndig - 1, zeroes); [all...] |
/external/chromium_org/third_party/skia/src/images/ |
SkScaledBitmapSampler.cpp | 135 // Unpremul and skip zeroes make no difference 167 // Unpremul and skip zeroes make no difference 188 // Unpremul, dither, and skip zeroes have no effect 220 // Skip zeroes and unpremul make no difference 253 // Skip zeroes and unpremul make no difference 430 // Unpremultiplied and skip zeroes make no difference 543 // Ignore dither and skip zeroes
|
/external/skia/src/images/ |
SkScaledBitmapSampler.cpp | 135 // Unpremul and skip zeroes make no difference 167 // Unpremul and skip zeroes make no difference 188 // Unpremul, dither, and skip zeroes have no effect 220 // Skip zeroes and unpremul make no difference 253 // Skip zeroes and unpremul make no difference 430 // Unpremultiplied and skip zeroes make no difference 543 // Ignore dither and skip zeroes
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
HeaderItem.java | 100 * Write zeroes for the link size and data, as the output
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
ByteArrayAnnotatedOutput.java | 324 * There is no need to actually write zeroes, since the array is 325 * already preinitialized with zeroes. 349 * There is no need to actually write zeroes, since the array is 350 * already preinitialized with zeroes.
|
Output.java | 118 * @param count {@code >= 0;} the number of zeroes to write
|
/dalvik/dx/src/com/android/dx/dex/file/ |
HeaderItem.java | 92 * Write zeroes for the link size and data, as the output
|
/dalvik/dx/src/com/android/dx/util/ |
ByteArrayAnnotatedOutput.java | 320 * There is no need to actually write zeroes, since the array is 321 * already preinitialized with zeroes. 345 * There is no need to actually write zeroes, since the array is 346 * already preinitialized with zeroes.
|