Home
last modified time | relevance | path

Searched refs:DECIMAL_DIG (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/head/
H A Dfloat.h94 #define DECIMAL_DIG 36 macro
96 #define DECIMAL_DIG 21 macro
/titanic_50/usr/src/test/libc-tests/tests/fpround/
H A Dfpround_test.c45 status = snprintf(check, size, "%+-.*f", DECIMAL_DIG, val); in run_one()
92 for (precision = DBL_DIG - 1; precision <= DECIMAL_DIG; in main()