HomeSort by relevance Sort by last modified time
    Searched full:divisor (Results 276 - 300 of 852) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h 627 extern int glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count);
630 typedef int ( * PFNGLXWAITVIDEOSYNCSGIPROC) (int divisor, int remainder, unsigned int *count);
    [all...]
  /external/mesa3d/src/glx/
glxcmds.c     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseResidency.cpp 113 tcu::UVec3 alignedDivide (const VkExtent3D& extent, const VkExtent3D& divisor)
117 result.x() = extent.width / divisor.width + ((extent.width % divisor.width) ? 1u : 0u);
118 result.y() = extent.height / divisor.height + ((extent.height % divisor.height) ? 1u : 0u);
119 result.z() = extent.depth / divisor.depth + ((extent.depth % divisor.depth) ? 1u : 0u);
    [all...]
  /system/tpm/trunks/ftdi/
mpsse.c 397 * Sets the appropriate divisor for the desired clock frequency.
408 uint16_t divisor = 0; local
424 divisor = 0xFFFF;
426 divisor = freq2div(system_clock, freq);
430 buf[1] = (divisor & 0xFF);
431 buf[2] = ((divisor >> 8) & 0xFF);
434 mpsse->clock = div2freq(system_clock, divisor);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedNumberFormat.java 88 * both substitutions depends on the rule's base value. The base value determines the rule's <em>divisor,</em>
91 * formatted by the divisor. The integral quotient is used to fill in the &lt;&lt;
94 * formatted is an even multiple of the rule's divisor. The rules are applied recursively, so
103 * base value is a higher power of 10, changing the rule's divisor. This rule can actually be
183 * used to alter a rule's divisor in various ways. And there is provision for much more
204 * Internally, every rule has a base value, a divisor, rule text, and zero, one, or two <em>substitutions.</em>
217 * which are ignored. The rule's divisor is the highest power of 10 less than or equal to
223 * <td valign="top"><em>bv</em> specifies the rule's base value. The rule's divisor is the
229 * <td valign="top"><em>bv</em> specifies the rule's base value. To calculate the divisor,
232 * decreases the exponent by 1. If the exponent is positive or 0, the divisor is the radi
    [all...]
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 796 double divisor = power10; local
798 divisor /= 10.0;
800 result->divisors[log10Value] = divisor;
890 // a divisor for each log10 value.
896 // For each log10 value not defined in CLDR, it uses the divisor for
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedNumberFormat.java 87 * both substitutions depends on the rule's base value. The base value determines the rule's <em>divisor,</em>
90 * formatted by the divisor. The integral quotient is used to fill in the &lt;&lt;
93 * formatted is an even multiple of the rule's divisor. The rules are applied recursively, so
102 * base value is a higher power of 10, changing the rule's divisor. This rule can actually be
182 * used to alter a rule's divisor in various ways. And there is provision for much more
203 * Internally, every rule has a base value, a divisor, rule text, and zero, one, or two <em>substitutions.</em>
216 * which are ignored. The rule's divisor is the highest power of 10 less than or equal to
222 * <td valign="top"><em>bv</em> specifies the rule's base value. The rule's divisor is the
228 * <td valign="top"><em>bv</em> specifies the rule's base value. To calculate the divisor,
231 * decreases the exponent by 1. If the exponent is positive or 0, the divisor is the radi
    [all...]
  /external/libchrome/base/metrics/
field_trial.cc 51 // groups for a given |divisor| (total probability) and |entropy_value|.
53 FieldTrial::Probability divisor,
64 static_cast<FieldTrial::Probability>(divisor * entropy_value + kEpsilon);
65 // Ensure that adding the epsilon still results in a value < |divisor|.
66 return std::min(result, divisor - 1);
  /external/iproute2/include/linux/
pkt_sched.h 198 unsigned divisor; /* Hash divisor */ member in struct:tc_sfq_qopt
355 __u32 rate2quantum; /* bps->quantum divisor */
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 194 unsigned divisor; /* Hash divisor */ member in struct:tc_sfq_qopt
351 __u32 rate2quantum; /* bps->quantum divisor */
serial_reg.h 102 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */
158 #define UART_DLL 0 /* Out: Divisor Latch Low */
159 #define UART_DLM 1 /* Out: Divisor Latch High */
  /external/libnl/lib/route/cls/
u32.c 191 nl_dump(p, " divisor %u", u->cu_divisor);
205 * exports the selector if no divisor is set but hash offset
206 * and hash mask make only sense in hash filters with divisor
  /external/opencv3/modules/flann/include/opencv2/flann/
lsh_table.h 360 size_t divisor = CHAR_BIT * sizeof(size_t); local
361 size_t idx = index / divisor; //pick the right size_t index
362 mask_[idx] |= size_t(1) << (index % divisor); //use modulo to find the bit offset
  /external/vulkan-validation-layers/layers/
vk_layer_utils.cpp 563 VkDeviceSize vk_safe_modulo(VkDeviceSize dividend, VkDeviceSize divisor) {
565 if (divisor != 0) {
566 result = dividend % divisor;
    [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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
serial_reg.h 91 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */
139 #define UART_DLL 0 /* Out: Divisor Latch Low */
140 #define UART_DLM 1 /* Out: Divisor Latch High */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
serial_reg.h 92 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */
148 #define UART_DLL 0 /* Out: Divisor Latch Low */
149 #define UART_DLM 1 /* Out: Divisor Latch High */
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
natconv_test.go 350 z.string(lowercaseDigits[:base]) // warm divisor cache
389 _ = z.string(lowercaseDigits[:base]) // warm divisor cache
403 func resetTable(table []divisor) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
natconv_test.go 347 z.string(lowercaseDigits[:base]) // warm divisor cache
386 _ = z.string(lowercaseDigits[:base]) // warm divisor cache
400 func resetTable(table []divisor) {
  /prebuilts/go/darwin-x86/src/math/big/
natconv_test.go 347 z.string(lowercaseDigits[:base]) // warm divisor cache
386 _ = z.string(lowercaseDigits[:base]) // warm divisor cache
400 func resetTable(table []divisor) {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
natconv_test.go 350 z.string(lowercaseDigits[:base]) // warm divisor cache
389 _ = z.string(lowercaseDigits[:base]) // warm divisor cache
403 func resetTable(table []divisor) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
natconv_test.go 347 z.string(lowercaseDigits[:base]) // warm divisor cache
386 _ = z.string(lowercaseDigits[:base]) // warm divisor cache
400 func resetTable(table []divisor) {
  /prebuilts/go/linux-x86/src/math/big/
natconv_test.go 347 z.string(lowercaseDigits[:base]) // warm divisor cache
386 _ = z.string(lowercaseDigits[:base]) // warm divisor cache
400 func resetTable(table []divisor) {
  /external/llvm/lib/IR/
GCOV.cpp 426 static uint32_t safeDiv(uint64_t Numerator, uint64_t Divisor) {
429 return Numerator / Divisor;
435 static uint32_t branchDiv(uint64_t Numerator, uint64_t Divisor) {
438 if (Numerator == Divisor)
441 uint8_t Res = (Numerator * 100 + Divisor / 2) / Divisor;
  /external/toybox/lib/
lib.c 946 int len, unit, divisor = (style&HR_1000) ? 1000 : 1024; local
952 for (unit = 0; num > 999; unit++) num = ((snap = num)+(divisor/2))/divisor;
956 num = snap/divisor;
957 snap -= num*divisor;
958 snap = ((snap*100)+50)/divisor;

Completed in 933 milliseconds

<<11121314151617181920>>