Lines Matching defs:functions
1922 } functions[ NUM_FUNCTIONS ] = {
2062 functionName = functions[ functionCode ].name;
2421 if ( ! functions[ functionCode ].roundingPrecision ) {
2431 if ( ! functions[ functionCode ].roundingMode ) {
2443 if ( ! functions[ functionCode ]
2453 if ( ! functions[ functionCode ].tininessMode ) {
2526 " -all1 --All 1-operand functions.\n"
2527 " -all2 --All 2-operand functions.\n"
2528 " -all --All functions.\n"
2594 if ( strcmp( argPtr, functions[ functionCode ].name ) == 0 ) {
2614 if ( functions[ functionCode ].numInputs == 1 ) {
2624 if ( functions[ functionCode ].numInputs == 2 ) {