HomeSort by relevance Sort by last modified time
    Searched defs:divisor (Results 26 - 50 of 104) sorted by null

12 3 4 5

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.cpp 38 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
42 , m_divisor(divisor)
53 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
56 return adoptRef(new FEConvolveMatrix(filter, kernelSize, divisor, bias, targetOffset, edgeMode, kernelUnitLength,
81 float FEConvolveMatrix::divisor() const function in class:WebCore::FEConvolveMatrix
86 bool FEConvolveMatrix::setDivisor(float divisor)
88 if (m_divisor == divisor)
90 m_divisor = divisor;
225 ALWAYS_INLINE void setDestinationPixels(ByteArray* image, int& pixel, float* totals, float divisor, float bias, ByteArray* src)
227 unsigned char maxAlpha = preserveAlphaValues ? 255 : clampRGBAValue(totals[3] / divisor + bias)
    [all...]
  /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");
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...]
  /external/qemu/android/utils/
ini.c 521 int64_t divisor = 0; local
528 divisor = giga;
532 divisor = mega;
536 divisor = kilo;
539 if (divisor) {
540 snprintf(temp, sizeof temp, "%" PRId64 "%c", size/divisor, suffix);
  /external/qemu/audio/
esdaudio.c 94 int divisor; member in struct:__anon10547
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"
  /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...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 243 double Aacc,Bacc,Aacc2,Bacc2,divisor,divisor2,m,Am,Bm; local
292 divisor=sqrt(Aacc*Aacc+Bacc*Bacc);
293 m=db_SafeReciprocal(divisor);
304 divisor=0.0;
309 if(divisor2>divisor)
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 243 double Aacc,Bacc,Aacc2,Bacc2,divisor,divisor2,m,Am,Bm; local
292 divisor=sqrt(Aacc*Aacc+Bacc*Bacc);
293 m=db_SafeReciprocal(divisor);
304 divisor=0.0;
309 if(divisor2>divisor)
  /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 */
  /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;
  /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...]
BigDecimal.java 1120 long divisor = scaledDivisor.longValue(); local
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
apicdef_32.h 395 u32 divisor : 4, member in struct:local_apic::__anon181
  /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::__anon1365
  /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::__anon7776
  /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 */
  /external/v8/src/
hydrogen-instructions.cc 2135 int32_t divisor = c_right->Integer32Value(); local
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
pkt_sched.h 101 unsigned divisor; member in struct:tc_sfq_qopt
  /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 */
  /prebuilts/gcc/linux-x86/host/x86_64-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 1553 milliseconds

12 3 4 5