HomeSort by relevance Sort by last modified time
    Searched full:bits (Results 176 - 200 of 15847) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
unordered_set 35 # include <bits/c++0x_warning.h>
41 #include <bits/stl_algobase.h>
42 #include <bits/allocator.h>
43 #include <bits/stl_function.h> // equal_to, _Identity, _Select1st
44 #include <bits/functional_hash.h>
45 #include <bits/hashtable.h>
46 #include <bits/unordered_set.h>
47 #include <bits/range_access.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
regex 35 # include <bits/c++0x_warning.h>
55 #include <bits/regex_constants.h>
56 #include <bits/regex_error.h>
57 #include <bits/regex_automaton.h>
58 #include <bits/regex.h>
59 #include <bits/regex_scanner.h>
60 #include <bits/regex_compiler.h>
61 #include <bits/regex_executor.h>
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sqrtl.c 43 if (++u.bits.manl == 0) {
44 if (++u.bits.manh == 0) {
45 u.bits.exp++;
46 u.bits.manh |= LDBL_NBIT;
59 if (u.bits.manl-- == 0) {
60 if (u.bits.manh-- == LDBL_NBIT) {
61 u.bits.exp--;
62 u.bits.manh |= LDBL_NBIT;
88 if (u.bits.exp == LDBL_MAX_EXP * 2 - 1)
92 if ((u.bits.manh | u.bits.manl | u.bits.exp) == 0
    [all...]
s_ilogbl.c 30 if (u.bits.exp == 0) {
31 if ((u.bits.manl | u.bits.manh) == 0)
34 if (u.bits.manh == 0) {
36 for (b = LDBL_MANH_SIZE; !(u.bits.manl & m); m >>= 1)
40 for (b = 0; !(u.bits.manh & m); m >>= 1)
47 } else if (u.bits.exp < (LDBL_MAX_EXP << 1) - 1)
48 return (u.bits.exp - LDBL_MAX_EXP + 1);
49 else if (u.bits.manl != 0 || u.bits.manh != 0
    [all...]
  /external/toybox/toys/other/
free.c 22 unsigned bits;
28 return (d*TT.units)>>TT.bits;
37 for (TT.bits = 0; toys.optflags && !(toys.optflags&(1<<TT.bits)); TT.bits++);
38 TT.bits *= 10;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
xtitypes.h 0 /* bits/xtitypes.h -- Define some types used by <bits/stropts.h>. x86-64.
21 # error "Never include <bits/xtitypes.h> directly; use <stropts.h> instead."
27 #include <bits/types.h>
29 /* This type is used by some structs in <bits/stropts.h>. */
34 #endif /* bits/xtitypes.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
xtitypes.h 0 /* bits/xtitypes.h -- Define some types used by <bits/stropts.h>. Generic.
21 # error "Never include <bits/xtitypes.h> directly; use <stropts.h> instead."
27 #include <bits/types.h>
29 /* This type is used by some structs in <bits/stropts.h>. */
34 #endif /* bits/xtitypes.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
xtitypes.h 0 /* bits/xtitypes.h -- Define some types used by <bits/stropts.h>. x86-64.
21 # error "Never include <bits/xtitypes.h> directly; use <stropts.h> instead."
27 #include <bits/types.h>
29 /* This type is used by some structs in <bits/stropts.h>. */
34 #endif /* bits/xtitypes.h */
  /external/llvm/lib/Target/SystemZ/
SystemZInstrFormats.td 62 bits<5> AccessBytes = 0;
67 bits<4> CCValues = 0;
71 bits<4> CompareZeroCCMask = 0;
144 // bits<4> Rn : register input or output for operand n
145 // bits<m> In : immediate value of width m for operand n
146 // bits<4> BDn : address operand n, which has a base and a displacement
147 // bits<m> XBDn : address operand n, which has an index, a base and a
149 // bits<4> Xn : index register for address operand n
150 // bits<4> Mn : mode value for operand n
158 class InstRI<bits<12> op, dag outs, dag ins, string asmstr, list<dag> pattern
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 99 ABitReader *bits, unsigned *audioObjectType) {
100 *audioObjectType = bits->getBits(5);
102 *audioObjectType = 32 + bits->getBits(6);
109 ABitReader *bits,
111 unsigned frameLengthFlag __unused = bits->getBits(1);
112 unsigned dependsOnCoreCoder = bits->getBits(1);
114 /* unsigned coreCoderDelay = */bits->getBits(1);
116 unsigned extensionFlag = bits->getBits(1);
124 /* unsigned layerNr = */bits->getBits(3);
129 /* unsigned numOfSubFrame = */bits->getBits(5)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
sancov.py 23 def CheckBits(bits):
24 if bits != 32 and bits != 64:
25 raise Exception("Wrong bitness: %d" % bits)
27 def TypeCodeForBits(bits):
28 CheckBits(bits)
29 return 'L' if bits == 64 else 'I'
35 def MagicForBits(bits):
36 CheckBits(bits)
38 return [kMagic64SecondHalf if bits == 64 else kMagic32SecondHalf, kMagicFirstHalf
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
LowerBitSets.h 33 // The indices of the set bits in the bitset.
34 std::set<uint64_t> Bits;
39 // The size of the bitset in bits.
43 // For example, a log2 alignment of 3 means that bits in the bitset
48 return Bits.size() == 1;
52 return Bits.size() == BitSize;
145 /// program can test bits from the bit set with a relatively short instruction
148 /// A (16 bits), B (15 bits), C (14 bits), D (13 bits), E (12 bits)
    [all...]
  /external/libhevc/decoder/
ihevcd_bitstream.c 135 * Flushes given number of bits. Bits consumed increases by this number
146 * Number of bits to be flushed
171 * Flushes to next byte boundary.Bits consumed increases by this number
174 * Compute number of bits remaining in the current byte then call
175 * ihevcd_bits_flush() bits with this number
207 * Seeks by given number of bits in the bitstream from current position
210 * Add given number of bits to bitstream offset and update pu4_buf, cur_word and
217 * Number of bits to seek
238 /* If the current offset is greater than number of bits to seek back
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtord.c 36 ULtod(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
38 ULtod(ULong *L, ULong *bits, Long exp, int k)
48 L[_1] = bits[0];
49 L[_0] = bits[1];
54 L[_1] = bits[0];
55 L[_0] = (bits[1] & ~0x100000) | ((exp + 0x3ff + 52) << 20);
83 ULong bits[2]; local
93 k = strtodg(s, sp, fpi, &exp, bits);
94 ULtod((ULong*)d, bits, exp, k)
    [all...]
strtorQ.c 54 ULtoQ(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
56 ULtoQ(ULong *L, ULong *bits, Long exp, int k)
67 L[_3] = bits[0];
68 L[_2] = bits[1];
69 L[_1] = bits[2];
70 L[_0] = (bits[3] & ~0x10000) | ((exp + 0x3fff + 112) << 16);
74 L[_3] = bits[0];
75 L[_2] = bits[1];
76 L[_1] = bits[2]
107 ULong bits[4]; local
    [all...]
  /external/v8/src/arm64/
utils-arm64.h 28 uint32_t bits = 0; local
29 memcpy(&bits, &value, 4);
30 return bits;
35 uint64_t bits = 0; local
36 memcpy(&bits, &value, 8);
37 return bits;
41 static inline float rawbits_to_float(uint32_t bits) {
43 memcpy(&value, &bits, 4);
48 static inline double rawbits_to_double(uint64_t bits) {
50 memcpy(&value, &bits, 8)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
memory 64 #include <bits/stl_algobase.h>
65 #include <bits/allocator.h>
66 #include <bits/stl_construct.h>
67 #include <bits/stl_uninitialized.h>
68 #include <bits/stl_tempbuf.h>
69 #include <bits/stl_raw_storage_iter.h>
77 # include <bits/functexcept.h>
78 # include <bits/stl_function.h> // std::less
85 # include <bits/unique_ptr.h>
86 # include <bits/shared_ptr.h
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
memory 64 #include <bits/stl_algobase.h>
65 #include <bits/allocator.h>
66 #include <bits/stl_construct.h>
67 #include <bits/stl_uninitialized.h>
68 #include <bits/stl_tempbuf.h>
69 #include <bits/stl_raw_storage_iter.h>
77 # include <bits/functexcept.h>
78 # include <bits/stl_function.h> // std::less
85 # include <bits/unique_ptr.h>
86 # include <bits/shared_ptr.h
    [all...]
  /system/bt/embdrv/sbc/decoder/include/
oi_bitstream.h 47 INLINE OI_UINT32 OI_BITSTREAM_ReadUINT(OI_BITSTREAM *bs, OI_UINT bits);
55 OI_UINT bits);
80 #define OI_BITSTREAM_READUINT(result, bits, ptr, value, bitPtr) \
82 OI_ASSERT((bits) <= 16); \
87 result >>= 32 - (bits); \
89 bitPtr += (bits); \
94 OI_ASSERT((bits == 0) || (result < (1u << (bits)))); \
98 #define OI_BITSTREAM_WRITEUINT(ptr, value, bitPtr, datum, bits) \
100 bitPtr -= bits;\
    [all...]
oi_bt_spec.h 53 * - array[0] contains bits 47-40,
54 * - array[1] contains bits 39-32,
55 * - array[2] contains bits 31-24,
56 * - array[3] contains bits 23-16,
57 * - array[4] contains bits 15-8, and
58 * - array[5] contains bits 7-0.
66 * UUIDs are 16 bytes (128 bits).
99 * the most significant 32 bits are stored with the same endian-ness as is
104 OI_UINT32 ms32bits; /**< most significant 32 bits of 128-bit UUID */
119 * - array[0] contains bits 0 - 7
    [all...]
  /external/webp/src/utils/
bit_reader.h 29 // However, since range_ is only 8bit, we only need an active window of 8 bits
30 // for value_. Left bits (MSB) gets zeroed and shifted away when value_ falls
31 // below 128, range_ is updated, and fresh bits read from the bitstream are
32 // brought in as LSB. To avoid reading the fresh bits one by one (slow), we
33 // cache BITS of them ahead. The total of (BITS + 8) bits must fit into a
34 // natural register (with type bit_t). To fetch BITS bits from bitstream we
37 // BITS can be any multiple of 8 from 8 to 56 (inclusive)
    [all...]
  /external/guava/guava/src/com/google/common/math/
DoubleUtils.java 48 long bits = Double.doubleToRawLongBits(d); local
49 bits += (bits >> 63) | 1;
50 return Double.longBitsToDouble(bits);
80 long bits = Double.doubleToRawLongBits(d) & EXPONENT_MASK; local
81 return (int) (bits >>> SIGNIFICAND_BITS) - EXPONENT_BIAS;
87 long bits = doubleToRawLongBits(d); local
88 bits &= SIGNIFICAND_MASK;
90 ? bits << 1
91 : bits | IMPLICIT_BIT
95 long bits = Double.doubleToRawLongBits(mag) & ~SIGN_MASK; local
149 long bits = (long) ((exponent + EXPONENT_BIAS)) << SIGNIFICAND_BITS; local
    [all...]
  /external/lzma/xz-embedded/
xz_lzma2.h 24 * number of bits of the current uncompressed offset. In some places there
114 /* Match length is encoded with 4, 5, or 10 bits.
116 * Length Bits
117 * 2-9 4 = Choice=0 + 3 bits
118 * 10-17 5 = Choice=1 + Choice2=0 + 3 bits
119 * 18-273 10 = Choice=1 + Choice2=1 + 8 bits
154 * The highest two bits of a 32-bit match distance are encoded using six bits.
156 * value takes 6-36 bits, larger values taking more bits
    [all...]
  /external/libavc/decoder/
ih264d_bitstrm.c 76 * Read specified number of bits from the bitstream.
79 * number specified number of bits from the current bit
84 * An unsigned 32 bit integer with its least significant bits
85 * containing the bits in order of their occurence in the bitstream.
103 * Peek specified number of bits from the bitstream.
106 * specified number of bits from the buffer without
111 * An unsigned 32 bit integer with its least significant bits
112 * containing the bits in order of their occurence in the bitstream.
123 /* Test if number of bits to be read exceeds the number of bits in the *
    [all...]
  /external/libavc/encoder/
irc_cbr_buffer_control.c 54 /* Stuffing threshold equal to error bits per second in the drain bits
58 /* For error due to bits per frame calculation */
129 /* Initialize the bits per frame error bits calculation */
172 * I frame = 1 * bits per frame
173 * P Frame = 4 * bits per frame.
174 * The threshold for I frame is only 1 * bits per frame as the threshold
175 * should only account for error in estimated bits.
176 * In P frame it should account for difference bets bits consumed b
    [all...]

Completed in 362 milliseconds

1 2 3 4 5 6 78 91011>>