HomeSort by relevance Sort by last modified time
    Searched defs:divisor (Results 1 - 25 of 35) sorted by null

1 2

  /external/webkit/WebCore/svg/graphics/filters/
SVGFEConvolveMatrix.cpp 32 const float& divisor, const float& bias, const FloatSize& targetOffset, EdgeModeType edgeMode,
38 , m_divisor(divisor)
49 const float& divisor, const float& bias, const FloatSize& targetOffset, EdgeModeType edgeMode,
52 return adoptRef(new FEConvolveMatrix(in, in2, kernelSize, divisor, bias, targetOffset, edgeMode, kernelUnitLength,
77 float FEConvolveMatrix::divisor() const function in class:WebCore::FEConvolveMatrix
82 void FEConvolveMatrix::setDivisor(float divisor)
84 m_divisor = divisor;
167 << " [divisor=" << m_divisor << "]"
  /external/grub/docs/
kernel.c 179 int divisor = 10; local
189 divisor = 16;
191 /* Divide UD by DIVISOR until UD == 0. */
194 int remainder = ud % divisor;
198 while (ud /= divisor);
  /external/grub/stage2/
serial.c 42 /* The structure for speed vs. divisor. */ struct
43 struct divisor
53 static struct divisor divisor_tab[] =
  /external/chromium/third_party/icu/source/i18n/
nfsubs.cpp 66 double divisor; member in class:MultiplierSubstitution
76 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor)
78 ldivisor = util64_fromDouble(divisor);
79 if (divisor == 0) {
85 divisor = uprv_pow(radix, exponent);
86 ldivisor = util64_fromDouble(divisor);
88 if(divisor == 0) {
101 return uprv_floor(number / divisor);
103 return number/divisor;
108 return newRuleValue * divisor;
121 double divisor; member in class:ModulusSubstitution
    [all...]
  /external/icu4c/i18n/
nfsubs.cpp 66 double divisor; member in class:MultiplierSubstitution
76 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor)
78 ldivisor = util64_fromDouble(divisor);
79 if (divisor == 0) {
85 divisor = uprv_pow(radix, exponent);
86 ldivisor = util64_fromDouble(divisor);
88 if(divisor == 0) {
101 return uprv_floor(number / divisor);
103 return number/divisor;
108 return newRuleValue * divisor;
121 double divisor; member in class:ModulusSubstitution
    [all...]
  /external/qemu/audio/
esdaudio.c 76 int divisor; member in struct:__anon5927
479 {"DIVISOR", AUD_OPT_INT, &conf.divisor,
480 "threshold divisor", NULL, 0},
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
SunCalculator.java 237 double divisor = cosineSunDeclination * cosLatitude; local
239 return dividend / divisor;
  /external/bison/lib/
hash.c 439 size_t divisor = 3; local
440 size_t square = divisor * divisor;
442 while (square < candidate && (candidate % divisor))
444 divisor++;
445 square += 4 * divisor;
446 divisor++;
449 return (candidate % divisor ? true : false);
  /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");
1002 } else if (matches(*argv, "divisor") == 0) {
1003 unsigned divisor; local
1005 if (get_unsigned(&divisor, *argv, 0) ||
1006 divisor == 0 ||
1007 divisor > 0x100 || ((divisor - 1) & divisor))
1047 unsigned divisor = 0x100; local
    [all...]
  /external/bluetooth/bluez/tools/
hciattach.c 496 int divisor; local
625 divisor = (u->speed*64+7812)/15625;
627 /* No parity, one stop bit -> divisor |= 0x0000; */
628 cmd[15] = (divisor) & 0xFF; /* divider */
629 cmd[16] = (divisor >> 8) & 0xFF; /* - msB */
  /libcore/luni/src/main/java/java/math/
BigInteger.java 850 * Returns a {@code BigInteger} whose value is greatest common divisor
854 * @param value value with which the greatest common divisor is computed.
884 * {@code this / divisor} at index 0 and {@code this % divisor} at index 1.
886 * @param divisor value by which {@code this} is divided.
887 * @throws NullPointerException if {@code divisor == null}.
888 * @throws ArithmeticException if {@code divisor == 0}.
892 public BigInteger[] divideAndRemainder(BigInteger divisor) {
893 BigInt divisorBigInt = divisor.getBigInt();
901 * Returns a {@code BigInteger} whose value is {@code this / divisor}
    [all...]
BigDecimal.java 1142 long divisor = scaledDivisor.longValue(); local
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
apicdef_32.h 361 u32 divisor : 4, member in struct:local_apic::__anon144
  /bionic/libc/kernel/common/linux/
pkt_sched.h 130 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-5/arch-x86/include/asm/
apicdef_32.h 361 u32 divisor : 4, member in struct:local_apic::__anon1199
  /external/iproute2/include/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 */
  /external/kernel-headers/original/asm-x86/
apicdef_32.h 364 u32 divisor : 4, member in struct:local_apic::__anon4707
  /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 */
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdstd.c 72 static bool sdstd_start_clock(sdioh_info_t *sd, uint16 divisor);
1765 uint16 divisor; local
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 101 unsigned divisor; member in struct:tc_sfq_qopt
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 101 unsigned divisor; member in struct:tc_sfq_qopt
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 101 unsigned divisor; member in struct:tc_sfq_qopt
  /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::__anon14620
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
pkt_sched.h 101 unsigned divisor; member in struct:tc_sfq_qopt

Completed in 808 milliseconds

1 2