/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFAState.java | 295 * (if s[i]-t is nil, don't add). The remainder is t-s[i], which is 297 * remainder must then be compared against the i+1..n elements in s 299 * and smaller remainder. Stop when you run out of s elements or 300 * remainder goes to nil. If remainder is non nil when you run out of 301 * s elements, then add remainder to the end. 318 IntSet remainder = t; // remainder starts out as whole set to add local 358 remainder = t.subtract(s_i); 359 if ( remainder.isNil() ) [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
genIndexFilters.bat | 73 # <ID>:alias:<FILTER>;<REMAINDER> 74 # <REMAINDER> can be 89 my $remainder = $3; 98 $remainder = $3; 103 $_ = "$id:alias:$set;$remainder\n";
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
ModU64x32.S | 18 # Calculate the remainder of a 64-bit integer by a 32-bit integer
|
ModU64x32.asm | 18 ; Calculate the remainder of a 64-bit integer by a 32-bit integer
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
ModU64x32.asm | 18 ; Calculate the remainder of a 64-bit integer by a 32-bit integer
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugTreeGrammar.g3 | 68 | ^('%' a=expr b=expr) { $value = $a.value.remainder($b.value); }
|
ProfileTreeGrammar.g3 | 68 | ^('%' a=expr b=expr) { $value = $a.value.remainder($b.value); }
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
RSACoreEngine.java | 166 // we have the extra factors, use the Chinese Remainder Theorem - the author 181 mP = (input.remainder(p)).modPow(dP, p); 184 mQ = (input.remainder(q)).modPow(dQ, q);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
RSAKeyPairGenerator.java | 141 dP = d.remainder(pSub1); 142 dQ = d.remainder(qSub1);
|
/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/ |
StandardNames.java | 1040 String remainder = cipherSuite.substring("TLS_".length()); local [all...] |
/external/eigen/bench/ |
benchmark-blocking-sizes.cpp | 326 int remainder = d.seconds; 327 if (remainder > 3600) { 328 int hours = remainder / 3600; 330 remainder -= hours * 3600; 332 if (remainder > 60) { 333 int minutes = remainder / 60; 335 remainder -= minutes * 60; 338 s << remainder << " s";
|
/external/mesa3d/src/loader/ |
loader_dri3_helper.h | 184 int64_t divisor, int64_t remainder, 190 int64_t remainder, unsigned flush_flags,
|
/external/syslinux/gpxe/src/util/ |
get-pci-ids | 113 my ($vendor_id, $device_id, $remainder) = split /\W+/, $_, 3;
|
/system/bt/hci/src/ |
hci_inject.cc | 187 size_t remainder = client->buffer_size - frame_len; local 188 memmove(buffer, buffer + frame_len, remainder);
|
/external/protobuf/js/binary/ |
arith.js | 222 * 64-bit quotient and a 32-bit remainder. 224 * @return {Array.<jspb.arith.UInt64>} array of [quotient, remainder], 236 var remainder = new jspb.arith.UInt64(this.lo, this.hi); 248 // If divisor < remainder, add unit to quotient and subtract divisor from 249 // remainder. 250 if (divisor.cmp(remainder) <= 0) { 252 remainder = remainder.sub(divisor); 259 return [quotient, remainder]; 273 var quotient = divResult[0], remainder = divResult[1] [all...] |
/bionic/libc/arch-mips64/bionic/ |
__bionic_clone.S | 64 # remainder of arguments are correct for clone system call
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
DivU64x32.S | 39 # OUT UINTN *Remainder OPTIONAL
46 # 64bit result and the Remainder.
52 # Remainder - buffer for remainder
57 # Remainder = Dividend mod Divisor
71 divl %ecx # Dividend Divisor Quoitent...Remainder
77 divl %ecx # Leave the REMAINDER in EDX as High 32-bit of new dividend
78 # Dividend Divisor Quoitent...Remainder
81 movl 0x14(%ebp), %ecx # Put &REMAINDER to ecx
83 jecxz Label1 # If ecx == 0, no remainder exist, return with quoitent in EDX directly [all...] |
DivU64x32.asm | 33 ; OUT UINTN *Remainder OPTIONAL
40 ; 64bit result and the Remainder.
46 ; Remainder - buffer for remainder
51 ; Remainder = Dividend mod Divisor
65 div ecx ; Dividend Divisor Quoitent...Remainder
71 div ecx ; Leave the REMAINDER in EDX as High 32-bit of new dividend
72 ; Dividend Divisor Quoitent...Remainder
75 mov ecx, [ebp + 14h] ; Put &REMAINDER to ecx
77 jecxz Label1 ; If ecx == 0, no remainder exist, return with quoitent in EDX directly [all...] |
DivU64x32.c | 28 OUT UINTN *Remainder OPTIONAL
35 64bit result and the Remainder.
41 Remainder - buffer for remainder
46 Remainder = Dividend mod Divisor
57 div ecx ; Dividend Divisor Quoitent...Remainder
63 div ecx ; Leave the REMAINDER in EDX as High 32-bit of new dividend
64 ; Dividend Divisor Quoitent...Remainder
67 mov ecx, Remainder ; Put &REMAINDER to ecx [all...] |
/external/proguard/src/proguard/evaluation/value/ |
UnknownIntegerValue.java | 109 public IntegerValue remainder(IntegerValue other) method in class:UnknownIntegerValue
|
/external/v8/src/ |
fixed-dtoa.cc | 218 // (-exponent). Inside the function the non-converted remainder of fractionals 315 // The quotient delivers the first digits, and the remainder fits into a 64 323 uint64_t remainder; local 325 // Then need q (quotient) and r (remainder) as follows: 337 remainder = (dividend % divisor) << divisor_power; 341 remainder = (dividend % divisor) << exponent; 344 FillDigits64FixedLength(remainder, divisor_power, buffer, length);
|
/external/webrtc/webrtc/base/ |
random_unittest.cc | 22 // Computes the positive remainder of x/n. 26 T remainder = x % n; local 27 if (remainder < 0) 28 remainder += n; 29 return remainder; 34 // based on the remainder when dividing by bucket_count and check that each
|
/libcore/luni/src/main/java/java/math/ |
BigInt.java | 296 static void division(BigInt dividend, BigInt divisor, BigInt quotient, BigInt remainder) { 304 if (remainder != null) { 305 remainder.makeValid(); 306 rem = remainder.bignum;
|
/prebuilts/go/darwin-x86/src/math/ |
stubs_arm64.s | 57 TEXT ·Remainder(SB),NOSPLIT,$0 58 B ·remainder(SB)
|
/prebuilts/go/linux-x86/src/math/ |
stubs_arm64.s | 57 TEXT ·Remainder(SB),NOSPLIT,$0 58 B ·remainder(SB)
|