Home
last modified time | relevance | path

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

/NextBSD/tools/test/testfloat/
HDtestFunction.c580 roundingPrecisionName = "32"; in testFunctionVariety()
583 roundingPrecisionName = "64"; in testFunctionVariety()
586 roundingPrecisionName = "80"; in testFunctionVariety()
590 roundingPrecisionName = 0; in testFunctionVariety()
HDtestsoftfloat.c339 roundingPrecisionName = "32"; in testFunctionVariety()
342 roundingPrecisionName = "64"; in testFunctionVariety()
345 roundingPrecisionName = "80"; in testFunctionVariety()
348 roundingPrecisionName = 0; in testFunctionVariety()
HDtestLoops.h37 extern char *roundingPrecisionName, *roundingModeName, *tininessModeName;
HDtestLoops.c43 char *roundingPrecisionName, *roundingModeName, *tininessModeName; variable
51 if ( roundingPrecisionName ) { in writeFunctionName()
53 fputs( roundingPrecisionName, stream ); in writeFunctionName()
/NextBSD/lib/libc/softfloat/
HDtimesoftfloat.c62 static char *roundingPrecisionName, *roundingModeName, *tininessModeName; variable
73 if ( roundingPrecisionName ) { in reportTime()
75 fputs( roundingPrecisionName, stdout ); in reportTime()
2062 roundingPrecisionName = "32"; in timeFunctionVariety()
2065 roundingPrecisionName = "64"; in timeFunctionVariety()
2068 roundingPrecisionName = "80"; in timeFunctionVariety()
2071 roundingPrecisionName = 0; in timeFunctionVariety()