HomeSort by relevance Sort by last modified time
    Searched refs:bits (Results 376 - 400 of 4103) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
ipc.h 29 #include <bits/ipctypes.h>
30 #include <bits/ipc.h>
poll.h 25 /* Get the platform dependent bits of `poll'. */
26 #include <bits/poll.h>
29 # include <bits/sigset.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
hash.h 32 #define isl_hash_bits(h,bits) \
33 ((bits) == 32) ? (h) : \
34 ((bits) >= 16) ? \
35 ((h) >> (bits)) ^ ((h) & (((uint32_t)1 << (bits)) - 1)) : \
36 (((h) >> (bits)) ^ (h)) & (((uint32_t)1 << (bits)) - 1)
50 int bits; member in struct:isl_hash_table
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
time.h 39 # include <bits/types.h>
58 # endif /* bits/time.h */
65 # include <bits/types.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ipc.h 29 #include <bits/ipctypes.h>
30 #include <bits/ipc.h>
poll.h 25 /* Get the platform dependent bits of `poll'. */
26 #include <bits/poll.h>
29 # include <bits/sigset.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
checkers.h 36 #include <bits/stl_algobase.h>
37 #include <bits/stl_function.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
checkers.h 36 #include <bits/stl_algobase.h>
37 #include <bits/stl_function.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
checkers.h 36 #include <bits/stl_algobase.h>
37 #include <bits/stl_function.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
checkers.h 36 #include <bits/stl_algobase.h>
37 #include <bits/stl_function.h>
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_scalbnl.c 50 k = u.bits.exp; /* extract exponent */
52 if ((u.bits.manh|u.bits.manl)==0) return x; /* +-0 */
54 k = u.bits.exp - 128;
61 {u.bits.exp = k; return u.e;}
67 u.bits.exp = k;
e_atan2l.c 62 ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl)!=0) || /* x is NaN */
64 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl)!=0)) /* y is NaN */
66 if (expsignx==BIAS && ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl)==0)
71 if(expty==0 && ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl)==0) {
80 if(exptx==0 && ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl)==0
    [all...]
  /external/deqp/framework/common/
tcuPixelFormat.hpp 61 * Per-channel threshold is 2^(8-bits). If alpha channel bits are zero,
73 static inline int convertChannel (int val, int bits)
75 if (bits == 1)
79 DE_ASSERT(deInRange32(bits, 4, 8));
80 int c = val >> (8-bits);
81 return (c << (8-bits)) | (c >> (2*bits-8));
89 * bits are filled by replicating the upper bits
    [all...]
  /external/elfutils/0.153/backends/
x86_64_corenote.c 43 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 64 }
45 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 16, .pad = 6 }
99 { .offset = 0, .regno = 65, .count = 2, .bits = 16 }, /* fcw-fsw */
100 { .offset = 24, .regno = 64, .count = 1, .bits = 32 }, /* mxcsr */
101 { .offset = 32, .regno = 33, .count = 8, .bits = 80, .pad = 6 }, /* stN */
102 { .offset = 32 + 128, .regno = 17, .count = 16, .bits = 128 }, /* xmm */
  /libcore/luni/src/main/java/java/util/
Random.java 87 * the number of bits specified by the argument {@code bits} as
96 protected synchronized int next(int bits) {
98 return (int) (seed >>> (48 - bits));
187 int bits, val; local
189 bits = next(31);
190 val = bits % n;
191 } while (bits - val + (n - 1) < 0);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_cavlc.c 52 * 4 bits symbol value (bits [4,7]) along with four bits to represent length
53 * of the VLC code word (bits [0,3]) */
55 /* macro to obtain length of the coeff token information field, bits [0,4] */
57 /* macro to obtain length of the other information fields, bits [0,3] */
59 /* macro to obtain code word from the information fields, bits [4,7] */
60 #define INFO(vlc) (((vlc) >> 4) & 0xF) /* 4 MSB bits contain information */
62 * bits [5,10] */
65 * bits [11,15] *
    [all...]
  /libcore/luni/src/main/java/java/lang/
