Lines Matching defs:argPtr
2483 char *argPtr;
2497 while ( argc && ( argPtr = argv[ 0 ] ) ) {
2498 if ( argPtr[ 0 ] == '-' ) ++argPtr;
2499 if ( strcmp( argPtr, "help" ) == 0 ) {
2544 else if ( strcmp( argPtr, "precision32" ) == 0 ) {
2547 else if ( strcmp( argPtr, "precision64" ) == 0 ) {
2550 else if ( strcmp( argPtr, "precision80" ) == 0 ) {
2554 else if ( ( strcmp( argPtr, "nearesteven" ) == 0 )
2555 || ( strcmp( argPtr, "nearest_even" ) == 0 ) ) {
2558 else if ( ( strcmp( argPtr, "tozero" ) == 0 )
2559 || ( strcmp( argPtr, "to_zero" ) == 0 ) ) {
2562 else if ( strcmp( argPtr, "down" ) == 0 ) {
2565 else if ( strcmp( argPtr, "up" ) == 0 ) {
2568 else if ( strcmp( argPtr, "tininessbefore" ) == 0 ) {
2571 else if ( strcmp( argPtr, "tininessafter" ) == 0 ) {
2574 else if ( strcmp( argPtr, "all1" ) == 0 ) {
2579 else if ( strcmp( argPtr, "all2" ) == 0 ) {
2584 else if ( strcmp( argPtr, "all" ) == 0 ) {
2594 if ( strcmp( argPtr, functions[ functionCode ].name ) == 0 ) {