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

  /ndk/sources/android/support/src/stdio/mips/
_fpmath.h 67 #define LDBL_MANL_SIZE 64
77 #define LDBL_MANL_SIZE 32
  /ndk/sources/android/support/src/stdio/amd64/
_fpmath.h 53 #define LDBL_MANL_SIZE 64
  /ndk/sources/android/support/src/stdio/arm/
_fpmath.h 58 #define LDBL_MANL_SIZE 32
  /ndk/sources/android/support/src/stdio/i386/
_fpmath.h 49 #define LDBL_MANL_SIZE 32
  /ndk/sources/android/support/src/stdio/arm64/
_fpmath.h 66 #define LDBL_MANL_SIZE 64
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_modfl.c 45 #if LDBL_MANL_SIZE > 32
53 #define HIBITS (LDBL_MANT_DIG - LDBL_MANL_SIZE)
s_ilogbl.c 35 m = 1lu << (LDBL_MANL_SIZE - 1);
s_logbl.c 38 m = 1lu << (LDBL_MANL_SIZE - 1);
e_fmodl.c 25 #if LDBL_MANL_SIZE > 32
50 #define MANL_SHIFT (LDBL_MANL_SIZE - 1)
s_remquol.c 25 #if LDBL_MANL_SIZE > 32
50 #define MANL_SHIFT (LDBL_MANL_SIZE - 1)
e_hypotl.c 42 #if LDBL_MANL_SIZE > 32
  /bionic/libm/
fpmath.h 85 #define LDBL_MANL_SIZE 64

Completed in 84 milliseconds