HomeSort by relevance Sort by last modified time
    Searched full:significant (Results 1 - 25 of 2384) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libusb/
THANKS 2 members who have made significant contributions in other areas are listed
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
NumberUtils.java 80 * The parameters are in order from least significant byte to most significant byte
81 * @param lsb the least significant byte
82 * @param msb the most significant byte
107 * The parameters are in order from least significant byte to most significant byte
108 * @param lsb the least significant byte
109 * @param msb the most significant byte
132 * The parameters are in order from least significant byte to most significant byt
    [all...]
  /external/compiler-rt/lib/
popcountti2.c 30 /* Every 4 bits holds the sum of every 4-set of bits (3 significant bits) (32) */
33 /* Every 8 bits holds the sum of every 8-set of bits (4 significant bits) (16) */
35 /* Every 8 bits holds the sum of every 8-set of bits (5 significant bits) (8) */
37 /* Every 8 bits holds the sum of every 8-set of bits (6 significant bits) (4) */
39 /* Every 8 bits holds the sum of every 8-set of bits (7 significant bits) (2) */
41 return (x + (x >> 8)) & 0xFF; /* (8 significant bits) */
popcountdi2.c 26 /* Every 4 bits holds the sum of every 4-set of bits (3 significant bits) (16) */
28 /* Every 8 bits holds the sum of every 8-set of bits (4 significant bits) (8) */
30 /* The lower 32 bits hold four 16 bit sums (5 significant bits). */
33 /* The lower 16 bits hold two 32 bit sums (6 significant bits). */
35 return (x + (x >> 8)) & 0x0000007F; /* (7 significant bits) */
popcountsi2.c 26 /* Every 4 bits holds the sum of every 4-set of bits (3 significant bits) */
28 /* Every 8 bits holds the sum of every 8-set of bits (4 significant bits) */
30 /* The lower 16 bits hold two 8 bit sums (5 significant bits).*/
32 return (x + (x >> 8)) & 0x0000003F; /* (6 significant bits) */
  /external/clang/test/PCH/
method_pool.h 3 /* Whitespace below is significant */
  /external/javassist/src/main/javassist/tools/rmi/
package.html 11 <p>The most significant class of this package is
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
endian.h 26 putting '4' in the most significant byte, '3' in the second most
27 significant byte, '2' in the second least significant byte, and '1'
28 in the least significant byte, and then writing down one digit for
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
endian.h 26 putting '4' in the most significant byte, '3' in the second most
27 significant byte, '2' in the second least significant byte, and '1'
28 in the least significant byte, and then writing down one digit for
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
endian.h 26 putting '4' in the most significant byte, '3' in the second most
27 significant byte, '2' in the second least significant byte, and '1'
28 in the least significant byte, and then writing down one digit for
  /external/llvm/docs/HistoricalNotes/
2001-06-20-.NET-Differences.txt 6 One significant difference between .NET CLR and our VM is that the CLR
13 This is an important difference because I think there are some significant
14 advantages to have a much lower level VM layer, and do significant static
  /external/wpa_supplicant_8/src/common/
eapol_common.h 61 u8 key_index; /* key flag in the most significant bit:
64 * 7 least significant bits */
72 * represents the number of least significant octets from
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager_observer.h 17 // Observers to the DockedWindowLayoutManager are notified of significant
  /external/chromium_org/ui/keyboard/
keyboard_controller_observer.h 16 // Observers to the KeyboardController are notified of significant events that
  /external/javassist/src/main/javassist/
package.html 10 <p>The most significant class of this package is <code>CtClass</code>.
  /external/valgrind/main/massif/tests/
insig.c 4 // size of two of the significant nodes. This is quite common in big
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.h 37 * The function used to test significant digits in the Number format API
42 * The function used to test Number format API rounding with significant digits
  /external/icu4c/test/cintltst/
cnumtst.h 37 * The function used to test significant digits in the Number format API
42 * The function used to test Number format API rounding with significant digits
  /external/opencv/otherlibs/highgui/
bitstrm.h 96 // l in prefix means that the least significant uchar of a multi-uchar value goes first
109 // m in prefix means that the most significant uchar of a multi-uchar value go first
120 // l in prefix means that the least significant bit of a multi-bit value goes first
140 // m in prefix means that the most significant bit of a multi-bit value goes first
190 // l in prefix means that the least significant uchar of a multi-byte value goes first
204 // m in prefix means that the least significant uchar of a multi-byte value goes last
216 // l in prefix means that the least significant bit of a multi-bit value goes first
234 // l in prefix means that the least significant bit of a multi-bit value goes first
  /external/chromium_org/third_party/icu/source/test/perf/perldriver/
Format.pm 22 #|# In other words, take one significant digit of the error value and
45 # Format a number, optionally with a +/- delta, to n significant
48 # @param significant digit, a value >= 1
66 # TODO make this work for values with all significant
81 # Format a time, optionally with a +/- delta, to n significant
84 # @param significant digit, a value >= 1
107 # Format a percentage, optionally with a +/- delta, to n significant
110 # @param significant digit, a value >= 1
125 # Format a number to n significant digits without using exponential
128 # @param significant digit, a value >=
    [all...]
  /external/icu4c/test/perf/perldriver/
Format.pm 22 #|# In other words, take one significant digit of the error value and
45 # Format a number, optionally with a +/- delta, to n significant
48 # @param significant digit, a value >= 1
66 # TODO make this work for values with all significant
81 # Format a time, optionally with a +/- delta, to n significant
84 # @param significant digit, a value >= 1
107 # Format a percentage, optionally with a +/- delta, to n significant
110 # @param significant digit, a value >= 1
125 # Format a number to n significant digits without using exponential
128 # @param significant digit, a value >=
    [all...]
  /external/chromium-libpac/src/
net_util.h 26 // array of bytes, from most significant to least significant. This is the
56 // IP address whose |prefix_length_in_bits| most significant bits match
  /external/chromium/sdch/open-vcdiff/
THANKS 2 significant code contributions by Chandra Chereddi, Jeff Dean,
  /external/chromium_org/chrome/browser/extensions/
OWNERS 3 # making significant changes.
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
api_availabilities.json 2 // significant amount of specific logic to determine (devtools).

Completed in 355 milliseconds

1 2 3 4 5 6 7 8 91011>>