Home
last modified time | relevance | path

Searched defs:DECIMAL_DIG (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dfloat.h90 # define DECIMAL_DIG __DECIMAL_DIG__ macro
/freebsd-src/sys/x86/include/
H A Dfloat.h49 #define DECIMAL_DIG 21 /* max precision in decimal digits */ macro
/freebsd-src/sys/arm/include/
H A Dfloat.h49 #define DECIMAL_DIG 17 /* max precision in decimal digits */ macro
/freebsd-src/sys/powerpc/include/
H A Dfloat.h50 #define DECIMAL_DIG 17 /* max precision in decimal digits */ macro
/freebsd-src/sys/riscv/include/
H A Dfloat.h43 #define DECIMAL_DIG 17 /* max precision in decimal digits */ macro
/freebsd-src/sys/arm64/include/
H A Dfloat.h47 #define DECIMAL_DIG 17 /* max precision in decimal digits */ macro
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dfloat.h104 # define DECIMAL_DIG __DECIMAL_DIG_ global() macro