HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 126 - 150 of 2384) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/v8/third_party/fdlibm/
fdlibm.cc 167 int32_t carry = 0; local
170 if (carry == 0) {
172 carry = 1;
186 if (carry != 0) z -= scalbn(one, q0);
  /external/fdlibm/
s_ceil.c 68 if(j<i1) i0+=1; /* got a carry */
s_floor.c 69 if(j<i1) i0 +=1 ; /* got a carry */
  /external/libopus/celt/
mfrngcod.h 42 /*Carry bit of the high-order range symbol.*/
entcode.h 79 In the encoder: the number of oustanding carry propagating symbols.*/
81 /*A buffered input/output symbol, awaiting carry propagation.*/
  /external/llvm/test/CodeGen/AArch64/
arm64-scaled_iv.ll 22 ; The induction variable should carry the scaling factor: 1 * 8 = 8.
  /external/llvm/test/CodeGen/X86/
avoid_complex_am.ll 24 ; The induction variable should carry the scaling factor: 1.
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 25 # For every mnemonic, compute whether or not it can have a carry setting
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PPreferredIdentityHeader.java 41 * . is used from a user agent to a trusted proxy to carry the identity the
  /external/openssl/crypto/bn/asm/x86/
add.pl 23 &xor($c,$c); # clear carry
sub.pl 23 &xor($c,$c); # clear carry
  /external/srec/tools/grxmlcompile/
sub_supp.cpp 124 /* Now carry out some checks
197 /* Now carry out some checks
302 /* Now carry out some checks
539 /* Now carry out some checks
  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 26 * A simple container used to carry information of the ongoing legacy VPN.
  /packages/apps/Browser/src/com/android/browser/
PreloadedTabControl.java 60 // carry on
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/licenses/mingw-w64-svn-r5861/
COPYING 28 5. If any files are modified, you must cause the modified files to carry
  /system/core/toolbox/
chmod.c 18 // not a directory, carry on
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 57 ULong carry = 1, y; local
72 y = *x + carry;
73 carry = y >> 16;
75 if (!carry)
78 if (carry)
185 ULong carry, inex, lostbits; local
188 carry = rv = 0;
236 carry = 1;
243 if (carry) {
281 carry = b->x[k1>>kshift] & (1 << (k1 & kmask))
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 737 ULong carry = 1, y; local
752 y = *x + carry;
753 carry = y >> 16;
755 if (!carry)
758 if (carry)
926 ULong carry, y, z; local
961 carry = 0;
963 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
964 carry = z >> 16;
965 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
2204 ULong carry, q, ys; local
    [all...]
  /external/bison/lib/
memchr.c 125 and step 3 transforms it into 0x80. A carry can also be propagated
131 step 3, the result is 0. And no carry is produced.
rawmemchr.c 90 and step 3 transforms it into 0x80. A carry can also be propagated
96 step 3, the result is 0. And no carry is produced.
strchrnul.c 93 and step 3 transforms it into 0x80. A carry can also be propagated
99 step 3, the result is 0. And no carry is produced.
  /external/chromium_org/third_party/opus/src/celt/
entcode.h 79 In the encoder: the number of oustanding carry propagating symbols.*/
81 /*A buffered input/output symbol, awaiting carry propagation.*/
  /external/lldb/source/Plugins/Process/Utility/
ARMDefines.h 31 #define COND_CS 0x2 // Carry set >, ==, or unordered C == 1
33 #define COND_CC 0x3 // Carry clear Less than C == 0
  /external/llvm/lib/Target/Sparc/
Sparc.h 55 ICC_CC = 13 , // Carry Clear/Great or Equal Unsigned
56 ICC_CS = 5 , // Carry Set/Less Unsigned
  /external/llvm/lib/Target/SystemZ/
README.txt 80 produce a carry. SUBTRACT LOGICAL IMMEDIATE could be useful when we
82 ADD LOGICAL WITH CARRY and SUBTRACT LOGICAL WITH BORROW, so the high

Completed in 598 milliseconds

1 2 3 4 56 7 8 91011>>