Searched refs:roundingPrecisionName (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/tools/test/testfloat/
H A DtestFunction.c580 roundingPrecisionName = "32";
583 roundingPrecisionName = "64";
586 roundingPrecisionName = "80";
590 roundingPrecisionName = 0;
H A Dtestsoftfloat.c339 roundingPrecisionName = "32";
342 roundingPrecisionName = "64";
345 roundingPrecisionName = "80";
348 roundingPrecisionName = 0;
H A DtestLoops.h37 extern char *roundingPrecisionName, *roundingModeName, *tininessModeName;
H A DtestLoops.c43 char *roundingPrecisionName, *roundingModeName, *tininessModeName; variable
51 if ( roundingPrecisionName ) {
53 fputs( roundingPrecisionName, stream );
/freebsd-11-stable/lib/libc/softfloat/
H A Dtimesoftfloat.c62 static char *roundingPrecisionName, *roundingModeName, *tininessModeName; variable
73 if ( roundingPrecisionName ) {
75 fputs( roundingPrecisionName, stdout );
2062 roundingPrecisionName = "32";
2065 roundingPrecisionName = "64";
2068 roundingPrecisionName = "80";
2071 roundingPrecisionName = NULL;

Completed in 74 milliseconds