Home | History | Annotate | Download | only in testfloat

Lines Matching refs:strcmp

112         if ( strcmp( argPtr, "help" ) == 0 ) {
170 else if ( strcmp( argPtr, "list" ) == 0 ) {
181 else if ( strcmp( argPtr, "level" ) == 0 ) {
187 else if ( strcmp( argPtr, "level1" ) == 0 ) {
190 else if ( strcmp( argPtr, "level2" ) == 0 ) {
193 else if ( strcmp( argPtr, "errors" ) == 0 ) {
202 else if ( strcmp( argPtr, "errorstop" ) == 0 ) {
205 else if ( strcmp( argPtr, "forever" ) == 0 ) {
209 else if ( ( strcmp( argPtr, "checkNaNs" ) == 0 )
210 || ( strcmp( argPtr, "checknans" ) == 0 ) ) {
214 else if ( strcmp( argPtr, "precision32" ) == 0 ) {
217 else if ( strcmp( argPtr, "precision64" ) == 0 ) {
220 else if ( strcmp( argPtr, "precision80" ) == 0 ) {
224 else if ( ( strcmp( argPtr, "nearesteven" ) == 0 )
225 || ( strcmp( argPtr, "nearest_even" ) == 0 ) ) {
228 else if ( ( strcmp( argPtr, "tozero" ) == 0 )
229 || ( strcmp( argPtr, "to_zero" ) == 0 ) ) {
232 else if ( strcmp( argPtr, "down" ) == 0 ) {
235 else if ( strcmp( argPtr, "up" ) == 0 ) {
238 else if ( strcmp( argPtr, "tininessbefore" ) == 0 ) {
241 else if ( strcmp( argPtr, "tininessafter" ) == 0 ) {
244 else if ( strcmp( argPtr, "all1" ) == 0 ) {
249 else if ( strcmp( argPtr, "all2" ) == 0 ) {
254 else if ( strcmp( argPtr, "all" ) == 0 ) {
264 if ( strcmp( argPtr, functions[ functionCode ].name ) == 0 ) {