HomeSort by relevance Sort by last modified time
    Searched full:get_bits (Results 1 - 17 of 17) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
sign.hpp 52 traits::get_bits(x,a);
62 traits::get_bits(x,a);
88 traits::get_bits(x,a);
100 traits::get_bits(x,a);
fpclassify.hpp 189 traits::get_bits(x,a);
218 traits::get_bits(x,a);
295 traits::get_bits(x,a);
355 traits::get_bits(x,a);
418 traits::get_bits(x,a);
429 traits::get_bits(x,a);
495 traits::get_bits(x,a);
506 traits::get_bits(x,a);
  /external/jpeg/
jdhuff.h 62 * by the macros CHECK_BIT_BUFFER and GET_BITS. When there aren't enough
124 * before using GET_BITS, PEEK_BITS, or DROP_BITS.
129 * val = GET_BITS(n);
145 #define GET_BITS(nbits) \
jdphuff.c 327 r = GET_BITS(s);
400 r = GET_BITS(s);
411 r = GET_BITS(r);
470 if (GET_BITS(1))
544 if (GET_BITS(1))
553 r = GET_BITS(r);
568 if (GET_BITS(1)) {
602 if (GET_BITS(1)) {
jdhuff.c 410 code = GET_BITS(l);
418 code |= GET_BITS(1);
639 r = GET_BITS(s);
665 r = GET_BITS(s);
755 r = GET_BITS(s);
  /external/qemu/distrib/jpeg-6b/
jdhuff.h 62 * by the macros CHECK_BIT_BUFFER and GET_BITS. When there aren't enough
124 * before using GET_BITS, PEEK_BITS, or DROP_BITS.
129 * val = GET_BITS(n);
145 #define GET_BITS(nbits) \
jdphuff.c 331 r = GET_BITS(s);
404 r = GET_BITS(s);
415 r = GET_BITS(r);
474 if (GET_BITS(1))
548 if (GET_BITS(1))
557 r = GET_BITS(r);
572 if (GET_BITS(1)) {
606 if (GET_BITS(1)) {
jdhuff.c 410 code = GET_BITS(l);
418 code |= GET_BITS(1);
639 r = GET_BITS(s);
665 r = GET_BITS(s);
755 r = GET_BITS(s);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
fp_traits.hpp 169 get_bits(), set_bits() -- provide access to the leading bytes.
187 static void get_bits(float x, uint32_t& a) { std::memcpy(&a, &x, 4); } function in struct:boost::math::detail::fp_traits_non_native
207 static void get_bits(double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native
243 static void get_bits(double x, uint64_t& a) { std::memcpy(&a, &x, 8); } function in struct:boost::math::detail::fp_traits_non_native
267 static void get_bits(long double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native
303 static void get_bits(long double x, uint64_t& a) { std::memcpy(&a, &x, 8); } function in struct:boost::math::detail::fp_traits_non_native
330 static void get_bits(long double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native
374 static void get_bits(long double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native
421 static void get_bits(long double x, uint32_t& a) function in struct:boost::math::detail::fp_traits_non_native
455 static void get_bits(long double x, uint32_t& a function in struct:boost::math::detail::fp_traits_non_native
    [all...]
  /external/bzip2/
decompress.c 43 #define GET_BITS(lll,vvv,nnn) \
68 GET_BITS(lll,uuu,8)
71 GET_BITS(lll,uuu,1)
89 GET_BITS(label1, zvec, zn); \
206 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8)
251 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1);
287 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3);
289 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15);
318 GET_BITS(BZ_X_CODING_1, curr, 5);
  /external/valgrind/main/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/main/perf/
bz2.c     [all...]
  /prebuilts/qemu-kernel/arm/2.6/
vmlinux-qemu 
vmlinux-qemu-armv7 

Completed in 1124 milliseconds