Home
last modified time | relevance | path

Searched refs:zeroes (Results 1 – 25 of 43) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DWNafL2RMultiplier.java40 int digit = wi >> 16, zeroes = wi & 0xFFFF; in multiplyPositive() local
63 zeroes -= scale; in multiplyPositive()
72 R = R.timesPow2(zeroes); in multiplyPositive()
78 int digit = wi >> 16, zeroes = wi & 0xFFFF; in multiplyPositive() local
85 R = R.timesPow2(zeroes); in multiplyPositive()
DWNafUtil.java21 int length = 0, zeroes = 0; in generateCompactNaf() local
29 ++zeroes; in generateCompactNaf()
34 naf[length++] = (digit << 16) | zeroes; in generateCompactNaf()
35 zeroes = 0; in generateCompactNaf()
95 int zeroes = length > 0 ? pos - 1 : pos; in generateCompactWindowNaf() local
96 wnaf[length++] = (digit << 16) | zeroes; in generateCompactWindowNaf()
DSimpleBigDecimal.java214 int zeroes = scale - fractLen; in toString() local
215 for (int i = 0; i < zeroes; i++) in toString()
221 fractCharArr[zeroes + j] = fractStr.charAt(j); in toString()
/external/chromium_org/third_party/skia/experimental/Intersection/
DConvexHull_Test.cpp146 int zeroes; in rotate_to_hull() local
147 zeroes = -1; in rotate_to_hull()
157 zeroes = index; in rotate_to_hull()
163 if (sides[1] == 3 && zeroes >= 0) { in rotate_to_hull()
166 if (rotPath[zeroes].approximatelyEqual(rotPath[inner]) in rotate_to_hull()
167 && zeroes < inner) { in rotate_to_hull()
172 if (rotPath[zeroes].approximatelyEqual(rotPath[outer]) in rotate_to_hull()
173 && zeroes < outer) { in rotate_to_hull()
178 if (rotPath[zeroes].x < rotPath[inner].x in rotate_to_hull()
179 && rotPath[zeroes].x < rotPath[outer].x) { in rotate_to_hull()
[all …]
/external/skia/experimental/Intersection/
DConvexHull_Test.cpp146 int zeroes; in rotate_to_hull() local
147 zeroes = -1; in rotate_to_hull()
157 zeroes = index; in rotate_to_hull()
163 if (sides[1] == 3 && zeroes >= 0) { in rotate_to_hull()
166 if (rotPath[zeroes].approximatelyEqual(rotPath[inner]) in rotate_to_hull()
167 && zeroes < inner) { in rotate_to_hull()
172 if (rotPath[zeroes].approximatelyEqual(rotPath[outer]) in rotate_to_hull()
173 && zeroes < outer) { in rotate_to_hull()
178 if (rotPath[zeroes].x < rotPath[inner].x in rotate_to_hull()
179 && rotPath[zeroes].x < rotPath[outer].x) { in rotate_to_hull()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/base/
Dipaddress.cc390 unsigned int zeroes = 32; in CountIPMaskBits() local
392 if (word_to_count) zeroes--; in CountIPMaskBits()
393 if (word_to_count & 0x0000FFFF) zeroes -= 16; in CountIPMaskBits()
394 if (word_to_count & 0x00FF00FF) zeroes -= 8; in CountIPMaskBits()
395 if (word_to_count & 0x0F0F0F0F) zeroes -= 4; in CountIPMaskBits()
396 if (word_to_count & 0x33333333) zeroes -= 2; in CountIPMaskBits()
397 if (word_to_count & 0x55555555) zeroes -= 1; in CountIPMaskBits()
399 return bits + (32 - zeroes); in CountIPMaskBits()
/external/chromium_org/third_party/webrtc/base/
Dipaddress.cc373 unsigned int zeroes = 32; in CountIPMaskBits() local
375 if (word_to_count) zeroes--; in CountIPMaskBits()
376 if (word_to_count & 0x0000FFFF) zeroes -= 16; in CountIPMaskBits()
377 if (word_to_count & 0x00FF00FF) zeroes -= 8; in CountIPMaskBits()
378 if (word_to_count & 0x0F0F0F0F) zeroes -= 4; in CountIPMaskBits()
379 if (word_to_count & 0x33333333) zeroes -= 2; in CountIPMaskBits()
380 if (word_to_count & 0x55555555) zeroes -= 1; in CountIPMaskBits()
382 return bits + (32 - zeroes); in CountIPMaskBits()
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/
Drsa_pss.c67 static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0}; variable
160 || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes) in RSA_verify_PKCS1_PSS_mgf1()
255 || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes) in RSA_padding_add_PKCS1_PSS_mgf1()
/external/openssl/crypto/rsa/
Drsa_pss.c67 static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0}; variable
160 || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes) in RSA_verify_PKCS1_PSS_mgf1()
255 || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes) in RSA_padding_add_PKCS1_PSS_mgf1()
/external/chromium_org/third_party/gtk+/gtk/
Dcompose-parse.py744 zeroes = 0 variable
751 zeroes += 6 - len(sequence) + 1
960 …print " of which are zeroes :", zeroes, "or ", (100 * zeroes
963 …print "Number of savings :", zeroes * 2 - num_first_keysy…
966 …print " :", num_entries * 2 * 6 - zeroes
/external/chromium_org/ui/keyboard/resources/
Dtouch_fuzzing.js362 var zeroes = function(length) { function
384 var intervalWeight = zeroes(edges.length);
/external/llvm/test/Transforms/ScalarRepl/
D2008-09-22-vector-gep.ll1 ; This test checks to see if scalarrepl also works when a gep with all zeroes is
/external/chromium_org/ppapi/api/dev/
Dppb_buffer_dev.idl18 * handle was invalid. The buffer will be initialized to contain zeroes.
/external/valgrind/main/docs/internals/
Dperformance.txt29 - Nick changed ExeContext gathering to not record/save extra zeroes at the
/external/openssl/patches/
D0015-psk_client_callback_128_byte_id_bug.patch17 psk_client_callback. As a safety precaution, this CL also zeroes out the
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c553 int zeroes = 0; in unix_open() local
554 if (ioctl(data->dev, BLKDISCARDZEROES, &zeroes) == 0 && in unix_open()
555 zeroes) in unix_open()
/external/valgrind/main/
DREADME.aarch64179 the semantics of INS Vd.D[0] to see if it zeroes out the top.)
198 writing zeroes into the CC thunk fields.
/external/guava/guava/src/com/google/common/base/
DCharMatcher.java106 String zeroes =
110 for (char base : zeroes.toCharArray()) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dstun.cc446 char zeroes[4] = {0}; in WritePadding() local
447 buf->WriteBytes(zeroes, 4 - remainder); in WritePadding()
/external/bison/m4/
Disnanl.m4115 dnl - for pseudo-zeroes, unnormalized numbers, and pseudo-denormals on ia64.
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_ssse3.asm195 ; skip-block, i.e. just write all zeroes
/external/iptables/extensions/
Dlibxt_time.man18 23:59:59. Leading zeroes are allowed (e.g. "06:03") and correctly interpreted
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
Dvp9_quantize_ssse3.asm195 ; skip-block, i.e. just write all zeroes
/external/chromium_org/courgette/
Dadjustment_method_2.cc309 size_t zeroes = 0; in ApplyPendingUpdates() local
316 ++zeroes; in ApplyPendingUpdates()
/external/libvorbis/doc/
D06-floor0.tex78 …s channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Se…

12