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

  /src/regress/lib/libc/ieeefp/testfloat/include/
testFunction.h 147 NUM_FUNCTIONS
155 extern const functionT functions[ NUM_FUNCTIONS ];
156 extern const flag functionExists[ NUM_FUNCTIONS ];
  /src/regress/lib/libc/ieeefp/testfloat/
testfloat.c 172 functionCode < NUM_FUNCTIONS;
261 functionCode < NUM_FUNCTIONS;
268 if ( functionCode == NUM_FUNCTIONS ) {
298 functionCode < NUM_FUNCTIONS;
310 functionCode < NUM_FUNCTIONS;
322 functionCode < NUM_FUNCTIONS;
testFunction.c 67 const functionT functions[ NUM_FUNCTIONS ] = {
159 const flag functionExists[ NUM_FUNCTIONS ] = {
  /src/lib/libc/softfloat/
timesoftfloat.c 1914 NUM_FUNCTIONS
1922 } functions[ NUM_FUNCTIONS ] = {
2591 functionCode < NUM_FUNCTIONS;
2598 if ( functionCode == NUM_FUNCTIONS ) {
2612 for ( functionCode = 1; functionCode < NUM_FUNCTIONS; ++functionCode
2622 for ( functionCode = 1; functionCode < NUM_FUNCTIONS; ++functionCode
2632 for ( functionCode = 1; functionCode < NUM_FUNCTIONS; ++functionCode

Completed in 18 milliseconds