HomeSort by relevance Sort by last modified time
    Searched full:divisor (Results 151 - 175 of 269) sorted by null

1 2 3 4 5 67 8 91011

  /libcore/luni/src/main/java/java/math/
BigInt.java 338 static void division(BigInt dividend, BigInt divisor,
353 Check(NativeBN.BN_div(quot, rem, dividend.bignum, divisor.bignum));
  /bionic/libc/kernel/common/linux/
pkt_sched.h 130 unsigned divisor; member in struct:tc_sfq_qopt
  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerDivideTest.java 318 * Verifies the case when the divisor is already normalized.
339 * and divisor equal.
628 * mod when a divisor is positive
648 * mod when a divisor is negative
  /external/iproute2/
README.iproute2+tc 89 $TC filter add dev eth1 parent 1:0 prio 5 handle 1: u32 divisor 256
  /external/llvm/lib/Support/
APFloat.cpp 969 integerPart *lhsSignificand, *dividend, *divisor;
984 divisor = dividend + partsCount;
986 /* Copy the dividend and divisor as they will be modified in-place. */
989 divisor[i] = rhsSignificand[i];
997 /* Normalize the divisor. */
998 bit = precision - APInt::tcMSB(divisor, partsCount) - 1;
1001 APInt::tcShiftLeft(divisor, partsCount, bit);
1011 /* Ensure the dividend >= divisor initially for the loop below.
1014 if (APInt::tcCompare(dividend, divisor, partsCount) < 0) {
1017 assert(APInt::tcCompare(dividend, divisor, partsCount) >= 0)
    [all...]
APInt.cpp     [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
mozilla 165 divisor
  /external/v8/src/arm/
lithium-codegen-arm.cc 835 int32_t divisor = local
838 if (divisor < 0) divisor = -divisor;
844 __ and_(dividend, dividend, Operand(divisor - 1));
853 __ and_(dividend, dividend, Operand(divisor - 1));
866 DwVfpRegister divisor = ToDoubleRegister(instr->TempAt(2)); local
871 ASSERT(!dividend.is(divisor));
873 ASSERT(!divisor.is(quotient));
890 __ vmov(divisor.low(), right)
    [all...]
  /external/dropbear/libtommath/
tommath.out 129 \BOOKMARK [1][-]{section.9.1}{Greatest Common Divisor}{chapter.9}
130 \BOOKMARK [2][-]{subsection.9.1.1}{Complete Greatest Common Divisor}{section.9.1}
  /external/webrtc/src/system_wrappers/source/spreadsortlib/
spreadsort.hpp 43 unsigned divisor = rough_log_2_size(count); local
44 //Making sure the divisor is positive
45 if(divisor > LOG_MEAN_BIN_SIZE)
46 divisor -= LOG_MEAN_BIN_SIZE;
48 divisor = 1;
49 unsigned relative_width = (LOG_CONST * log_range)/((divisor > MAX_SPLITS) ? MAX_SPLITS : divisor);
86 //Gets a non-negative right bit shift to operate as a logarithmic divisor
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
apicdef_32.h 361 u32 divisor : 4, member in struct:local_apic::__anon150
  /development/ndk/platforms/android-9/arch-x86/include/asm/
apicdef_32.h 361 u32 divisor : 4, member in struct:local_apic::__anon1240
  /external/iproute2/doc/actions/
ifb-README 87 filter protocol ip pref 10 u32 fh 800: ht divisor 1
  /external/iproute2/examples/diffserv/
Edge31-ca-u32 34 divisor 1
  /external/kernel-headers/original/asm-x86/
apicdef_32.h 364 u32 divisor : 4, member in struct:local_apic::__anon7077
  /external/mesa3d/src/glsl/builtins/tools/
texture_builtins.py 70 # Projective divisor
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
apicdef_32.h 361 u32 divisor : 4, member in struct:local_apic::__anon22677
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
apicdef_32.h 361 u32 divisor : 4, member in struct:local_apic::__anon23462
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 361 u32 divisor : 4, member in struct:local_apic::__anon25322
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 361 u32 divisor : 4, member in struct:local_apic::__anon26032
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 361 u32 divisor : 4, member in struct:local_apic::__anon29670
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glxext.h 508 typedef int ( * PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count);
698 typedef int64_t ( * PFNGLXSWAPBUFFERSMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder);
699 typedef Bool ( * PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
  /external/bluetooth/bluez/tools/
hciattach.c 527 int divisor; local
656 divisor = (u->speed*64+7812)/15625;
658 /* No parity, one stop bit -> divisor |= 0x0000; */
659 cmd[15] = (divisor) & 0xFF; /* divider */
660 cmd[16] = (divisor >> 8) & 0xFF; /* - msB */
  /external/icu4c/i18n/
nfrule.cpp 98 // new it up and initialize its basevalue and divisor
131 // base value is an even multiple of its divisor (or it's one
172 // same divisor)
483 // of the rule's divisor. Fix their copies of the divisor.
697 // divisor, and the rule's base value is NOT an even multiple
698 // of its divisor
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 339 private static final int safeDiv(int dividend, int divisor) {
340 return (divisor == 0) ? 0 : (dividend / divisor);
    [all...]

Completed in 3215 milliseconds

1 2 3 4 5 67 8 91011