/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.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
cdrom.h | 43 * borrow the "Operation not supported" error from the network folks to
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
cdrom.h | 43 * borrow the "Operation not supported" error from the network folks to
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
cris.exp | 203 # --- End of arc.exp borrow ---
|
/external/boringssl/src/crypto/bn/asm/ |
x86_64-mont5.pl | 312 lea (%rsp),$ap # borrow ap for tp 332 xor $np,$ap # ap = borrow?tp:rp 474 lea $STRIDE($bp),$tp # borrow $tp [all...] |
/external/llvm/lib/Support/ |
APFloat.cpp | 917 /* Subtract the significand of the RHS with a borrow flag. Returns 918 the borrow flag. */ 920 APFloat::subtractSignificand(const APFloat &rhs, integerPart borrow) 929 return APInt::tcSubtract(parts, rhs.significandParts(), borrow, [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
hppa.h | 206 cb 32 bit borrow completer for SUB 207 cB 64 bit borrow completer for SUB [all...] |
/external/antlr/antlr-3.4/runtime/C/ |
ChangeLog | 173 we borrow its string factroy adn use it in our EOF token in case
|
/external/boringssl/linux-aarch64/crypto/aes/ |
aesv8-armx64.S | 102 movi v6.16b,#8 // borrow v6.16b
|
/external/boringssl/linux-arm/crypto/aes/ |
aesv8-armx32.S | 103 vmov.i8 q10,#8 @ borrow q10
|
bsaes-armv7.S | 1372 add r8, r6, #.LREVM0SR-.LM0 @ borrow r8 1392 adrl r8, .LREVM0SR @ borrow r8 1418 @ Borrow prologue from _bsaes_encrypt8 to use the opportunity [all...] |
/external/llvm/test/MC/Disassembler/AArch64/ |
arm64-arithmetic.txt | 4 # Add/Subtract with carry/borrow
|
/prebuilts/go/darwin-x86/src/runtime/ |
asm_arm.s | 630 // If the m on entry was nil, we called needm above to borrow an m
|
asm_arm64.s | 712 // If the m on entry was nil, we called needm above to borrow an m
|
/prebuilts/go/linux-x86/src/runtime/ |
asm_arm.s | 630 // If the m on entry was nil, we called needm above to borrow an m
|
asm_arm64.s | 712 // If the m on entry was nil, we called needm above to borrow an m
|
/external/valgrind/VEX/priv/ |
host_mips_isel.c | 2409 HReg xLo, xHi, yLo, yHi, borrow; local [all...] |
/external/boringssl/src/crypto/aes/asm/ |
bsaes-armv7.pl | [all...] |
aesv8-armx.pl | 171 vmov.i8 $key,#8 // borrow $key
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUISelLowering.cpp | [all...] |
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
GL2Encoder.cpp | 786 // Perhaps we can borrow Mesa's pre-processor? [all...] |
/external/boringssl/src/crypto/bn/ |
exponentiation.c | 701 j = m->top; /* borrow j */ [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/math/ |
BigDecimal.java | 337 private static byte bytecar[] = new byte[(90 + 99) + 1]; // carry/borrow array [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/ |
BigDecimal.java | 346 private static byte bytecar[] = new byte[(90 + 99) + 1]; // carry/borrow array [all...] |