/prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/ |
__clang_cuda_math_forward_declares.h | 159 __DEVICE__ double remainder(double, double); 160 __DEVICE__ float remainder(float, float); 260 using ::remainder;
|
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/ |
__clang_cuda_math_forward_declares.h | 159 __DEVICE__ double remainder(double, double); 160 __DEVICE__ float remainder(float, float); 260 using ::remainder;
|
/prebuilts/sdk/renderscript/clang-include/ |
__clang_cuda_math_forward_declares.h | 157 __DEVICE__ double remainder(double, double); 158 __DEVICE__ float remainder(float, float); 245 using ::remainder;
|
/external/ImageMagick/MagickCore/ |
utility.c | 508 remainder; 526 remainder=blob_length % 3; 527 if (remainder != 0) 538 for (j=0; j < (ssize_t) remainder; j++) 542 if (remainder == 1) 500 remainder; local [all...] |
/external/e2fsprogs/debugfs/ |
htree.c | 144 int remainder; local 153 remainder = fs->blocksize - (limit * sizeof(struct ext2_dx_entry)); 155 remainder -= sizeof(struct ext2_dx_root_info) + 24; 157 remainder -= 8; 159 remainder == sizeof(struct ext2_dx_tail)) {
|
/external/icu/icu4c/source/common/ |
caniter.cpp | 458 Hashtable remainder(status); 459 remainder.setValueDeleter(uprv_deleteUObject); 460 if (extract(&remainder, cp2, segment, segLen, i, status) == NULL) { 469 const UHashElement *ne = remainder.nextElement(el); 483 ne = remainder.nextElement(el); 498 * If so, take the remainder, and return the equivalents 570 return fillinResult; // succeed, but no remainder
|
/hardware/intel/common/libva/va/x11/ |
va_dri2.c | 330 CARD64 remainder) 336 req->remainder_hi = remainder >> 32; 337 req->remainder_lo = remainder & 0xffffffff; 347 CARD64 divisor, CARD64 remainder, CARD64 *count) 360 load_swap_req(req, target_msc, divisor, remainder);
|
/libcore/luni/src/main/java/java/math/ |
BigInteger.java | 918 * @see #remainder 923 BigInt remainder = new BigInt(); local 924 BigInt.division(getBigInt(), divisorBigInt, quotient, remainder); local 925 return new BigInteger[] {new BigInteger(quotient), new BigInteger(remainder) }; 951 public BigInteger remainder(BigInteger divisor) { method in class:BigInteger 952 BigInt remainder = new BigInt(); local 953 BigInt.division(getBigInt(), divisor.getBigInt(), null, remainder); local [all...] |
/external/mesa3d/src/glx/ |
g_glxglvnddispatchfuncs.c | 537 static int dispatch_WaitVideoSyncSGI(int divisor, int remainder, 554 return (*pWaitVideoSyncSGI)(divisor, remainder, count); 844 int64_t remainder) 857 return (*pSwapBuffersMscOML)(dpy, drawable, target_msc, divisor, remainder); 885 int64_t remainder, int64_t *ust, 899 return (*pWaitForMscOML)(dpy, drawable, target_msc, divisor, remainder, ust, msc, sbc);
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
UnixPath.java | 437 UnixPath remainder = other.subpath(i, cn); local 439 return remainder; 445 // followed by the remaining names in other. If the remainder is 447 int len = dotdots*3 + remainder.path.length; 449 assert remainder.isEmpty(); 464 System.arraycopy(remainder.path, 0, result, pos, remainder.path.length);
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/ |
bl1_plat_setup.c | 190 int64_t quotient, remainder, t; local 193 remainder = data % 127773; 194 t = 16807 * remainder - 2836 * quotient;
|
/external/dng_sdk/source/ |
dng_safe_arithmetic.cpp | 245 const std::uint32_t remainder = val % multiple_of; local 246 if (remainder == 0) { 249 return SafeUint32Add(val, multiple_of - remainder);
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
Decoder.java | 319 int remainder = val / 9;
local 320 int lp = remainder % 5;
321 int pb = remainder / 5;
|
/external/mdnsresponder/mDNSShared/ |
dnssd_clientlib.c | 252 unsigned long keylen, itemlen, remainder; local 256 remainder = (unsigned long)((txtRec->buffer + txtRec->datalen) - (item + itemlen)); 258 memmove(item, item + itemlen, remainder);
|
/external/skia/src/codec/ |
SkSampledCodec.cpp | 43 int remainder; local 47 SkTDivMod(sampleSize, supportedSampleSize, &actualSampleSize, &remainder); 48 if (0 == remainder) {
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
InterpolatingLayout.java | 265 int remainder = parentWidth - width; local 266 int childMeasureSpec = remainder > 0 267 ? MeasureSpec.makeMeasureSpec(remainder, MeasureSpec.EXACTLY)
|
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/ |
umoddi3.S | 20 # the 64-bit unsigned remainder
|
/external/aac/libMpegTPDec/src/ |
tpdec_lib.cpp | 139 INT remainder; /* Reminder in division during lost access unit estimation. */ member in struct:TRANSPORTDEC [all...] |
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/ |
UnsignedInteger.java | 158 return fromIntBits(UnsignedInts.remainder(value, checkNotNull(val).value));
|
/prebuilts/go/darwin-x86/src/math/ |
stubs_mips64x.s | 75 TEXT ·Remainder(SB),NOSPLIT,$0 76 JMP ·remainder(SB)
|
stubs_mipsx.s | 75 TEXT ·Remainder(SB),NOSPLIT,$0 76 JMP ·remainder(SB)
|
stubs_ppc64x.s | 66 TEXT ·Remainder(SB),NOSPLIT,$0 67 BR ·remainder(SB)
|
/prebuilts/go/linux-x86/src/math/ |
stubs_mips64x.s | 75 TEXT ·Remainder(SB),NOSPLIT,$0 76 JMP ·remainder(SB)
|
stubs_mipsx.s | 75 TEXT ·Remainder(SB),NOSPLIT,$0 76 JMP ·remainder(SB)
|
stubs_ppc64x.s | 66 TEXT ·Remainder(SB),NOSPLIT,$0 67 BR ·remainder(SB)
|