Lines Matching refs:roundingMode
605 uint8 functionCode, int8 roundingPrecision, int8 roundingMode ) in testFunctionVariety() argument
627 switch ( roundingMode ) { in testFunctionVariety()
1146 int8 roundingPrecision, roundingMode; in testFunction() local
1156 for ( roundingMode = 1; in testFunction()
1157 roundingMode < NUM_ROUNDINGMODES; in testFunction()
1158 ++roundingMode in testFunction()
1160 if ( ! functions[ functionCode ].roundingMode ) { in testFunction()
1161 roundingMode = 0; in testFunction()
1164 roundingMode = roundingModeIn; in testFunction()
1167 functionCode, roundingPrecision, roundingMode ); in testFunction()
1168 if ( roundingModeIn || ! roundingMode ) break; in testFunction()