HomeSort by relevance Sort by last modified time
    Searched refs:divisor (Results 76 - 100 of 198) sorted by null

1 2 34 5 6 7 8

  /external/qemu/audio/
esdaudio.c 94 int divisor; member in struct:__anon13132
99 .divisor = 2,
120 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
329 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
596 .name = "DIVISOR",
598 .valp = &conf.divisor,
599 .descr = "threshold divisor"
paaudio.c 67 int divisor; member in struct:__anon13139
73 .divisor = 2,
93 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
188 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
565 .name = "DIVISOR",
567 .valp = &conf.divisor,
568 .descr = "threshold divisor"
  /external/iproute2/tc/
f_u32.c 39 fprintf(stderr, "or u32 divisor DIVISOR\n");
43 " u{32|16|8} | mark } SAMPLE_ARGS [divisor DIVISOR]\n");
1034 } else if (matches(*argv, "divisor") == 0) {
1035 unsigned divisor; local
1037 if (get_unsigned(&divisor, *argv, 0) ||
1038 divisor == 0 ||
1039 divisor > 0x100 || ((divisor - 1) & divisor))
1079 unsigned divisor = 0x100; local
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInteger.java 844 * Returns a {@code BigInteger} whose value is greatest common divisor
848 * @param value value with which the greatest common divisor is computed.
878 * {@code this / divisor} at index 0 and {@code this % divisor} at index 1.
880 * @param divisor value by which {@code this} is divided.
881 * @throws NullPointerException if {@code divisor == null}.
882 * @throws ArithmeticException if {@code divisor == 0}.
886 public BigInteger[] divideAndRemainder(BigInteger divisor) {
887 BigInt divisorBigInt = divisor.getBigInt();
895 * Returns a {@code BigInteger} whose value is {@code this / divisor}
    [all...]
BigInt.java 338 static void division(BigInt dividend, BigInt divisor,
353 Check(NativeBN.BN_div(quot, rem, dividend.bignum, divisor.bignum));
  /external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.cpp 41 DEFINE_ANIMATED_NUMBER(SVGFEConvolveMatrixElement, SVGNames::divisorAttr, Divisor, divisor)
137 return convolveMatrix->setDivisor(divisor());
241 float divisorValue = divisor();
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
SunCalculator.java 237 double divisor = cosineSunDeclination * cosLatitude; local
239 return dividend / divisor;
  /external/netperf/
netlib.c 3049 double divisor; local
3096 double divisor; local
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h 258 by the same constant. Most compilers do it too if they know the divisor value
263 unsigned delta, scale, divisor;
269 CV_INLINE CvFastDiv cvFastDiv( int divisor )
273 assert( divisor >= 1 );
274 uint64 temp = ((uint64)1 << CV_FAST_DIV_SHIFT)/divisor;
276 fastdiv.divisor = divisor;
277 fastdiv.delta = (unsigned)(((temp & 1) ^ 1) + divisor - 1);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 802 int divisor = 1000000000;
804 while (value < divisor) {
805 divisor /= 10;
813 int digit = value / divisor;
814 value -= digit * divisor;
815 divisor /= 10;
817 } while (divisor != 0);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeekView.java 434 int divisor = 2 * nDays; local
441 int x = (mWidth - mPadding * 2) / divisor + mPadding;
458 int x = (2 * i + 1) * (mWidth - mPadding * 2) / (divisor) + mPadding;
  /external/icu4c/i18n/
gregoimp.h 36 * @param denominator a divisor which must be != 0
47 * @param denominator a divisor which must be != 0
60 * @param denominator a divisor which must be != 0
71 * For a positive divisor, return the quotient and remainder
72 * such that dividend = quotient*divisor + remainder and
73 * 0 <= remainder < divisor.
76 * (divident >> divisor) reasonably.
78 * Calling with a divisor <= 0 is disallowed.
80 static double floorDivide(double dividend, double divisor,
  /external/iproute2/examples/diffserv/
Edge31-ca-u32 34 divisor 1
  /external/llvm/lib/Support/
APFloat.cpp 942 integerPart *lhsSignificand, *dividend, *divisor;
957 divisor = dividend + partsCount;
959 /* Copy the dividend and divisor as they will be modified in-place. */
962 divisor[i] = rhsSignificand[i];
970 /* Normalize the divisor. */
971 bit = precision - APInt::tcMSB(divisor, partsCount) - 1;
974 APInt::tcShiftLeft(divisor, partsCount, bit);
984 /* Ensure the dividend >= divisor initially for the loop below.
987 if (APInt::tcCompare(dividend, divisor, partsCount) < 0) {
990 assert(APInt::tcCompare(dividend, divisor, partsCount) >= 0)
    [all...]
  /frameworks/base/core/java/android/widget/
CalendarView.java 1743 final int divisor = 2 * nDays; local
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 647 extern INT64 WINAPI wglSwapBuffersMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
648 extern INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
649 extern BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
654 typedef INT64 (WINAPI * PFNWGLSWAPBUFFERSMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
655 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
656 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
apicdef_32.h 395 u32 divisor : 4, member in struct:local_apic::__anon215
  /bionic/libc/kernel/common/linux/
pkt_sched.h 141 unsigned divisor; member in struct:tc_sfq_qopt
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 101 unsigned divisor; member in struct:tc_sfq_qopt
  /development/ndk/platforms/android-9/arch-x86/include/asm/
apicdef_32.h 395 u32 divisor : 4, member in struct:local_apic::__anon1405
  /external/iproute2/include/linux/
pkt_sched.h 161 unsigned divisor; /* Hash divisor */ member in struct:tc_sfq_qopt
170 * NOTE: limit, divisor and flows are hardwired to code at the moment.
172 * limit=flows=128, divisor=1024;
266 __u32 rate2quantum; /* bps->quantum divisor */
  /external/kernel-headers/original/asm-x86/
apicdef_32.h 364 u32 divisor : 4, member in struct:local_apic::__anon9574
  /external/kernel-headers/original/linux/
pkt_sched.h 169 unsigned divisor; /* Hash divisor */ member in struct:tc_sfq_qopt
179 * NOTE: limit, divisor and flows are hardwired to code at the moment.
181 * limit=flows=128, divisor=1024;
283 __u32 rate2quantum; /* bps->quantum divisor */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pkt_sched.h 147 unsigned divisor; /* Hash divisor */ member in struct:tc_sfq_qopt
152 * NOTE: limit, divisor and flows are hardwired to code at the moment.
154 * limit=flows=128, divisor=1024;
256 __u32 rate2quantum; /* bps->quantum divisor */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_sched.h 147 unsigned divisor; /* Hash divisor */ member in struct:tc_sfq_qopt
152 * NOTE: limit, divisor and flows are hardwired to code at the moment.
154 * limit=flows=128, divisor=1024;
256 __u32 rate2quantum; /* bps->quantum divisor */

Completed in 1518 milliseconds

1 2 34 5 6 7 8