HomeSort by relevance Sort by last modified time
    Searched full:borrow (Results 101 - 125 of 302) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/native/libs/vr/libbufferhub/
buffer_hub_client.cpp 391 BorrowedFence(release_fence.Borrow())));
530 BorrowedFence(ready_fence.Borrow())));
  /libcore/luni/src/main/java/java/math/
Logical.java 70 // Here a borrow -1 was generated
72 // Now, the carry/borrow can be absorbed
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
x86_64-mont.pl 295 lea (%rsp),$ap # borrow ap for tp
314 or $np,$ap # ap=borrow?tp:rp
712 lea (%rsp),$ap # borrow ap for tp
753 or $np,$ap # ap=borrow?tp:rp
1111 mov $mi,$bptr # borrow $bptr
armv8-mont.pl 232 subs $j,$num,#8 // j=num-1 and clear borrow
243 sbcs $ovf,$ovf,xzr // did it borrow?
253 csel $nj,$tj,$aj,lo // did it borrow?
958 sbcs xzr,$topmost,xzr // did it borrow?
1017 sbcs $carry,$carry,xzr // did it borrow?
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
arith_s390x.s 338 MOVD $1, R4 // for 390 subtraction cf starts as 1 (no borrow)
784 VLVGG $1, R6, V0 // borrow is initially "no borrow"
  /prebuilts/go/darwin-x86/test/
64bit.go 111 var borrow uint32
113 borrow = 1
115 c.hi = a.hi - b.hi - borrow
  /prebuilts/go/linux-x86/src/math/big/
arith_s390x.s 338 MOVD $1, R4 // for 390 subtraction cf starts as 1 (no borrow)
784 VLVGG $1, R6, V0 // borrow is initially "no borrow"
  /prebuilts/go/linux-x86/test/
64bit.go 111 var borrow uint32
113 borrow = 1
115 c.hi = a.hi - b.hi - borrow
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 375 (C==0 and Z==1) cannot happen because the carry bit is "not borrow". */
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 370 (C==0 and Z==1) cannot happen because the carry bit is "not borrow". */
  /external/aac/libAACdec/src/
usacdec_acelp.h 256 * \brief Borrow static excitation memory from ACELP decoder
  /external/dnsmasq/src/
lease.c 73 borrow DNS packet buffer which is always larger than 1000 bytes */
  /external/iproute2/tc/
q_cbq.c 234 } else if (matches(*argv, "borrow") == 0) {
  /external/libevent/
bufferevent_sock.c 423 * Here, we borrow the socket object's write handler to fall back
  /external/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.td 138 def AMDGPUborrow : SDNode<"AMDGPUISD::BORROW", SDTIntBinOp, []>;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrVector.td 617 // Subtract compute borrow indication.
624 // Subtract with borrow indication.
627 // Subtract with borrow compute borrow indication.
    [all...]
  /external/tensorflow/tensorflow/core/framework/
node_def_util.h 267 // space, the returned `NameRangeMap` objects borrow the input/output
  /toolchain/binutils/binutils-2.27/gas/doc/
c-m32r.texi 215 so it assumes that a borrow will occur from the upper-16 bits. To
  /external/mesa3d/src/compiler/glsl/
ir_expression_operation.py 556 # Returns the borrow resulting from the subtraction of the second argument
558 operation("borrow", 2),
    [all...]
  /external/v8/src/s390/
constants-s390.h     [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 594 * <p>If a borrow occurs in the days field (in other words, if
595 * the computation needs to borrow 1 or -1 month to compensate
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aesni-x86_64.pl 665 jnc .Lecb_enc_loop8 # loop if $len-=8*16 didn't borrow
802 jnc .Lecb_dec_loop8 # loop if $len-=8*16 didn't borrow
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp 852 /* Subtract the significand of the RHS with a borrow flag. Returns
853 the borrow flag. */
855 APFloat::subtractSignificand(const APFloat &rhs, integerPart borrow)
864 return APInt::tcSubtract(parts, rhs.significandParts(), borrow,
    [all...]

Completed in 2147 milliseconds

1 2 3 45 6 7 8 91011>>