HomeSort by: relevance | last modified time | path
    Searched refs:functionCode (Results 1 - 3 of 3) sorted by relevancy

  /src/regress/lib/libc/ieeefp/testfloat/
testfloat.c 89 uint8 functionCode;
104 functionCode = 0;
171 for ( functionCode = 1;
172 functionCode < NUM_FUNCTIONS;
173 ++functionCode
175 if ( functionExists[ functionCode ] ) {
176 puts( functions[ functionCode ].name );
246 functionCode = 0;
251 functionCode = 0;
256 functionCode = 0
    [all...]
testFunction.c 605 uint8 functionCode, int8 roundingPrecision, int8 roundingMode )
609 functionName = functions[ functionCode ].name;
656 switch ( functionCode ) {
1144 uint8 functionCode, int8 roundingPrecisionIn, int8 roundingModeIn )
1150 if ( ! functions[ functionCode ].roundingPrecision ) {
1160 if ( ! functions[ functionCode ].roundingMode ) {
1167 functionCode, roundingPrecision, roundingMode );
  /src/lib/libc/softfloat/
timesoftfloat.c 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;
    [all...]

Completed in 54 milliseconds