Searched defs:bits (Results 1 – 13 of 13) sorted by relevance
/ndk/sources/android/support/src/msun/ |
D | s_nan.c | 99 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/ |
D | fp_traits.hpp | 186 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/ |
D | fpmath.h | 57 } bits; member 83 } bits; member
|
D | strtod.c | 557 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/ |
D | floatscan.c | 87 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.h | 50 } bits; member
|
/ndk/sources/android/support/src/stdio/mips/ |
D | _fpmath.h | 57 } bits; member
|
/ndk/sources/android/support/src/stdio/amd64/ |
D | _fpmath.h | 40 } bits; member
|
/ndk/sources/android/support/src/stdio/arm64/ |
D | _fpmath.h | 47 } bits; member
|
/ndk/sources/android/support/src/stdio/i386/ |
D | _fpmath.h | 37 } bits; member
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 286 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/ |
D | make.h | 330 # define ENUM_BITFIELD(bits) :bits argument 332 # define ENUM_BITFIELD(bits) argument
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 1409 inline UInt32 ChopLowBits(UInt32* bits, int n) { in ChopLowBits()
|