Home
last modified time | relevance | path

Searched refs:LDBL_DIG (Results 1 – 11 of 11) sorted by relevance

/trueos/contrib/gcc/ginclude/
HDfloat.h55 #undef LDBL_DIG
58 #define LDBL_DIG __LDBL_DIG__ macro
/trueos/contrib/llvm/tools/clang/lib/Headers/
HDfloat.h45 # undef LDBL_DIG
88 #define LDBL_DIG __LDBL_DIG__ macro
/trueos/sys/sparc64/include/
HDfloat.h86 #define LDBL_DIG 33 macro
/trueos/sys/ia64/include/
HDfloat.h81 #define LDBL_DIG 18 macro
/trueos/sys/x86/include/
HDfloat.h85 #define LDBL_DIG 18 macro
/trueos/sys/arm/include/
HDfloat.h89 #define LDBL_DIG DBL_DIG macro
/trueos/sys/powerpc/include/
HDfloat.h86 #define LDBL_DIG DBL_DIG macro
/trueos/sys/mips/include/
HDfloat.h88 #define LDBL_DIG DBL_DIG macro
/trueos/contrib/libc++/include/
Dcfloat31 LDBL_DIG
Dmodule.modulemap76 LDBL_DIG, LDBL_EPSILON, LDBL_MANT_DIG,
/trueos/usr.bin/hexdump/
HDodsyntax.c348 digits = LDBL_DIG; in odformatfp()