Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/android/support/src/msun/
Ds_nan.c99 uint32_t bits[2]; member
116 uint32_t bits[1]; member
/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/sources/android/support/src/stdio/
Dfpmath.h57 } bits; member
83 } bits; member
Dstrtod.c557 ULtod(ULong *L, ULong *bits, Long exp, int k) in ULtod()
1372 (_d, e, bits) double d; int *e, *bits; in d2b() argument
1662 ULong bits[2]; local
/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()
332 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat()
448 int bits; in __floatscan() local
/ndk/sources/android/support/src/stdio/arm/
D_fpmath.h50 } bits; member
/ndk/sources/android/support/src/stdio/mips/
D_fpmath.h57 } bits; member
/ndk/sources/android/support/src/stdio/amd64/
D_fpmath.h40 } bits; member
/ndk/sources/android/support/src/stdio/arm64/
D_fpmath.h47 } bits; member
/ndk/sources/android/support/src/stdio/i386/
D_fpmath.h37 } bits; member
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h286 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits()
300 const Bits &bits() const { return u_.bits_; } in bits() function
/ndk/sources/host-tools/make-3.81/
Dmake.h330 # define ENUM_BITFIELD(bits) :bits argument
332 # define ENUM_BITFIELD(bits) argument
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1409 inline UInt32 ChopLowBits(UInt32* bits, int n) { in ChopLowBits()