Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 25 of 51) sorted by relevance

123

/ndk/sources/android/support/src/stdio/mips/
D_fpmath.h57 } bits; member
70 (a)[0] = (uint32_t)(u).bits.manl; \
71 (a)[1] = (uint32_t)((u).bits.manl >> 32); \
72 (a)[2] = (uint32_t)(u).bits.manh; \
73 (a)[3] = (uint32_t)((u).bits.manh >> 32); \
80 (a)[0] = (uint32_t)(u).bits.manl; \
81 (a)[1] = (uint32_t)(u).bits.manh; \
/ndk/sources/android/support/src/msun/
Ds_nan.c99 uint32_t bits[2]; member
102 _scan_nan(u.bits, 2, s);
104 u.bits[1] |= 0x7ff80000;
106 u.bits[0] |= 0x7ff80000;
116 uint32_t bits[1]; member
119 _scan_nan(u.bits, 1, s);
120 u.bits[0] |= 0x7fc00000;
/ndk/sources/android/support/src/wcstox/
Dfloatscan.c87 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() argument
98 int emax = -emin-bits+3; in decfloat()
164 if (lrp==dc && dc<10 && (bits>30 || x[0]>>bits==0)) in decfloat()
191 int bitlim = bits-3*(int)(rp-9); in decfloat()
284 if (bits > LDBL_MANT_DIG+e2-emin) { in decfloat()
285 bits = LDBL_MANT_DIG+e2-emin; in decfloat()
286 if (bits<0) bits=0; in decfloat()
291 if (bits < LDBL_MANT_DIG) { in decfloat()
292 bias = copysignl(scalbn(1, 2*LDBL_MANT_DIG-bits-1), y); in decfloat()
293 frac = fmodl(y, scalbn(1, LDBL_MANT_DIG-bits)); in decfloat()
[all …]
/ndk/sources/android/support/src/stdio/amd64/
D_fpmath.h40 } bits; member
56 (a)[0] = (uint32_t)(u).bits.manl; \
57 (a)[1] = (uint32_t)((u).bits.manl >> 32); \
58 (a)[2] = (uint32_t)(u).bits.manh; \
59 (a)[3] = (uint32_t)((u).bits.manh >> 32); \
/ndk/sources/android/support/src/stdio/arm64/
D_fpmath.h47 } bits; member
69 (a)[0] = (uint32_t)(u).bits.manl; \
70 (a)[1] = (uint32_t)((u).bits.manl >> 32); \
71 (a)[2] = (uint32_t)(u).bits.manh; \
72 (a)[3] = (uint32_t)((u).bits.manh >> 32); \
/ndk/sources/android/support/src/stdio/i386/
D_fpmath.h37 } bits; member
46 #define mask_nbit_l(u) ((u).bits.manh &= ~LDBL_NBIT)
52 (a)[0] = (uint32_t)(u).bits.manl; \
53 (a)[1] = (uint32_t)(u).bits.manh; \
/ndk/build/tools/
Dmake-standalone-toolchain.sh663 copy_stl_libs armeabi "bits" "bits"
664 copy_stl_libs armeabi "thumb/bits" "bits" "/thumb"
667 copy_stl_libs armeabi-v7a "armv7-a/bits" "bits" "armv7-a"
668 copy_stl_libs armeabi-v7a "armv7-a/thumb/bits" "bits" "armv7-a/thumb"
676 … copy_stl_libs x86_64 "32/bits" "32/bits" "" "lib"
677 … copy_stl_libs x86_64 "bits" "bits" "../lib64" "lib64"
678 … copy_stl_libs x86_64 "x32/bits" "x32/bits" "../libx32" "libx32"
685 … copy_stl_libs mips64 "32/bits" "32/bits" "" "lib"
686 … copy_stl_libs mips64 "bits" "bits" "../lib64" "lib64"
687 … copy_stl_libs mips64 "n32/bits" "n32/bits" "../lib32" "lib32"
[all …]
/ndk/sources/android/support/src/stdio/arm/
D_fpmath.h54 } bits; member
65 (a)[0] = (uint32_t)(u).bits.manl; \
66 (a)[1] = (uint32_t)(u).bits.manh; \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
Dfp_traits.hpp186 typedef uint32_t bits; typedef
205 typedef uint32_t bits; typedef
242 typedef uint64_t bits; typedef
265 typedef uint32_t bits; typedef
302 typedef uint64_t bits; typedef
328 typedef uint32_t bits; typedef
372 typedef uint32_t bits; typedef
419 typedef uint32_t bits; typedef
453 typedef uint32_t bits; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
Dsign.hpp51 BOOST_DEDUCED_TYPENAME traits::bits a; in signbit_impl()
61 BOOST_DEDUCED_TYPENAME traits::bits a; in signbit_impl()
87 BOOST_DEDUCED_TYPENAME traits::bits a; in changesign_impl()
99 BOOST_DEDUCED_TYPENAME traits::bits a; in T()
Dfpclassify.hpp188 BOOST_DEDUCED_TYPENAME traits::bits a; in BOOST_NO_MACRO_EXPAND()
217 BOOST_DEDUCED_TYPENAME traits::bits a; in BOOST_NO_MACRO_EXPAND()
294 BOOST_DEDUCED_TYPENAME traits::bits a; in isfinite_impl()
354 BOOST_DEDUCED_TYPENAME traits::bits a; in isnormal_impl()
417 BOOST_DEDUCED_TYPENAME traits::bits a; in isinf_impl()
428 BOOST_DEDUCED_TYPENAME traits::bits a; in isinf_impl()
494 BOOST_DEDUCED_TYPENAME traits::bits a; in isnan_impl()
505 BOOST_DEDUCED_TYPENAME traits::bits a; in isnan_impl()
/ndk/sources/android/support/src/stdio/
Dfpmath.h57 } bits; member
83 } bits; member
Dstrtod.c566 ULtod(ULong *L, ULong *bits, Long exp, int k) in ULtod() argument
578 L[_1] = bits[0]; in ULtod()
579 L[_0] = bits[1]; in ULtod()
584 L[_1] = bits[0]; in ULtod()
585 L[_0] = (bits[1] & ~0x100000) | ((exp + 0x3ff + 52) << 20); in ULtod()
1381 (_d, e, bits) double d; int *e, *bits; in d2b() argument
1383 (double _d, int *e, int *bits)
1493 *bits = 4*P + 8 - k - hi0bits(word0(d) & Frac_mask);
1496 *bits = P - k;
1503 *bits = 32*i - hi0bits(x[i-1]);
[all …]
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h100 #define _STDINT_MIN(signed, bits, zero) \ argument
101 ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero))
103 #define _STDINT_MAX(signed, bits, zero) \ argument
105 ? ~ _STDINT_MIN (signed, bits, zero) \
109 ((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1)
/ndk/sources/cxx-stl/stlport/stlport/
Dbitset27 // N % (sizeof(_WordT) * CHAR_BIT) unused bits. (They are the high-
28 // order bits in the highest word.) It is a class invariant
29 // of class bitset<> that those unused bits are always zero.
33 // individual bits. This allows us to specialize _Base_bitset for the
/ndk/sources/host-tools/sed-4.2.1/m4/
Dlonglong.m413 # Note: If the type 'long long int' exists but is only 32 bits large
58 # Note: If the type 'unsigned long long int' exists but is only 32 bits
88 #if to work with literals wider than 32 bits. */
Dprogtest.m442 # as systems may use methods other than mode bits to determine executability.
Dlib-prefix.m4187 [AC_EGREP_CPP([sixtyfour bits], [
189 sixtyfour bits
/ndk/sources/host-tools/make-3.81/
Dmake.h330 # define ENUM_BITFIELD(bits) :bits argument
332 # define ENUM_BITFIELD(bits) argument
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbinary.sed10 # < shift left binary by decimal number of bits (11 3< gives 11000)
11 # > shift right binary by decimal number of bits (1011 2> gives 10)
Dbinary2.sed10 # < shift left binary by decimal number of bits (11 3< gives 11000)
11 # > shift right binary by decimal number of bits (1011 2> gives 10)
Dbinary3.sed10 # < shift left binary by decimal number of bits (11 3< gives 11000)
11 # > shift right binary by decimal number of bits (1011 2> gives 10)
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h286 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits() argument
288 fp.u_.bits_ = bits; in ReinterpretBits()
300 const Bits &bits() const { return u_.bits_; } in bits() function
/ndk/sources/host-tools/make-3.81/config/
Dprogtest.m442 # as systems may use methods other than mode bits to determine executability.
/ndk/sources/host-tools/sed-4.2.1/
Dconfig_h.in7 /* Define to the number of bits in type 'ptrdiff_t'. */
10 /* Define to the number of bits in type 'sig_atomic_t'. */
13 /* Define to the number of bits in type 'size_t'. */
16 /* Define to the number of bits in type 'wchar_t'. */
19 /* Define to the number of bits in type 'wint_t'. */
645 /* Number of bits in a file offset, on hosts where this is settable. */

123