Searched refs:functionCode (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/regress/lib/libc/ieeefp/testfloat/ |
H A D | testfloat.c | 89 uint8 functionCode; in main() local 104 functionCode = 0; in main() 171 for ( functionCode = 1; in main() 172 functionCode < NUM_FUNCTIONS; in main() 173 ++functionCode in main() 175 if ( functionExists[ functionCode ] ) { in main() 176 puts( functions[ functionCode ].name ); in main() 246 functionCode = 0; in main() 251 functionCode = 0; in main() 256 functionCode = 0; in main() [all …]
|
H A D | testFunction.c | 605 uint8 functionCode, int8 roundingPrecision, int8 roundingMode ) in testFunctionVariety() argument 609 functionName = functions[ functionCode ].name; in testFunctionVariety() 656 switch ( functionCode ) { in testFunctionVariety() 1144 uint8 functionCode, int8 roundingPrecisionIn, int8 roundingModeIn ) in testFunction() argument 1150 if ( ! functions[ functionCode ].roundingPrecision ) { in testFunction() 1160 if ( ! functions[ functionCode ].roundingMode ) { in testFunction() 1167 functionCode, roundingPrecision, roundingMode ); in testFunction()
|
/netbsd-src/lib/libc/softfloat/ |
H A D | timesoftfloat.c | 2053 uint8 functionCode, in timeFunctionVariety() argument 2062 functionName = functions[ functionCode ].name; in timeFunctionVariety() 2116 switch ( functionCode ) { in timeFunctionVariety() 2411 uint8 functionCode, in timeFunction() argument 2421 if ( ! functions[ functionCode ].roundingPrecision ) { in timeFunction() 2431 if ( ! functions[ functionCode ].roundingMode ) { in timeFunction() 2443 if ( ! functions[ functionCode ] in timeFunction() 2453 if ( ! functions[ functionCode ].tininessMode ) { in timeFunction() 2461 functionCode, roundingPrecision, roundingMode, tininessMode in timeFunction() 2485 uint8 functionCode; in main() local [all …]
|