HomeSort by relevance Sort by last modified time
    Searched defs:LDBL_NBIT (Results 1 - 6 of 6) sorted by null

  /ndk/sources/android/support/src/stdio/amd64/
_fpmath.h 48 #define LDBL_NBIT 0
  /ndk/sources/android/support/src/stdio/arm/
_fpmath.h 57 #define LDBL_NBIT 0
  /ndk/sources/android/support/src/stdio/arm64/
_fpmath.h 61 #define LDBL_NBIT 0
  /ndk/sources/android/support/src/stdio/i386/
_fpmath.h 45 #define LDBL_NBIT 0x80000000
46 #define mask_nbit_l(u) ((u).bits.manh &= ~LDBL_NBIT)
  /ndk/sources/android/support/src/stdio/mips/
_fpmath.h 61 #define LDBL_NBIT 0
  /bionic/libm/
fpmath.h 80 #define LDBL_NBIT 0

Completed in 220 milliseconds