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

/netbsd-current/regress/lib/libc/ieeefp/testfloat/
H A DtestFunction.c612 roundingPrecisionName = "32";
615 roundingPrecisionName = "64";
618 roundingPrecisionName = "80";
622 roundingPrecisionName = 0;
H A DtestLoops.c75 const char *roundingPrecisionName, *roundingModeName, *tininessModeName; variable
83 if ( roundingPrecisionName ) {
85 fputs( roundingPrecisionName, stream );
/netbsd-current/regress/lib/libc/ieeefp/testfloat/include/
H A DtestLoops.h69 extern const char *roundingPrecisionName, *roundingModeName, *tininessModeName;
/netbsd-current/lib/libc/softfloat/
H A Dtimesoftfloat.c64 static char *roundingPrecisionName, *roundingModeName, *tininessModeName; variable
75 if ( roundingPrecisionName ) {
77 fputs( roundingPrecisionName, stdout );
2064 roundingPrecisionName = "32";
2067 roundingPrecisionName = "64";
2070 roundingPrecisionName = "80";
2073 roundingPrecisionName = 0;

Completed in 216 milliseconds