/external/fdlibm/ |
k_rem_pio2.c | 170 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local 215 n += 1; carry = 0; 218 if(carry==0) { 220 carry = 1; iq[i] = 0x1000000- j; 234 if(carry!=0) z -= ieee_scalbn(one,q0);
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
sad_inline.h | 52 x7 = x7 ^ src1; /* only odd bytes need to add carry */ 55 src1 = src1 + (x7 >> 7); /* add 0xFF to the negative byte, add back carry */ 198 ADD src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ 213 EOR x7, x7, src1; /* only odd bytes need to add carry */ 216 SUB src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_inline.h | 55 x7 = x7 ^ src1; /* only odd bytes need to add carry */ 58 src1 = src1 + (x7 >> 7); /* add 0xFF to the negative byte, add back carry */ 201 ADD src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ 216 EOR x7, x7, src1; /* only odd bytes need to add carry */ 219 SUB src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */
|
/bionic/libc/stdlib/ |
strtod.c | 673 ULong carry, y, z; local 708 carry = 0; 710 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry; 711 carry = z >> 16; 712 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry; 713 carry = z2 >> 16; 717 *xc = carry; 722 carry = 0; 725 z = (*x & 0xffff) * y + (*xc >> 16) + carry; 726 carry = z >> 16 1919 ULong carry, q, ys; local [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 76 SRL_FLAG, // V,Flag = srl_flag X -> srl X, 1 + save carry out. 77 SRA_FLAG, // V,Flag = sra_flag X -> sra X, 1 + save carry out. 78 RRX, // V = RRX X, Flag -> srl X, 1 + shift in carry flag. 80 ADDC, // Add with carry 81 ADDE, // Add using carry 82 SUBC, // Sub with carry 83 SUBE, // Sub using carry
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
IntArray.java | 243 boolean carry = false; 249 if (carry) 254 carry = nextCarry;
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
armv4-mont.pl | 171 subs $tj,$tj,$tj @ "clear" carry flag 176 teq $tp,$num @ preserve carry 178 sbcs $nhi,$nhi,#0 @ upmost carry
|
/external/chromium_org/third_party/skia/include/utils/ |
SkRandom.h | 157 multiply-with-carry "mother of all" algorithm. Unlike rand(), this class holds 293 // multiply-with-carry step will forevermore return zero. 313 // Constants for the multiply-with-carry steps
|
/external/llvm/lib/Target/PowerPC/ |
PPCRegisterInfo.td | 159 // Carry bit. In the architecture this is really bit 0 of the XER register 162 def CARRY: SPR<1, "ca">; 234 def CARRYRC : RegisterClass<"PPC", [i32], 32, (add CARRY)> {
|
/external/openssl/crypto/bn/asm/ |
armv4-mont.pl | 171 subs $tj,$tj,$tj @ "clear" carry flag 176 teq $tp,$num @ preserve carry 178 sbcs $nhi,$nhi,#0 @ upmost carry
|
/external/skia/include/utils/ |
SkRandom.h | 157 multiply-with-carry "mother of all" algorithm. Unlike rand(), this class holds 293 // multiply-with-carry step will forevermore return zero. 313 // Constants for the multiply-with-carry steps
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_ceill.c | 93 if (u.bits.manl < o) /* got a carry */
|
s_floorl.c | 93 if (u.bits.manl < o) /* got a carry */
|
/build/tools/ |
diff_package_overlays.py | 27 from a full build to a partial build with mm/mmm), and we should carry on the
|
/development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/ |
BitmapAllocation.java | 37 // There are some assumptions in this demo app that don't carry over well to the real world:
|
/external/ceres-solver/internal/ceres/ |
block_structure.h | 31 // Block structure objects are used to carry information about the
|
/external/chromium/chrome/browser/password_manager/ |
password_store_default_unittest.cc | 186 // yet another task to notify us that it's safe to carry on with the test. 281 // task to notify us that it's safe to carry on with the test. 394 // task to notify us that it's safe to carry on with the test. 472 // yet another task to notify us that it's safe to carry on with the test.
|
/external/chromium_org/base/memory/ |
ref_counted_memory.h | 18 // of its two subclasses own the data they carry, and we need to have
|
/external/chromium_org/chrome_frame/cfinstall/src/implementation/ |
crossdomaininstall.js | 42 * that will be used to carry cross-domain responses.
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/ |
example.js | 52 // module. Note that the event does not carry any meaningful data about
|
/external/chromium_org/ppapi/shared_impl/ |
tcp_socket_shared.h | 32 // message is allowed to carry.
|
/external/chromium_org/third_party/libxml/src/ |
xlink.c | 140 * Check whether it's one of the element able to carry links
|
/external/chromium_org/third_party/libxslt/libexslt/ |
date.c | 1461 long carry, tempdays, temp; local 1705 long carry; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/ |
testlib.c | 123 /* Perform the carry for the later subtraction by updating y. */
|
/external/chromium_org/third_party/skia/src/core/ |
SkPictureStateTree.h | 54 * of offsets into the command buffer to carry out those calls with correct matrix/clip state.
|