Searched refs:borrow (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoa-dmisc.c111 ULLong borrow, carry, y, ys; local
113 ULong borrow, carry, y, ys; local
136 borrow = 0;
142 y = *bx - (ys & 0xffffffffUL) - borrow;
143 borrow = y >> 32 & 1UL;
151 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
152 borrow = (y & 0x10000) >> 16;
153 z = (*bx >> 16) - (zs & 0xffff) - borrow;
154 borrow = (z & 0x10000) >> 16;
159 y = *bx - (ys & 0xffff) - borrow;
[all...]
H A Dgdtoa-misc.c589 ULLong borrow, y; local
591 ULong borrow, y; local
621 borrow = 0;
624 y = (ULLong)*xa++ - *xb++ - borrow;
625 borrow = y >> 32 & 1UL;
630 y = *xa++ - borrow;
631 borrow = y >> 32 & 1UL;
637 y = (*xa & 0xffff) - (*xb & 0xffff) - borrow;
638 borrow = (y & 0x10000) >> 16;
639 z = (*xa++ >> 16) - (*xb++ >> 16) - borrow;
[all...]
H A Dgdtoa-strtodg.c117 ULong borrow = 1, y; local
133 y = *x - borrow;
134 borrow = (y & 0x10000) >> 16;
136 } while(borrow && x < xe);
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DgiantPort_i486.h72 giantDigit *borrow) /* RETURNED, 0 or 1 */
79 "movl $0, %1 /* borrow = 0 */ \n"
81 "movl $1, %1 /* borrow = 1 */ \n"
82 : "=&r" (_diff), "=&r" (*borrow)
69 giantSubDigits( giantDigit a, giantDigit b, giantDigit *borrow) argument
H A DgiantPort_Generic.h92 giantDigit *borrow) /* RETURNED, 0 or 1 */
97 *borrow = 1;
100 *borrow = 0;
89 giantSubDigits( giantDigit a, giantDigit b, giantDigit *borrow) argument
H A DgiantPort_PPC.h90 giantDigit *borrow); /* RETURNED, 0 or 1 */
H A DgiantPort_PPC_Gnu.h54 giantDigit *borrow); /* RETURNED, 0 or 1 */
H A DgiantPort_PPC.c109 register giantDigit *borrow) /* RETURNED, 0 or 1 */
114 borrow : r5
124 /* *borrow = 1; */
126 stw r7, 0(borrow)
129 /* else *borrow = 0; */
131 stw r7, 0(borrow)
106 giantSubDigits( register giantDigit a, register giantDigit b, register giantDigit *borrow) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DgiantPort_i486.h72 giantDigit *borrow) /* RETURNED, 0 or 1 */
79 "movl $0, %1 /* borrow = 0 */ \n"
81 "movl $1, %1 /* borrow = 1 */ \n"
82 : "=&r" (_diff), "=&r" (*borrow)
69 giantSubDigits( giantDigit a, giantDigit b, giantDigit *borrow) argument
H A DgiantPort_Generic.h92 giantDigit *borrow) /* RETURNED, 0 or 1 */
97 *borrow = 1;
100 *borrow = 0;
89 giantSubDigits( giantDigit a, giantDigit b, giantDigit *borrow) argument
H A DgiantPort_PPC.h90 giantDigit *borrow); /* RETURNED, 0 or 1 */
H A DgiantPort_PPC_Gnu.h54 giantDigit *borrow); /* RETURNED, 0 or 1 */
H A DgiantPort_PPC.c109 register giantDigit *borrow) /* RETURNED, 0 or 1 */
114 borrow : r5
124 /* *borrow = 1; */
126 stw r7, 0(borrow)
129 /* else *borrow = 0; */
131 stw r7, 0(borrow)
106 giantSubDigits( register giantDigit a, register giantDigit b, register giantDigit *borrow) argument
/macosx-10.9.5/bc-21/bc/lib/
H A Dnumber.c437 int borrow, count, val; local
460 borrow = 0;
474 val = - *n2ptr-- - borrow;
478 borrow = 1;
481 borrow = 0;
490 val = *n1ptr-- - *n2ptr-- - borrow;
494 borrow = 1;
497 borrow = 0;
506 val = *n1ptr-- - borrow;
510 borrow
941 unsigned int qdig, qguess, borrow, carry; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_rmclass.c151 * borrow the offtime of the class borrowing from.
153 * to borrow much, especially when cutoff is taking effect.
198 * borrow class to borrow from (should be either 'parent' or null).
239 struct rm_class *parent, struct rm_class *borrow, u_int32_t maxidle,
302 cl->borrow_ = borrow;
839 struct rm_class *borrow = cl->borrow_; local
841 while (borrow != NULL &&
842 borrow->depth_ < ifd->cutoff_) {
843 if (TV_LT(&borrow
237 rmc_newclass(int pri, struct rm_ifdat *ifd, u_int32_t nsecPerByte, void (*action)(rm_class_t *, rm_class_t *), u_int32_t qid, u_int32_t maxq, struct rm_class *parent, struct rm_class *borrow, u_int32_t maxidle, int minidle, u_int32_t offtime, int pktsize, int flags) argument
1569 rmc_delay_action(struct rm_class *cl, struct rm_class *borrow) argument
1666 rmc_root_overlimit(struct rm_class *cl, struct rm_class *borrow) argument
[all...]
H A Dpktsched_cbq.c198 struct rm_class *borrow, *parent; local
232 /* Get pointers to parent and borrow classes. */
235 borrow = parent;
237 borrow = NULL;
240 * A class must borrow from its parent or it can not
241 * borrow at all. Hence, borrow can be null.
249 if ((borrow != parent) && (borrow != NULL)) {
250 log(LOG_ERR, "%s: %s borrow clas
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dutil.c1471 ULLong borrow, y; local
1473 ULong borrow, y; local
1503 borrow = 0;
1506 y = (ULLong)*xa++ - *xb++ - borrow;
1507 borrow = y >> 32 & (ULong)1;
1511 y = *xa++ - borrow;
1512 borrow = y >> 32 & (ULong)1;
1518 y = (*xa & 0xffff) - (*xb & 0xffff) - borrow;
1519 borrow = (y & 0x10000) >> 16;
1520 z = (*xa++ >> 16) - (*xb++ >> 16) - borrow;
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/bigdecimal/
H A Dbigdecimal.c4220 BDIGIT av, bv, borrow, mrv; local
4238 borrow = 0;
4241 borrow = 1;
4251 c->frac[c_pos] = BASE - b->frac[--b_pos] - borrow;
4254 c->frac[c_pos] = BASE - borrow;
4256 borrow = 1;
4271 if(a->frac[--a_pos] < b->frac[--b_pos] + borrow) {
4272 c->frac[c_pos] = BASE + a->frac[a_pos] - b->frac[b_pos] - borrow;
4273 borrow = 1;
4275 c->frac[c_pos] = a->frac[a_pos] - b->frac[b_pos] - borrow;
4549 BDIGIT borrow, borrow1, borrow2; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DAPInt.cpp209 /// @returns the borrow out of the subtraction
215 y = 1; // We have to "borrow 1" from next "digit"
217 y = 0; // No need to borrow
262 /// @returns returns the borrow out.
266 bool borrow = false;
268 uint64_t x_tmp = borrow ? x[i] - 1 : x[i];
269 borrow = y[i] > x_tmp || (borrow && x[i] == 0);
272 return borrow;
1571 bool borrow
[all...]
H A DAPFloat.cpp855 /* Subtract the significand of the RHS with a borrow flag. Returns
856 the borrow flag. */
858 APFloat::subtractSignificand(const APFloat &rhs, integerPart borrow)
867 return APInt::tcSubtract(parts, rhs.significandParts(), borrow,
1392 /* The code above is intended to ensure that no borrow is
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp-smb.el1029 (let ((borrow (< (cadr t1) (cadr t2))))
1030 (list (- (car t1) (car t2) (if borrow 1 0))
1031 (- (+ (if borrow 65536 0) (cadr t1)) (cadr t2)))))
H A Dtramp.el7363 (let ((time (let ((borrow (< (cadr t1) (cadr t2))))
7364 (list (- (car t1) (car t2) (if borrow 1 0))
7365 (- (+ (if borrow 65536 0) (cadr t1)) (cadr t2))))))
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc.el2779 (let* ((a (copy-sequence a)) (aa a) (borrow nil) sum diff)
2781 (if borrow
2785 (setq borrow nil))
2790 (setq borrow t)))
2793 (if borrow
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex1808 subtraction is used instead. Note the use of the $\gamma$ variable to extract the carry (\textit{also known as the borrow}) within the subtraction
1812 the third bit which will be set to zero after the borrow. After the very first bit has been subtracted $4 - 1 \equiv 0011_2$ will remain, When the
3812 ``borrow'' from the higher digits might leave a negative result. After the multiple of the modulus has been subtracted from $a$ the residue must be

Completed in 258 milliseconds