Searched refs:NUM_FUNCTIONS (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/tools/test/testfloat/
H A DtestFunction.h115 NUM_FUNCTIONS enumerator in enum:__anon13667
123 extern const functionT functions[ NUM_FUNCTIONS ];
124 extern const flag functionExists[ NUM_FUNCTIONS ];
H A Dtestfloat.c136 functionCode < NUM_FUNCTIONS;
225 functionCode < NUM_FUNCTIONS;
232 if ( functionCode == NUM_FUNCTIONS ) {
262 functionCode < NUM_FUNCTIONS;
274 functionCode < NUM_FUNCTIONS;
286 functionCode < NUM_FUNCTIONS;
H A Dtestsoftfloat.c180 NUM_FUNCTIONS enumerator in enum:__anon13670
187 } functions[ NUM_FUNCTIONS ] = {
973 functionCode < NUM_FUNCTIONS;
980 if ( functionCode == NUM_FUNCTIONS ) {
1002 functionCode < NUM_FUNCTIONS;
1017 functionCode < NUM_FUNCTIONS;
1032 functionCode < NUM_FUNCTIONS;
H A DtestFunction.c35 const functionT functions[ NUM_FUNCTIONS ] = {
127 const flag functionExists[ NUM_FUNCTIONS ] = {
/freebsd-11.0-release/lib/libc/softfloat/
H A Dtimesoftfloat.c1912 NUM_FUNCTIONS enumerator in enum:__anon6732
1920 } functions[ NUM_FUNCTIONS ] = {
2589 functionCode < NUM_FUNCTIONS;
2596 if ( functionCode == NUM_FUNCTIONS ) {
2610 for ( functionCode = 1; functionCode < NUM_FUNCTIONS; ++functionCode
2620 for ( functionCode = 1; functionCode < NUM_FUNCTIONS; ++functionCode
2630 for ( functionCode = 1; functionCode < NUM_FUNCTIONS; ++functionCode

Completed in 171 milliseconds