StrictMath.java 1016 long bits = Double.doubleToLongBits(d); local
1071 int bits = Float.floatToIntBits(d); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_rand.c 118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom)
124 if (bits == 0)
130 bytes=(bits+7)/8;
131 bit=(bits-1)%8;
141 /* make a random number and set the top and bottom bits */
211 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom)
213 return bnrand(0, rnd, bits, top, bottom);
216 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom)
218 return bnrand(1, rnd, bits, top, bottom);
222 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom
    [all...]
  /external/deqp/framework/egl/
egluConfigFilter.cpp 69 FilterList ConfigColorBits::operator== (tcu::RGBA bits) const
72 list << (ConfigRedSize() == bits.getRed())
73 << (ConfigGreenSize() == bits.getGreen())
74 << (ConfigBlueSize() == bits.getBlue())
75 << (ConfigAlphaSize() == bits.getAlpha());
79 FilterList ConfigColorBits::operator>= (tcu::RGBA bits) const
82 list << (ConfigRedSize() >= bits.getRed())
83 << (ConfigGreenSize() >= bits.getGreen())
84 << (ConfigBlueSize() >= bits.getBlue())
85 << (ConfigAlphaSize() >= bits.getAlpha())
    [all...]
  /external/jemalloc/src/
rtree.c 5 rtree_new(unsigned bits, rtree_alloc_t *alloc, rtree_dalloc_t *dalloc)
10 assert(bits > 0 && bits <= (sizeof(uintptr_t) << 3));
14 if (bits > bits_in_leaf) {
15 height = 1 + (bits - bits_in_leaf) / bits_per_level;
16 if ((height-1) * bits_per_level + bits_in_leaf != bits)
21 assert((height-1) * bits_per_level + bits_in_leaf >= bits);
39 if ((height-1) * bits_per_level + bits_in_leaf > bits) {
40 ret->level2bits[0] = (bits - bits_in_leaf) %
48 ret->level2bits[0] = bits;
    [all...]
  /external/flac/libFLAC/
bitwriter.c 57 /* WATCHOUT: there are a few places where the code will not work unless bwword is >= 32 bits wide */
84 #define FLAC__TOTAL_BITS(bw) (FLAC__WORDS_TO_BITS((bw)->words) + (bw)->bits)
104 bwword accum; /* accumulator; bits are right-justified; when full, accum is appended to buffer */
107 unsigned bits; /* # of used bits in accum */ member in struct:FLAC__BitWriter
128 /* calculate total words needed to store 'bits_to_add' additional bits */
129 new_capacity = bw->words + ((bw->bits + bits_to_add + FLAC__BITS_PER_WORD - 1) / FLAC__BITS_PER_WORD);
143 FLAC__ASSERT(new_capacity >= bw->words + ((bw->bits + bits_to_add + FLAC__BITS_PER_WORD - 1) / FLAC__BITS_PER_WORD));
185 bw->words = bw->bits = 0;
202 bw->words = bw->bits = 0
    [all...]
  /external/pixman/test/
alphamap.c 32 uint32_t *bits = pixman_image_get_data (image); local
34 fence_free (bits);
40 uint32_t *bits; local
44 bits = (uint32_t *)make_random_bytes (WIDTH * HEIGHT * bpp);
46 image = pixman_image_create_bits (format, WIDTH, HEIGHT, bits, WIDTH * bpp);
48 if (image && bits)
57 uint8_t *bits; local
76 bits = (uint8_t *)image->bits.bits;
108 uint8_t *bits; local
    [all...]
  /frameworks/rs/
spec.l 106 currType->bits = 8;
112 currType->bits = 16;
118 currType->bits = 32;
124 currType->bits = 64;
130 currType->bits = 8;
136 currType->bits = 16;
142 currType->bits = 32;
148 currType->bits = 64;
154 currType->bits = 32;
160 currType->bits = 64
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
spec.l 106 currType->bits = 8;
112 currType->bits = 16;
118 currType->bits = 32;
124 currType->bits = 64;
130 currType->bits = 8;
136 currType->bits = 16;
142 currType->bits = 32;
148 currType->bits = 64;
154 currType->bits = 32;
160 currType->bits = 64
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
spec.l 106 currType->bits = 8;
112 currType->bits = 16;
118 currType->bits = 32;
124 currType->bits = 64;
130 currType->bits = 8;
136 currType->bits = 16;
142 currType->bits = 32;
148 currType->bits = 64;
154 currType->bits = 32;
160 currType->bits = 64
    [all...]

Completed in 1236 milliseconds

<<11121314151617181920>>