HomeSort by: relevance | last modified time | path
    Searched defs:NUM_FUNCTIONS (Results 1 - 2 of 2) 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/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 66 milliseconds