HomeSort by relevance Sort by last modified time
    Searched full:significant (Results 76 - 100 of 2519) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/include/gpu/
GrGlyph.h 54 // two most significant fraction bits from fixed-point
  /external/smack/src/com/kenai/jbosh/
BOSHClientRequestListener.java 32 * message transmission and should not block for any significant amount
BOSHClientResponseListener.java 25 * block for any significant amount of time.
  /external/srtp/crypto/include/
rdb.h 19 * if the ith least significant bit is one, then the packet index
  /external/valgrind/main/massif/tests/
thresholds.c 9 // children arrows when a more significant child didn't have any children of
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_MixSoft_1St_2i_D16C31_SAT.c 62 pInstance1->Current = pInstance1->Target; /* Difference is not significant anymore. Make them equal. */
82 pInstance2->Current = pInstance2->Target; /* Difference is not significant anymore. Make them equal. */
126 pInstance1->Current = pInstance1->Target; /* Difference is not significant anymore. Make them equal. */
140 pInstance2->Current = pInstance2->Target; /* Difference is not significant anymore. Make them equal. */
  /ndk/sources/android/support/src/musl-math/
libm.h 72 /* Get the more significant 32 bit int from a double. */
80 /* Get the less significant 32 bit int from a double. */
96 /* Set the more significant 32 bits of a double from an int. */
106 /* Set the less significant 32 bits of a double from an int. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ipv6_route.h 31 #define RTF_FLOW 0x02000000 /* flow significant route */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ipv6_route.h 31 #define RTF_FLOW 0x02000000 /* flow significant route */
  /external/libvorbis/doc/
02-bitpacking.tex 41 A byte has a well-defined 'least significant' bit (LSb), which is the
43 value +1. A byte's 'most significant' bit (MSb) is at the opposite
54 'most significant byte first' in which the highest-valued byte comes
55 first), 0-1-2-3 ('little endian' or 'least significant byte first' in
77 significant bit, etc, until the requested number of bits have been
80 significant unused bit position of the destination byte, followed by
81 the next-least significant bit of the source integer and so on up to
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 81 The least 6 significant bits of the first octet is the most 6 significant nonzero bits
85 firstOctetMask = 0x7F; /* 0(1111111) - The most significant bit is ignored */
86 } else if ((firstOctet & 0xE0) /* get the most 3 significant bits by AND'ing with 11100000 */
93 The least 5 significant bits of the first octet is the most 5 significant nonzero bits
97 firstOctetMask = 0x1F; /* 000(11111) - The most 3 significant bits are ignored */
98 } else if ((firstOctet & 0xF0) /* get the most 4 significant bits by AND'ing with 11110000 */
105 The least 4 significant bits of the first octet is the most 4 significant nonzero bit
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stab.def 23 /* Global variable. Only the name is significant.
27 /* Function name for BSD Fortran. Only the name is significant.
43 /* Name of main routine. Only the name is significant.
119 In an object file, only the name is significant.
133 In an object file, there is no significant data in this entry.
159 /* Begin named common block. Only the name is significant. */
162 /* End named common block. Only the name is significant
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stab.def 23 /* Global variable. Only the name is significant.
27 /* Function name for BSD Fortran. Only the name is significant.
43 /* Name of main routine. Only the name is significant.
119 In an object file, only the name is significant.
133 In an object file, there is no significant data in this entry.
159 /* Begin named common block. Only the name is significant. */
162 /* End named common block. Only the name is significant
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 46 boolean significant; field in class:BarGraph.BarItem
53 this.significant= sig;
65 public void addItem(String name, double[] stats, String url, String slow, boolean significant) {
66 this.fItems.add(new BarItem(name, stats, url, slow, significant));
211 } else if (!bar.significant) {
216 } else if (!bar.significant) {
  /external/chromium_org/third_party/icu/source/i18n/unicode/
decimfmt.h 204 * <td>Significant digit
302 * grouping sizes: One used for the least significant integer digits, the
392 * notation</a> or <a href="#sigdig">significant digits</a>.
395 * <em>maximum integer digits</em>, then only the least significant
466 * digit counts using significant digits logic. The maximum number of
467 * significant digits limits the total number of integer and fraction
470 * See the section on significant digits for more details.
472 * <li>The number of significant digits shown is determined as
474 * minimum number of significant digits shown is one, and the maximum
475 * number of significant digits shown is the sum of the <em>minimu
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h 204 * <td>Significant digit
302 * grouping sizes: One used for the least significant integer digits, the
392 * notation</a> or <a href="#sigdig">significant digits</a>.
395 * <em>maximum integer digits</em>, then only the least significant
466 * digit counts using significant digits logic. The maximum number of
467 * significant digits limits the total number of integer and fraction
470 * See the section on significant digits for more details.
472 * <li>The number of significant digits shown is determined as
474 * minimum number of significant digits shown is one, and the maximum
475 * number of significant digits shown is the sum of the <em>minimu
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/gen/
ldexp.c 61 /* Get the more significant 32 bit int from a double. */
70 /* Set the more significant 32 bits of a double from an int. */
  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_api.cc 91 // length, with least significant bit of the least significant octet equal to
92 // '1' and the least significant bit of the most significant octet equal to '0'.
106 // The least significant bit of the least significant octet must be '1'.
110 // The least significant bit of the most significant octet must be '0'.
  /external/chromium_org/net/base/
backoff_entry.h 45 // has no significant state, -1 to never discard.
82 // Returns true if this object has no significant state (i.e. you could
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_syncobj.c 36 * which may end up being a significant overhead. In other tests of removing
37 * gratuitous batchbuffer syncs in Mesa, it hasn't appeared to be a significant
  /external/compiler-rt/lib/builtins/
floatdisf.c 35 int sd = N - __builtin_clzll(a); /* number of significant digits */
60 ++a; /* round - this step may add a significant bit */
floattidf.c 35 int sd = N - __clzti2(a); /* number of significant digits */
60 ++a; /* round - this step may add a significant bit */
floattisf.c 35 int sd = N - __clzti2(a); /* number of significant digits */
60 ++a; /* round - this step may add a significant bit */
floattixf.c 37 int sd = N - __clzti2(a); /* number of significant digits */
62 ++a; /* round - this step may add a significant bit */
floatundisf.c 33 int sd = N - __builtin_clzll(a); /* number of significant digits */
58 ++a; /* round - this step may add a significant bit */

Completed in 656 milliseconds

1 2 34 5 6 7 8 91011>>