Home | History | Annotate | Download | only in softfloat

Lines Matching refs:functionCode

2053      uint8 functionCode,
2062 functionName = functions[ functionCode ].name;
2116 switch ( functionCode ) {
2411 uint8 functionCode,
2421 if ( ! functions[ functionCode ].roundingPrecision ) {
2431 if ( ! functions[ functionCode ].roundingMode ) {
2443 if ( ! functions[ functionCode ]
2453 if ( ! functions[ functionCode ].tininessMode ) {
2461 functionCode, roundingPrecision, roundingMode, tininessMode
2485 uint8 functionCode;
2490 functionCode = 0;
2576 functionCode = 0;
2581 functionCode = 0;
2586 functionCode = 0;
2590 for ( functionCode = 1;
2591 functionCode < NUM_FUNCTIONS;
2592 ++functionCode
2594 if ( strcmp( argPtr, functions[ functionCode ].name ) == 0 ) {
2598 if ( functionCode == NUM_FUNCTIONS ) {
2607 if ( functionCode ) {
2609 functionCode, roundingPrecision, roundingMode, tininessMode );
2612 for ( functionCode = 1; functionCode < NUM_FUNCTIONS; ++functionCode
2614 if ( functions[ functionCode ].numInputs == 1 ) {
2616 functionCode, roundingPrecision, roundingMode, tininessMode
2622 for ( functionCode = 1; functionCode < NUM_FUNCTIONS; ++functionCode
2624 if ( functions[ functionCode ].numInputs == 2 ) {
2626 functionCode, roundingPrecision, roundingMode, tininessMode
2632 for ( functionCode = 1; functionCode < NUM_FUNCTIONS; ++functionCode
2635 functionCode, roundingPrecision, roundingMode, tininessMode );