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

1 2 3 45 6 7 8 91011

  /external/dropbear/libtommath/
bn_mp_gcd.c 18 /* Greatest Common Divisor using the binary method */
  /external/iproute2/tc/
f_flow.c 29 " [ divisor NUM ] [ baseclass ID ] [ match EMATCH_TREE ]\n"
200 } else if (matches(*argv, "divisor") == 0) {
203 fprintf(stderr, "Illegal \"divisor\"\n");
335 fprintf(f, "divisor %u ",
q_sfq.c 94 fprintf(f, "flows %u/%u ", qopt->flows, qopt->divisor);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
determinize.h 45 // The default common divisor uses the semiring Plus.
55 // The label common divisor for a (left) string semiring selects a
85 // The gallic common divisor uses the label common divisor on the
86 // string component and the template argument D common divisor on the
87 // weight component, which defaults to the default common divisor.
203 // It is templated on the arc type A and the common divisor C.
611 // This private version is for passing the common divisor to
633 // This recursive call terminates since it passes the common divisor
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.h 57 float divisor() const;
  /external/webkit/Source/WebCore/svg/
svgattrs.in 46 divisor
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
dmx.h 135 unsigned int base; /* output: divisor for stc to get 90 kHz clock */
  /system/core/libcutils/
tzstrftime.c 697 #define DIVISOR 100
698 trail = a % DIVISOR + b % DIVISOR;
699 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR;
700 trail %= DIVISOR;
702 trail += DIVISOR;
705 trail -= DIVISOR;
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 120 refresh time multiplied by the divisor parameter to
123 1.0 otherwise. The actual usage value is based on the divisor and is
  /external/valgrind/main/none/tests/x86/
bug126147-x86.c 56 %ebx = divisor
74 " movl 0x20(%eax), %ebx # divisor\n"
  /external/icu4c/i18n/unicode/
rbnf.h 116 * both substitutions depends on the rule's base value. The base value determines the rule's <em>divisor,</em>
119 * formatted by the divisor. The integral quotient is used to fill in the &lt;&lt;
122 * formatted is an even multiple of the rule's divisor. The rules are applied recursively, so
131 * base value is a higher power of 10, changing the rule's divisor. This rule can actually be
205 * used to alter a rule's divisor in various ways. And there is provision for much more
226 * Internally, every rule has a base value, a divisor, rule text, and zero, one, or two <em>substitutions.</em>
238 * which are ignored. The rule's divisor is the highest power of 10 less than or equal to
243 * <td><em>bv</em> specifies the rule's base value. The rule's divisor is the
248 * <td><em>bv</em> specifies the rule's base value. To calculate the divisor,
251 * decreases the exponent by 1. If the exponent is positive or 0, the divisor is the radi
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 692 int divisor = 1000000000;
694 while (value < divisor) {
695 divisor /= 10;
703 int digit = value / divisor;
704 value -= digit * divisor;
705 divisor /= 10;
707 } while (divisor != 0);
  /external/icu4c/i18n/
nfsubs.h 87 * Sets the substitution's divisor. Used by NFRule.setBaseValue().
90 * @param radix The radix of the divisor
91 * @param exponent The exponent of the divisor
  /external/jpeg/
jcdctmgr.c 47 * the divisor table for each one.
135 * What's actually stored is 1/divisor so that the inner loop can
380 /* Mark divisor tables unallocated */
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 101 unsigned divisor; member in struct:tc_sfq_qopt
  /external/freetype/include/freetype/internal/
ftcalc.h 99 /* c :: The divisor. */
  /external/iproute2/man/man8/
tc-drr.8 73 .B tc filter add .. protocol ip .. $handle flow hash keys src,dst,proto,proto-src,proto-dst divisor 1024 perturb 10
  /frameworks/base/core/java/android/os/
LatencyTimer.java 47 * @param scaleFactor divisor used to make each sample smaller to prevent overflow when
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
serial.h 89 #define ASYNC_SPD_CUST 0x0030 /* Use user-specified divisor */
  /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/linux/
pkt_sched.h 101 unsigned divisor; member in struct:tc_sfq_qopt
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 101 unsigned divisor; member in struct:tc_sfq_qopt
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
pkt_sched.h 101 unsigned divisor; member in struct:tc_sfq_qopt

Completed in 1750 milliseconds

1 2 3 45 6 7 8 91011