HomeSort by relevance Sort by last modified time
    Searched refs:LDBL_MANH_SIZE (Results 1 - 14 of 14) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ilogbl.c 36 for (b = LDBL_MANH_SIZE; !(u.bits.manl & m); m >>= 1)
39 m = 1lu << (LDBL_MANH_SIZE - 1);
s_logbl.c 39 for (b = LDBL_MANH_SIZE; !(u.bits.manl & m); m >>= 1)
42 m = 1lu << (LDBL_MANH_SIZE - 1);
s_truncl.c 33 #define MANH_SIZE (LDBL_MANH_SIZE + 1)
35 #define MANH_SIZE LDBL_MANH_SIZE
s_ceill.c 33 #define MANH_SIZE (LDBL_MANH_SIZE + 1)
41 #define MANH_SIZE LDBL_MANH_SIZE
47 u.bits.manh |= 1llu << (LDBL_MANH_SIZE - 1); \
s_floorl.c 33 #define MANH_SIZE (LDBL_MANH_SIZE + 1)
41 #define MANH_SIZE LDBL_MANH_SIZE
47 u.bits.manh |= 1llu << (LDBL_MANH_SIZE - 1); \
e_fmodl.c 31 #if LDBL_MANH_SIZE > 32
43 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE))
44 #define HFRAC_BITS LDBL_MANH_SIZE
47 #define HFRAC_BITS (LDBL_MANH_SIZE - 1)
68 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */
s_remquol.c 31 #if LDBL_MANH_SIZE > 32
43 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE))
44 #define HFRAC_BITS LDBL_MANH_SIZE
47 #define HFRAC_BITS (LDBL_MANH_SIZE - 1)
71 int64_t hx,hz; /* We need a carry bit even if LDBL_MANH_SIZE is 32. */
  /ndk/sources/android/support/src/stdio/mips/
_fpmath.h 66 #define LDBL_MANH_SIZE 48
76 #define LDBL_MANH_SIZE 20
  /ndk/sources/android/support/src/stdio/amd64/
_fpmath.h 52 #define LDBL_MANH_SIZE 48
  /ndk/sources/android/support/src/stdio/i386/
_fpmath.h 48 #define LDBL_MANH_SIZE 32
  /ndk/sources/android/support/src/stdio/arm/
_fpmath.h 61 #define LDBL_MANH_SIZE 20
  /ndk/sources/android/support/src/stdio/arm64/
_fpmath.h 65 #define LDBL_MANH_SIZE 48
  /bionic/libm/
fpmath.h 84 #define LDBL_MANH_SIZE 48
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
invtrig.h 34 #define MANH_SIZE (LDBL_MANH_SIZE + 1)

Completed in 760 milliseconds