/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/ |
softfloat-macros | 326 2^64, so any borrow out (carry out) is lost. The result is broken into two
345 is modulo 2^96, so any borrow out (carry out) is lost. The result is broken
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/ |
softfloat-macros | 326 2^64, so any borrow out (carry out) is lost. The result is broken into two
345 is modulo 2^96, so any borrow out (carry out) is lost. The result is broken
|
/external/boringssl/ios-arm/crypto/fipsmodule/ |
armv4-mont.S | 161 mov r1,r4 @ "borrow" r1 177 orr r1,r1,r3 @ ap=borrow?tp:rp
|
/external/boringssl/linux-arm/crypto/fipsmodule/ |
armv4-mont.S | 160 mov r1,r4 @ "borrow" r1 176 orr r1,r1,r3 @ ap=borrow?tp:rp
|
/external/boringssl/src/crypto/chacha/asm/ |
chacha-x86.pl | 397 &movdqa ($xa_,$xb); # borrow as temporary 412 &movdqa ($xa,$xb); # borrow as temporary
|
/external/boringssl/src/crypto/fipsmodule/bn/asm/ |
armv4-mont.pl | 257 mov $ap,$tp @ "borrow" $ap 273 orr $ap,$ap,$np @ ap=borrow?tp:rp
|
x86_64-gcc.c | 226 " subq %0,%0 \n" // clear borrow
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/ |
ssa.go | 167 // output 0 is carry/borrow, output 1 is the low 32 bits. 175 // output 0 is carry/borrow, output 1 is the low 32 bits.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/x86/ |
ssa.go | 167 // output 0 is carry/borrow, output 1 is the low 32 bits. 175 // output 0 is carry/borrow, output 1 is the low 32 bits.
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
strcmp.S | 357 (C==0 and Z==1) cannot happen because the carry bit is "not borrow". */
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
internal.h | 264 // returns the borrow bit, which is one if the computation underflowed and zero
|
/external/boringssl/src/crypto/fipsmodule/sha/asm/ |
sha1-586.pl | 634 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot 860 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot [all...] |
/external/kernel-headers/original/uapi/linux/ |
cdrom.h | 44 * borrow the "Operation not supported" error from the network folks to
|
/external/libffi/ |
configure.ac | 21 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
|
/external/libffi/src/x86/ |
ffi.c | 874 /* we borrow this routine from libffi (it must be changed, though, to
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
configure.ac | 24 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
|
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/ |
ffi.c | 772 /* we borrow this routine from libffi (it must be changed, though, to
|
/external/python/cpython3/Modules/_ctypes/libffi/ |
configure.ac | 24 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
|
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/ |
ffi.c | 772 /* we borrow this routine from libffi (it must be changed, though, to
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_mixer.c | 209 /* WOW requires a 32-bit buffer, borrow the mix buffer and
|
/external/tcpdump/ |
print-ntp.c | 402 if (ouf > uf) /* must borrow from high-order bits */
|
/external/tensorflow/tensorflow/core/kernels/data/ |
reader_dataset_ops.cc | 675 // `reader_` will borrow the object that `file_` points to, so
|
/external/valgrind/VEX/priv/ |
guest_s390_helpers.c | 979 "sr 0,%[op3]\n\t" /* borrow to cc */ \ [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerDivideTest.java | 298 * Verifies the case when borrow != 0 in the private divide method.
|
BigIntegerSubtractTest.java | 528 * Subtract two numbers so that borrow is 1.
|