Home
last modified time | relevance | path

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

/freebsd-9-stable/tools/test/testfloat/
Dtestsoftfloat.c186 flag tininessMode, tininessModeAtReducedPrecision; member
331 int8 tininessMode in testFunctionVariety() argument
378 switch ( tininessMode ) { in testFunctionVariety()
749 int8 roundingPrecision, roundingMode, tininessMode; in testFunction() local
769 for ( tininessMode = 1; in testFunction()
770 tininessMode < NUM_TININESSMODES; in testFunction()
771 ++tininessMode in testFunction()
778 tininessMode = 0; in testFunction()
781 tininessMode = tininessModeIn; in testFunction()
785 if ( ! functions[ functionCode ].tininessMode ) { in testFunction()
[all …]
/freebsd-9-stable/lib/libc/softfloat/
Dtimesoftfloat.c1919 flag tininessMode, tininessModeAtReducedPrecision; member
2054 int8 tininessMode in timeFunctionVariety() argument
2099 switch ( tininessMode ) { in timeFunctionVariety()
2415 int8 roundingPrecision, roundingMode, tininessMode; in timeFunction() local
2435 for ( tininessMode = 1; in timeFunction()
2436 tininessMode < NUM_TININESSMODES; in timeFunction()
2437 ++tininessMode in timeFunction()
2444 tininessMode = 0; in timeFunction()
2447 tininessMode = tininessModeIn; in timeFunction()
2451 if ( ! functions[ functionCode ].tininessMode ) { in timeFunction()
[all …]