START	lib/libc/cephes	2025-03-12T02:44:45Z

==== run-regress-ieetst ====
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/cephes/drand.c
/usr/src/regress/lib/libc/cephes/drand.c:119:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int drand( a )
    ^
1 warning generated.
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/cephes/econst.c
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/cephes/eexp.c
/usr/src/regress/lib/libc/cephes/eexp.c:40:9: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ecmp(x, ezero) == 0 )
        ^
/usr/src/regress/lib/libc/cephes/eexp.c:42:6: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emov( eone, y );
            ^
/usr/src/regress/lib/libc/cephes/eexp.c:45:5: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emov(x, x2);
    ^
/usr/src/regress/lib/libc/cephes/eexp.c:54:8: warning: passing arguments to 'eclear' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eclear( y );
              ^
/usr/src/regress/lib/libc/cephes/eexp.c:56:9: warning: passing arguments to 'einfin' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                einfin( y );
                      ^
/usr/src/regress/lib/libc/cephes/eexp.c:60:7: warning: passing arguments to 'eifrac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eifrac( x2, &i, num );          /* x = i + f            */
      ^
/usr/src/regress/lib/libc/cephes/eexp.c:64:6: warning: passing arguments to 'ltoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 ltoe( &i, den );               /* floating point i     */
     ^
/usr/src/regress/lib/libc/cephes/eexp.c:65:6: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 ediv( elog2, den, den );       /* i/log 2              */
     ^
/usr/src/regress/lib/libc/cephes/eexp.c:66:8: warning: passing arguments to 'eifrac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 eifrac( den, &i, den );        /* i/log 2  =  i1 + f1  */
       ^
/usr/src/regress/lib/libc/cephes/eexp.c:67:6: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 emul( elog2, den, den );       /* log 2 * f1           */
     ^
/usr/src/regress/lib/libc/cephes/eexp.c:68:6: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
 eadd( den, num, x2 );          /* log 2 * f1  + f      */
     ^
/usr/src/regress/lib/libc/cephes/eexp.c:72:7: warning: passing arguments to 'eldexp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eldexp( x2, -1L, x2 ); /* divide by 2 */
      ^
/usr/src/regress/lib/libc/cephes/eexp.c:73:6: warning: passing arguments to 'etanh' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
etanh( x2, x2 );        /* tanh( x/2 )                  */
     ^
/usr/src/regress/lib/libc/cephes/eexp.c:74:5: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eadd( x2, eone, num );  /* 1 + tanh                     */
    ^
/usr/src/regress/lib/libc/cephes/eexp.c:75:5: warning: passing arguments to 'eneg' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eneg( x2 );
    ^
/usr/src/regress/lib/libc/cephes/eexp.c:76:5: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eadd( x2, eone, den );  /* 1 - tanh                     */
    ^
/usr/src/regress/lib/libc/cephes/eexp.c:77:5: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
ediv( den, num, y );    /* (1 + tanh)/(1 - tanh)        */
    ^
/usr/src/regress/lib/libc/cephes/eexp.c:82:6: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        ediv( y, eone, y );
            ^
/usr/src/regress/lib/libc/cephes/eexp.c:85:7: warning: passing arguments to 'eldexp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eldexp( y, i, y );      /* multiply by 2**i */
      ^
/usr/src/regress/lib/libc/cephes/eexp.c:26:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eexp( x, y )
     ^
In file included from /usr/src/regress/lib/libc/cephes/eexp.c:24:
/usr/src/regress/lib/libc/cephes/ehead.h:50:23: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void esqrt(), elog(), eexp(), etanh(), epow();
                      ^
21 warnings generated.
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/cephes/elog.c
/usr/src/regress/lib/libc/cephes/elog.c:38:8: warning: passing arguments to 'eclear' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eclear(y);
              ^
/usr/src/regress/lib/libc/cephes/elog.c:39:8: warning: passing arguments to 'mtherr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        mtherr( "elog", DOMAIN );
              ^
/usr/src/regress/lib/libc/cephes/elog.c:42:9: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ecmp( x, ezero ) == 0 )
        ^
/usr/src/regress/lib/libc/cephes/elog.c:44:8: warning: passing arguments to 'einfin' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        einfin( y );
              ^
/usr/src/regress/lib/libc/cephes/elog.c:45:6: warning: passing arguments to 'eneg' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eneg(y);
            ^
/usr/src/regress/lib/libc/cephes/elog.c:46:8: warning: passing arguments to 'mtherr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        mtherr( "elog", SING );
              ^
/usr/src/regress/lib/libc/cephes/elog.c:49:9: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ecmp( x, eone ) == 0 )
        ^
/usr/src/regress/lib/libc/cephes/elog.c:51:8: warning: passing arguments to 'eclear' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eclear( y );
              ^
/usr/src/regress/lib/libc/cephes/elog.c:56:7: warning: passing arguments to 'efrexp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
efrexp( x, &fex, xx );
      ^
/usr/src/regress/lib/libc/cephes/elog.c:66:9: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ecmp( xx, esqrt2 ) < 0 )
        ^
/usr/src/regress/lib/libc/cephes/elog.c:69:6: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emul( xx, etwo, xx );
            ^
/usr/src/regress/lib/libc/cephes/elog.c:73:5: warning: passing arguments to 'esub' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
esub( eone, xx, a );
    ^
/usr/src/regress/lib/libc/cephes/elog.c:76:8: warning: passing arguments to 'eclear' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eclear( y );
              ^
/usr/src/regress/lib/libc/cephes/elog.c:79:5: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eadd( eone, xx, b );
    ^
/usr/src/regress/lib/libc/cephes/elog.c:80:5: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
ediv( b, a, y );        /* store (x-1)/(x+1) in y */
    ^
/usr/src/regress/lib/libc/cephes/elog.c:82:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( y, y, z );
    ^
/usr/src/regress/lib/libc/cephes/elog.c:84:5: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emov( eone, a );
    ^
/usr/src/regress/lib/libc/cephes/elog.c:85:5: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emov( eone, b );
    ^
/usr/src/regress/lib/libc/cephes/elog.c:86:5: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emov( eone, qj );
    ^
/usr/src/regress/lib/libc/cephes/elog.c:89:6: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eadd( etwo, qj, qj );   /* 2 * i + 1            */
            ^
/usr/src/regress/lib/libc/cephes/elog.c:90:6: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emul( z, a, a );
            ^
/usr/src/regress/lib/libc/cephes/elog.c:91:6: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        ediv( qj, a, t );
            ^
/usr/src/regress/lib/libc/cephes/elog.c:92:6: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eadd( t, b, b );
            ^
/usr/src/regress/lib/libc/cephes/elog.c:97:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( b, y, y );
    ^
/usr/src/regress/lib/libc/cephes/elog.c:98:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( y, etwo, y );
    ^
/usr/src/regress/lib/libc/cephes/elog.c:106:6: warning: passing arguments to 'ltoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        ltoe( &ex, b );
            ^
/usr/src/regress/lib/libc/cephes/elog.c:107:6: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emul( elog2, b, b );
            ^
/usr/src/regress/lib/libc/cephes/elog.c:108:6: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eadd( b, y, y );
            ^
/usr/src/regress/lib/libc/cephes/elog.c:28:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void elog( x, y )
     ^
In file included from /usr/src/regress/lib/libc/cephes/elog.c:24:
/usr/src/regress/lib/libc/cephes/ehead.h:50:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void esqrt(), elog(), eexp(), etanh(), epow();
              ^
30 warnings generated.
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/cephes/epow.c
/usr/src/regress/lib/libc/cephes/epow.c:36:7: warning: passing arguments to 'efloor' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
efloor( y, w );
      ^
/usr/src/regress/lib/libc/cephes/epow.c:37:9: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ecmp(y,w) == 0 )
        ^
/usr/src/regress/lib/libc/cephes/epow.c:39:8: warning: passing arguments to 'eifrac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eifrac( y, &li, w );
              ^
/usr/src/regress/lib/libc/cephes/epow.c:44:8: warning: passing arguments to 'epowi' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                epowi( x, y, z );
                     ^
/usr/src/regress/lib/libc/cephes/epow.c:51:5: warning: passing arguments to 'elog' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
elog( x, w );
    ^
/usr/src/regress/lib/libc/cephes/epow.c:52:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( y, w, w );
    ^
/usr/src/regress/lib/libc/cephes/epow.c:53:5: warning: passing arguments to 'eexp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eexp( w, z );
    ^
/usr/src/regress/lib/libc/cephes/epow.c:55:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( eone, z, z );
    ^
/usr/src/regress/lib/libc/cephes/epow.c:29:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void epow( x, y, z )
     ^
In file included from /usr/src/regress/lib/libc/cephes/epow.c:24:
/usr/src/regress/lib/libc/cephes/ehead.h:50:40: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void esqrt(), elog(), eexp(), etanh(), epow();
                                       ^
/usr/src/regress/lib/libc/cephes/epow.c:72:7: warning: passing arguments to 'eifrac' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eifrac( y, &li, w );
      ^
/usr/src/regress/lib/libc/cephes/epow.c:88:7: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emov( eone, z );
                    ^
/usr/src/regress/lib/libc/cephes/epow.c:93:9: warning: passing arguments to 'einfin' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                einfin( z );
                      ^
/usr/src/regress/lib/libc/cephes/epow.c:98:9: warning: passing arguments to 'eclear' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                eclear( z );
                      ^
/usr/src/regress/lib/libc/cephes/epow.c:105:6: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emov( eone, z );
            ^
/usr/src/regress/lib/libc/cephes/epow.c:109:5: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emov( x, w );
    ^
/usr/src/regress/lib/libc/cephes/epow.c:134:6: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        ediv( w, eone, w );
            ^
/usr/src/regress/lib/libc/cephes/epow.c:145:6: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emov( w, z );
            ^
/usr/src/regress/lib/libc/cephes/epow.c:149:6: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emov( eone, z );
            ^
/usr/src/regress/lib/libc/cephes/epow.c:157:6: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emul( w, w, w );        /* arg to the 2-to-the-kth power */
            ^
/usr/src/regress/lib/libc/cephes/epow.c:159:7: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emul( w, z, z );
                    ^
/usr/src/regress/lib/libc/cephes/epow.c:167:6: warning: passing arguments to 'eneg' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eneg( z ); /* odd power of negative number */
            ^
/usr/src/regress/lib/libc/cephes/epow.c:184:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( eone, z, z );
    ^
/usr/src/regress/lib/libc/cephes/epow.c:61:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void epowi( x, y, z )
     ^
/usr/src/regress/lib/libc/cephes/epow.c:27:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void epowi();
     ^
25 warnings generated.
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/cephes/etanh.c
/usr/src/regress/lib/libc/cephes/etanh.c:36:5: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emov( x, r );
    ^
/usr/src/regress/lib/libc/cephes/etanh.c:38:9: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ecmp(r, eone) >= 0 )
        ^
/usr/src/regress/lib/libc/cephes/etanh.c:43:6: warning: passing arguments to 'eexp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eexp( r, e );
            ^
/usr/src/regress/lib/libc/cephes/etanh.c:44:6: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        ediv( e, eone, r );
            ^
/usr/src/regress/lib/libc/cephes/etanh.c:45:6: warning: passing arguments to 'esub' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        esub( r, e, xx );
            ^
/usr/src/regress/lib/libc/cephes/etanh.c:46:6: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eadd( r, e, j );
            ^
/usr/src/regress/lib/libc/cephes/etanh.c:47:6: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        ediv( j, xx, y );
            ^
/usr/src/regress/lib/libc/cephes/etanh.c:51:5: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emov( etwo, m2 );
    ^
/usr/src/regress/lib/libc/cephes/etanh.c:52:5: warning: passing arguments to 'eneg' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eneg( m2 );
    ^
/usr/src/regress/lib/libc/cephes/etanh.c:56:5: warning: passing arguments to 'ltoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
ltoe( &lj, j );
    ^
/usr/src/regress/lib/libc/cephes/etanh.c:58:5: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emov( j, e );
    ^
/usr/src/regress/lib/libc/cephes/etanh.c:59:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( x, x, xx );
    ^
/usr/src/regress/lib/libc/cephes/etanh.c:64:6: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        ediv( e, xx, r );
            ^
/usr/src/regress/lib/libc/cephes/etanh.c:65:6: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eadd( m2, j, j );
            ^
/usr/src/regress/lib/libc/cephes/etanh.c:66:6: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eadd( r, j, e );
            ^
/usr/src/regress/lib/libc/cephes/etanh.c:69:5: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
ediv( e, x, y );
    ^
/usr/src/regress/lib/libc/cephes/etanh.c:29:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void etanh( x, y )
     ^
In file included from /usr/src/regress/lib/libc/cephes/etanh.c:26:
/usr/src/regress/lib/libc/cephes/ehead.h:50:31: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void esqrt(), elog(), eexp(), etanh(), epow();
                              ^
18 warnings generated.
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/cephes/etodec.c
/usr/src/regress/lib/libc/cephes/etodec.c:35:7: warning: passing arguments to 'ecleaz' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
ecleaz(y);              /* start with a zero */
      ^
/usr/src/regress/lib/libc/cephes/etodec.c:60:7: warning: passing arguments to 'eshdn8' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eshdn8(y);      /* shift our mantissa down 8 bits */
      ^
/usr/src/regress/lib/libc/cephes/etodec.c:62:6: warning: passing arguments to 'emovo' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emovo( y, e );
     ^
/usr/src/regress/lib/libc/cephes/etodec.c:28:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void dectoe( d, e )
     ^
/usr/src/regress/lib/libc/cephes/etodec.c:152:6: warning: passing arguments to 'emovi' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emovi( x, xi );
     ^
/usr/src/regress/lib/libc/cephes/etodec.c:157:8: warning: passing arguments to 'emdnorm' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emdnorm( xi, 0, 0, exp, 64 );
       ^
/usr/src/regress/lib/libc/cephes/etodec.c:159:6: warning: passing arguments to 'todec' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
todec( xi, d );
     ^
/usr/src/regress/lib/libc/cephes/etodec.c:145:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void etodec( x, d )
     ^
/usr/src/regress/lib/libc/cephes/etodec.c:191:7: warning: passing arguments to 'eshup8' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eshup8( x );
      ^
/usr/src/regress/lib/libc/cephes/etodec.c:162:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void todec( x, y )
     ^
/usr/src/regress/lib/libc/cephes/etodec.c:21:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void todec();
     ^
11 warnings generated.
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/cephes/ieee.c
/usr/src/regress/lib/libc/cephes/ieee.c:201:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eclear( x )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:48:30: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eabs(), eneg(), emov(), eclear(), einfin(), efloor();
                             ^
/usr/src/regress/lib/libc/cephes/ieee.c:217:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void emov( a, b )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:48:22: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eabs(), eneg(), emov(), eclear(), einfin(), efloor();
                     ^
/usr/src/regress/lib/libc/cephes/ieee.c:234:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eabs(x)
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:48:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eabs(), eneg(), emov(), eclear(), einfin(), efloor();
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:256:11: warning: passing arguments to 'eisnan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( eisnan(x) )
          ^
/usr/src/regress/lib/libc/cephes/ieee.c:251:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eneg(x)
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:48:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eabs(), eneg(), emov(), eclear(), einfin(), efloor();
             ^
/usr/src/regress/lib/libc/cephes/ieee.c:272:11: warning: passing arguments to 'eisnan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( eisnan(x) )
          ^
/usr/src/regress/lib/libc/cephes/ieee.c:267:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int eisneg(x)
    ^
/usr/src/regress/lib/libc/cephes/ieee.c:183:32: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int ecmpm(), edivm(), emulm(), eisneg(), eisinf();
                               ^
/usr/src/regress/lib/libc/cephes/ieee.c:292:12: warning: passing arguments to 'eisnan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        if( eisnan(x) )
                  ^
/usr/src/regress/lib/libc/cephes/ieee.c:285:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int eisinf(x)
    ^
/usr/src/regress/lib/libc/cephes/ieee.c:183:42: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int ecmpm(), edivm(), emulm(), eisneg(), eisinf();
                                         ^
/usr/src/regress/lib/libc/cephes/ieee.c:303:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int eisnan(x)
    ^
/usr/src/regress/lib/libc/cephes/ieee.c:186:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int eisnan(), eiisnan();
    ^
/usr/src/regress/lib/libc/cephes/ieee.c:331:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void einfin(x)
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:48:40: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eabs(), eneg(), emov(), eclear(), einfin(), efloor();
                                       ^
/usr/src/regress/lib/libc/cephes/ieee.c:374:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void emovi( a, b )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:184:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void emovi(), emovo(), emovz(), ecleaz(), eadd1();
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:438:13: warning: passing arguments to 'eiisnan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        if( eiisnan(a) )
                   ^
/usr/src/regress/lib/libc/cephes/ieee.c:440:7: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                enan( b, NBITS );
                    ^
/usr/src/regress/lib/libc/cephes/ieee.c:420:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void emovo( a, b )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:184:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void emovi(), emovo(), emovz(), ecleaz(), eadd1();
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:461:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void ecleaz( xi )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:184:33: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void emovi(), emovo(), emovz(), ecleaz(), eadd1();
                                ^
/usr/src/regress/lib/libc/cephes/ieee.c:472:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void ecleazs( xi )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:487:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void emovz( a, b )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:184:24: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void emovi(), emovo(), emovz(), ecleaz(), eadd1();
                       ^
/usr/src/regress/lib/libc/cephes/ieee.c:501:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int eiisnan (x)
    ^
/usr/src/regress/lib/libc/cephes/ieee.c:186:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int eisnan(), eiisnan();
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:521:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eiisinf (x)
^
/usr/src/regress/lib/libc/cephes/ieee.c:547:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ecmpm( a, b )
    ^
/usr/src/regress/lib/libc/cephes/ieee.c:183:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int ecmpm(), edivm(), emulm(), eisneg(), eisinf();
    ^
/usr/src/regress/lib/libc/cephes/ieee.c:573:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eshdn1(x)
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:47:36: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eshup1(), eshup8(), eshup6(), eshdn1(), eshdn8(), eshdn6();
                                   ^
/usr/src/regress/lib/libc/cephes/ieee.c:600:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eshup1(x)
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:47:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eshup1(), eshup8(), eshup6(), eshdn1(), eshdn8(), eshdn6();
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:627:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eshdn8(x)
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:47:46: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eshup1(), eshup8(), eshup6(), eshdn1(), eshdn8(), eshdn6();
                                             ^
/usr/src/regress/lib/libc/cephes/ieee.c:649:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eshup8(x)
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:47:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eshup1(), eshup8(), eshup6(), eshdn1(), eshdn8(), eshdn6();
               ^
/usr/src/regress/lib/libc/cephes/ieee.c:672:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eshup6(x)
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:47:26: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eshup1(), eshup8(), eshup6(), eshdn1(), eshdn8(), eshdn6();
                         ^
/usr/src/regress/lib/libc/cephes/ieee.c:691:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eshdn6(x)
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:47:56: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eshup1(), eshup8(), eshup6(), eshdn1(), eshdn8(), eshdn6();
                                                       ^
/usr/src/regress/lib/libc/cephes/ieee.c:711:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eaddm( x, y )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:180:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eaddm(), esubm(), emdnorm(), asctoeg(), enan();
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:739:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void esubm( x, y )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:180:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eaddm(), esubm(), emdnorm(), asctoeg(), enan();
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:912:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void m16m( a, b, c )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:956:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int edivm( den, num )
    ^
/usr/src/regress/lib/libc/cephes/ieee.c:183:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int ecmpm(), edivm(), emulm(), eisneg(), eisinf();
             ^
/usr/src/regress/lib/libc/cephes/ieee.c:1046:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int emulm( a, b )
    ^
/usr/src/regress/lib/libc/cephes/ieee.c:183:23: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int ecmpm(), edivm(), emulm(), eisneg(), eisinf();
                      ^
/usr/src/regress/lib/libc/cephes/ieee.c:1139:12: warning: passing arguments to 'enormlz' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
j = enormlz( s );
           ^
/usr/src/regress/lib/libc/cephes/ieee.c:1165:13: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                i = eshift( s, j );
                          ^
/usr/src/regress/lib/libc/cephes/ieee.c:1128:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void emdnorm( s, lost, subflg, exp, rcntrl )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:180:24: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eaddm(), esubm(), emdnorm(), asctoeg(), enan();
                       ^
/usr/src/regress/lib/libc/cephes/ieee.c:1360:8: warning: passing arguments to 'mtherr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        mtherr( "esub", DOMAIN );
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:1361:6: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        enan( c, NBITS );
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:1366:6: warning: passing arguments to 'eadd1' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eadd1( a, b, c );
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:1340:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void esub( a, b, c )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:45:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eadd(), esub(), emul(), ediv();
             ^
/usr/src/regress/lib/libc/cephes/ieee.c:1398:8: warning: passing arguments to 'mtherr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        mtherr( "eadd", DOMAIN );
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:1399:6: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        enan( c, NBITS );
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:1404:6: warning: passing arguments to 'eadd1' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eadd1( a, b, c );
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:1376:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eadd( a, b, c )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:45:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eadd(), esub(), emul(), ediv();
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:1451:15: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        lost = eshift( ai, k ); /* shift the smaller number down */
                     ^
/usr/src/regress/lib/libc/cephes/ieee.c:1407:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eadd1( a, b, c )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:184:43: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void emovi(), emovo(), emovz(), ecleaz(), eadd1();
                                          ^
/usr/src/regress/lib/libc/cephes/ieee.c:1547:11: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ((ecmp(a,ezero) == 0) && (ecmp(b,ezero) == 0))
          ^
/usr/src/regress/lib/libc/cephes/ieee.c:1547:35: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ((ecmp(a,ezero) == 0) && (ecmp(b,ezero) == 0))
                                  ^
/usr/src/regress/lib/libc/cephes/ieee.c:1550:8: warning: passing arguments to 'mtherr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        mtherr( "ediv", DOMAIN );
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:1551:6: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        enan( c, NBITS );
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:1578:18: warning: passing arguments to 'enormlz' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        ltb -= enormlz( bi );
                                      ^
/usr/src/regress/lib/libc/cephes/ieee.c:1593:18: warning: passing arguments to 'enormlz' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        lta -= enormlz( ai );
                                      ^
/usr/src/regress/lib/libc/cephes/ieee.c:1598:8: warning: passing arguments to 'mtherr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        mtherr( "ediv", SING );
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:1523:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void ediv( a, b, c )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:45:30: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eadd(), esub(), emul(), ediv();
                             ^
/usr/src/regress/lib/libc/cephes/ieee.c:1649:24: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( (eisinf(a) && (ecmp(b,ezero) == 0))
                       ^
/usr/src/regress/lib/libc/cephes/ieee.c:1650:24: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        || (eisinf(b) && (ecmp(a,ezero) == 0)) )
                              ^
/usr/src/regress/lib/libc/cephes/ieee.c:1652:8: warning: passing arguments to 'mtherr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        mtherr( "emul", DOMAIN );
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:1653:6: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        enan( c, NBITS );
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:1675:18: warning: passing arguments to 'enormlz' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        lta -= enormlz( ai );
                                      ^
/usr/src/regress/lib/libc/cephes/ieee.c:1690:18: warning: passing arguments to 'enormlz' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        ltb -= enormlz( bi );
                                      ^
/usr/src/regress/lib/libc/cephes/ieee.c:1625:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void emul( a, b, c )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:45:22: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eadd(), esub(), emul(), ediv();
                     ^
/usr/src/regress/lib/libc/cephes/ieee.c:1756:7: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                enan( y, NBITS );
                    ^
/usr/src/regress/lib/libc/cephes/ieee.c:1797:14: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
(void )eshift( yy, -5 );
             ^
/usr/src/regress/lib/libc/cephes/ieee.c:1800:18: warning: passing arguments to 'enormlz' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        if( (k = enormlz(yy)) > NBITS )
                        ^
/usr/src/regress/lib/libc/cephes/ieee.c:1722:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void e53toe( pe, y )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:53:46: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void etoe64(), etoe53(), etoe24(), e64toe(), e53toe(), e24toe();
                                             ^
/usr/src/regress/lib/libc/cephes/ieee.c:1861:8: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        enan( y, NBITS );
                            ^
/usr/src/regress/lib/libc/cephes/ieee.c:1809:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void e64toe( pe, y )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:53:36: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void etoe64(), etoe53(), etoe24(), e64toe(), e53toe(), e24toe();
                                   ^
/usr/src/regress/lib/libc/cephes/ieee.c:1924:8: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        enan( y, NBITS );
                            ^
/usr/src/regress/lib/libc/cephes/ieee.c:1965:8: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eshift( yy, -1 );
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:1896:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void e113toe(pe,y)
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2013:7: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                enan( y, NBITS );
                    ^
/usr/src/regress/lib/libc/cephes/ieee.c:2046:14: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
(void )eshift( yy, -8 );
             ^
/usr/src/regress/lib/libc/cephes/ieee.c:2049:18: warning: passing arguments to 'enormlz' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        if( (k = enormlz(yy)) > NBITS )
                        ^
/usr/src/regress/lib/libc/cephes/ieee.c:1977:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void e24toe( pe, y )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:53:56: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void etoe64(), etoe53(), etoe24(), e64toe(), e53toe(), e24toe();
                                                       ^
/usr/src/regress/lib/libc/cephes/ieee.c:2067:6: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        enan( e, 113 );
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:2083:8: warning: passing arguments to 'toe113' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
toe113 (xi, e);
       ^
/usr/src/regress/lib/libc/cephes/ieee.c:2057:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void etoe113(x,e)
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2096:6: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        enan( b, 113 );
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:2087:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void toe113(a,b)
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:181:40: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
static void toe24(), toe53(), toe64(), toe113();
                                       ^
/usr/src/regress/lib/libc/cephes/ieee.c:2148:6: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        enan( e, 64 );
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:2164:6: warning: passing arguments to 'toe64' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
toe64( xi, e );
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2138:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void etoe64( x, e )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:53:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void etoe64(), etoe53(), etoe24(), e64toe(), e53toe(), e24toe();
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2177:6: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        enan( b, 64 );
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:2168:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void toe64( a, b )
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:181:31: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
static void toe24(), toe53(), toe64(), toe113();
                              ^
/usr/src/regress/lib/libc/cephes/ieee.c:2268:6: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        enan( e, 53 );
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:2284:6: warning: passing arguments to 'toe53' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
toe53( xi, e );
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2258:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void etoe53( x, e )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:53:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void etoe64(), etoe53(), etoe24(), e64toe(), e53toe(), e24toe();
               ^
/usr/src/regress/lib/libc/cephes/ieee.c:2298:6: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        enan( y, 53 );
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:2344:15: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        (void )eshift( x, 4 );
                     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2349:15: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        (void )eshift( x, 5 );
                     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2288:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void toe53( x, y )
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:181:22: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
static void toe24(), toe53(), toe64(), toe113();
                     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2386:6: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        enan( e, 24 );
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:2402:6: warning: passing arguments to 'toe24' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
toe24( xi, e );
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2376:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void etoe24( x, e )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:53:26: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void etoe64(), etoe53(), etoe24(), e64toe(), e53toe(), e24toe();
                         ^
/usr/src/regress/lib/libc/cephes/ieee.c:2414:6: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        enan( y, 24 );
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:2461:15: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        (void )eshift( x, 7 );
                     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2466:15: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        (void )eshift( x, 8 );
                     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2405:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void toe24( x, y )
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:181:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
static void toe24(), toe53(), toe64(), toe113();
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:2493:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ecmp( a, b )
    ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:46:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int ecmp(), enormlz(), eshift();
    ^
/usr/src/regress/lib/libc/cephes/ieee.c:2567:7: warning: passing arguments to 'efloor' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
efloor( y, y );
      ^
/usr/src/regress/lib/libc/cephes/ieee.c:2562:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eround( x, y )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2614:17: warning: passing arguments to 'enormlz' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( (k = enormlz( yi )) > NBITS ) /* normalize the significand */
                ^
/usr/src/regress/lib/libc/cephes/ieee.c:2581:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void ltoe( lp, y )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:49:36: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eldexp(), efrexp(), eifrac(), ltoe();
                                   ^
/usr/src/regress/lib/libc/cephes/ieee.c:2655:17: warning: passing arguments to 'enormlz' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( (k = enormlz( yi )) > NBITS ) /* normalize the significand */
                ^
/usr/src/regress/lib/libc/cephes/ieee.c:2629:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void ultoe( lp, y )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2702:15: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        (void )eshift( xi, k );
                     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2711:9: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eshift (xi, j);
               ^
/usr/src/regress/lib/libc/cephes/ieee.c:2727:8: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eshift( xi, k );
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:2735:17: warning: passing arguments to 'enormlz' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( (k = enormlz( xi )) > NBITS )
                ^
/usr/src/regress/lib/libc/cephes/ieee.c:2673:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eifrac( x, i, frac )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:49:26: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eldexp(), efrexp(), eifrac(), ltoe();
                         ^
/usr/src/regress/lib/libc/cephes/ieee.c:2779:15: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        (void )eshift( xi, k );
                     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2788:9: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eshift (xi, j);
               ^
/usr/src/regress/lib/libc/cephes/ieee.c:2802:8: warning: passing arguments to 'eshift' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eshift( xi, k );
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:2812:17: warning: passing arguments to 'enormlz' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( (k = enormlz( xi )) > NBITS )
                ^
/usr/src/regress/lib/libc/cephes/ieee.c:2754:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void euifrac( x, i, frac )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:2828:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int eshift( x, sc )
    ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:46:24: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int ecmp(), enormlz(), eshift();
                       ^
/usr/src/regress/lib/libc/cephes/ieee.c:2934:9: warning: passing arguments to 'mtherr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                mtherr( "enormlz", UNDERFLOW );
                      ^
/usr/src/regress/lib/libc/cephes/ieee.c:2956:9: warning: passing arguments to 'mtherr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                mtherr( "enormlz", OVERFLOW );
                      ^
/usr/src/regress/lib/libc/cephes/ieee.c:2898:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int enormlz(x)
    ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:46:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int ecmp(), enormlz(), eshift();
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:3075:7: warning: passing arguments to 'etoasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
etoasc( w, string, ndigs );
      ^
/usr/src/regress/lib/libc/cephes/ieee.c:3067:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void e24toasc( x, string, ndigs )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:52:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void etoasc(), e24toasc(), e53toasc(), e64toasc();
               ^
/usr/src/regress/lib/libc/cephes/ieee.c:3087:7: warning: passing arguments to 'etoasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
etoasc( w, string, ndigs );
      ^
/usr/src/regress/lib/libc/cephes/ieee.c:3079:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void e53toasc( x, string, ndigs )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:52:28: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void etoasc(), e24toasc(), e53toasc(), e64toasc();
                           ^
/usr/src/regress/lib/libc/cephes/ieee.c:3099:7: warning: passing arguments to 'etoasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
etoasc( w, string, ndigs );
      ^
/usr/src/regress/lib/libc/cephes/ieee.c:3091:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void e64toasc( x, string, ndigs )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:52:40: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void etoasc(), e24toasc(), e53toasc(), e64toasc();
                                       ^
/usr/src/regress/lib/libc/cephes/ieee.c:3110:8: warning: passing arguments to 'etoasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
etoasc (w, string, ndigs);
       ^
/usr/src/regress/lib/libc/cephes/ieee.c:3102:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void e113toasc (x, string, ndigs)
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:3177:8: warning: passing arguments to 'mtherr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        mtherr( "etoasc", DOMAIN );
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:3198:8: warning: passing arguments to 'efloor' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        efloor( t, w );
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:3298:9: warning: passing arguments to 'eiremain' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eiremain( t, y );
        ^
/usr/src/regress/lib/libc/cephes/ieee.c:3307:10: warning: passing arguments to 'eiremain' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eiremain( t, y );
                ^
/usr/src/regress/lib/libc/cephes/ieee.c:3346:10: warning: passing arguments to 'eiremain' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eiremain( t, y );
                ^
/usr/src/regress/lib/libc/cephes/ieee.c:3114:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void etoasc( x, string, ndigs )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:52:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void etoasc(), e24toasc(), e53toasc(), e64toasc();
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:3431:8: warning: passing arguments to 'asctoeg' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
asctoeg( s, y, 24 );
       ^
/usr/src/regress/lib/libc/cephes/ieee.c:3427:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void asctoe24( s, y )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:51:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void asctoe(), asctoe24(), asctoe53(), asctoe64();
               ^
/usr/src/regress/lib/libc/cephes/ieee.c:3443:8: warning: passing arguments to 'asctoeg' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
asctoeg( s, y, 53 );
       ^
/usr/src/regress/lib/libc/cephes/ieee.c:3436:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void asctoe53( s, y )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:51:28: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void asctoe(), asctoe24(), asctoe53(), asctoe64();
                           ^
/usr/src/regress/lib/libc/cephes/ieee.c:3453:8: warning: passing arguments to 'asctoeg' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
asctoeg( s, y, 64 );
       ^
/usr/src/regress/lib/libc/cephes/ieee.c:3449:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void asctoe64( s, y )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:51:40: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void asctoe(), asctoe24(), asctoe53(), asctoe64();
                                       ^
/usr/src/regress/lib/libc/cephes/ieee.c:3461:8: warning: passing arguments to 'asctoeg' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
asctoeg( s, y, 113 );
       ^
/usr/src/regress/lib/libc/cephes/ieee.c:3457:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void asctoe113 (s, y)
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:3469:8: warning: passing arguments to 'asctoeg' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
asctoeg( s, y, NBITS );
       ^
/usr/src/regress/lib/libc/cephes/ieee.c:3465:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void asctoe( s, y )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:51:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void asctoe(), asctoe24(), asctoe53(), asctoe64();
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:3603:7: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                enan( yy, NI*16 );
                    ^
/usr/src/regress/lib/libc/cephes/ieee.c:3475:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void asctoeg( ss, y, oprec )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:180:35: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eaddm(), esubm(), emdnorm(), asctoeg(), enan();
                                  ^
/usr/src/regress/lib/libc/cephes/ieee.c:3805:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void efloor( x, y )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:48:50: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eabs(), eneg(), emov(), eclear(), einfin(), efloor();
                                                 ^
/usr/src/regress/lib/libc/cephes/ieee.c:3860:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void efrexp( x, exp, s )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:49:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eldexp(), efrexp(), eifrac(), ltoe();
               ^
/usr/src/regress/lib/libc/cephes/ieee.c:3889:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eldexp( x, pwr2, y )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:49:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eldexp(), efrexp(), eifrac(), ltoe();
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:3918:6: warning: passing arguments to 'enan' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        enan( c, NBITS );
            ^
/usr/src/regress/lib/libc/cephes/ieee.c:3924:8: warning: passing arguments to 'mtherr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        mtherr( "eremain", SING );
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:3930:9: warning: passing arguments to 'eiremain' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eiremain( den, num );
        ^
/usr/src/regress/lib/libc/cephes/ieee.c:3910:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eremain( a, b, c )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:182:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eremain(), einit(), eiremain();
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:3940:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void eiremain( den, num )
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:182:26: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eremain(), einit(), eiremain();
                         ^
/usr/src/regress/lib/libc/cephes/ieee.c:4035:8: warning: passing arguments to 'mtherr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        mtherr( "enan", DOMAIN );
              ^
/usr/src/regress/lib/libc/cephes/ieee.c:3988:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void enan (nan, size)
     ^
/usr/src/regress/lib/libc/cephes/ieee.c:180:46: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void eaddm(), esubm(), emdnorm(), asctoeg(), enan();
                                             ^
/usr/src/regress/lib/libc/cephes/ieee.c:4075:9: warning: passing arguments to 'mtherr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                mtherr( "esqrt", DOMAIN );
                      ^
/usr/src/regress/lib/libc/cephes/ieee.c:4049:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void esqrt( x, y )
     ^
In file included from /usr/src/regress/lib/libc/cephes/ieee.c:152:
/usr/src/regress/lib/libc/cephes/ehead.h:50:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void esqrt(), elog(), eexp(), etanh(), epow();
     ^
217 warnings generated.
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/cephes/ieetst.c
/usr/src/regress/lib/libc/cephes/ieetst.c:114:8: warning: passing arguments to 'eclear' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eclear( rprint );
              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:115:8: warning: passing arguments to 'eclear' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eclear( rscan );
              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:176:8: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        asctoe( Ten, eten );
              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:179:8: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        e53toe( &d2, e1 );
              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:180:6: warning: passing arguments to 'epow' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        epow( eten, e1, maxm );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:181:6: warning: passing arguments to 'esub' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        esub( eone, maxm, maxm );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:185:6: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emov( eone, q5 );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:188:7: warning: passing arguments to 'esub' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                esub( eone, q5, fullp );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:189:8: warning: passing arguments to 'chkit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                chkit( 1 );
                     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:190:7: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                ediv( q5, eone, q2 );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:191:7: warning: passing arguments to 'esub' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                esub( eone, q2, fullp );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:192:8: warning: passing arguments to 'chkit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                chkit( 1 );
                     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:193:7: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emul( eten, q5, q5 );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:206:6: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emov( eone, q5 );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:209:7: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emov( q5, fullp );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:210:8: warning: passing arguments to 'chkit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                chkit( 2 );
                     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:211:7: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                ediv( q5, eone, fullp );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:212:8: warning: passing arguments to 'chkit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                chkit( 2 );
                     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:213:7: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emul( eten, q5, q5 );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:225:6: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emov( eone, q5 );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:228:7: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emul( maxm, q5, fullp );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:229:8: warning: passing arguments to 'chkit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                chkit( 3 );
                     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:230:7: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emov( q5, fullp );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:231:7: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                ediv( fullp, eone, fullp );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:232:7: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emul( maxm, fullp, fullp );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:233:8: warning: passing arguments to 'chkit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                chkit( 3 );
                     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:234:7: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emul( eten, q5, q5 );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:249:8: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        e53toe( &d1, q1 );
              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:250:6: warning: passing arguments to 'epow' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        epow( etwo, q1, q5 );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:254:7: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emov( q5, fullp );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:255:8: warning: passing arguments to 'chkit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                chkit( 4 );
                     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:256:7: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emul( etwo, q5, q5 );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:269:6: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emov( eone, q5 );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:272:7: warning: passing arguments to 'esub' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                esub( eone, q5, fullp );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:273:8: warning: passing arguments to 'chkit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                chkit( 5 );
                     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:274:7: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emul( etwo, q5, q5 );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:286:6: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emov( eone, q5 );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:289:7: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                eadd( eone, q5, fullp );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:290:8: warning: passing arguments to 'chkit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                chkit( 6 );
                     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:291:7: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emul( etwo, q5, q5 );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:308:9: warning: passing arguments to 'mnrand' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                mnrand( fullp );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:309:8: warning: passing arguments to 'chkit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                chkit( 7 );
                     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:323:9: warning: passing arguments to 'mnrand' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                mnrand( fullp );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:324:7: warning: passing arguments to 'eabs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                eabs( fullp );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:325:11: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                if( ecmp( fullp, eone ) < 0 )
                        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:326:8: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        ediv( fullp, eone, fullp );
                            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:327:9: warning: passing arguments to 'efloor' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                efloor( fullp, fullp );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:328:7: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                eadd( ehalf, fullp, fullp );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:329:8: warning: passing arguments to 'chkit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                chkit( 8 );
                     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:345:9: warning: passing arguments to 'etrand' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                etrand( fullp );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:346:8: warning: passing arguments to 'chkit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                chkit( 9 );
                     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:364:8: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        e53toe( &d1, q1 );
              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:365:6: warning: passing arguments to 'epow' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        epow( etwo, q1, e1 );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:369:8: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        e53toe( &d1, q1 );
              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:370:6: warning: passing arguments to 'epow' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        epow( etwo, q1, e3 );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:371:6: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emul( e1, e3, e3 );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:372:6: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        emov( e3, e2 );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:373:6: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        ediv( etwo, e2, e2 );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:375:13: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        while( ecmp(e1,e2) != 0 )
                   ^
/usr/src/regress/lib/libc/cephes/ieetst.c:377:7: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                eadd( e1, e2, fullp );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:382:10: warning: passing arguments to 'etoe64' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        etoe64( e1, &sprec64 );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:383:10: warning: passing arguments to 'e64toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        e64toe( &sprec64, q1 );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:384:10: warning: passing arguments to 'etoe64' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        etoe64( fullp, &prec64 );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:385:10: warning: passing arguments to 'e64toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        e64toe( &prec64, q2 );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:392:10: warning: passing arguments to 'etoe53' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        etoe53( e1, &sprec53 );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:393:10: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        e53toe( &sprec53, q1 );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:394:10: warning: passing arguments to 'etoe53' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        etoe53( fullp, &prec53 );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:395:10: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        e53toe( &prec53, q2 );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:399:10: warning: passing arguments to 'etoe24' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        etoe24( e1, &sprec24 );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:400:10: warning: passing arguments to 'e24toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        e24toe( &sprec24, q1 );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:401:10: warning: passing arguments to 'etoe24' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        etoe24( fullp, &prec24 );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:402:10: warning: passing arguments to 'e24toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        e24toe( &prec24, q2 );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:405:11: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                if( ecmp( q2, ezero ) == 0 )
                        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:407:8: warning: passing arguments to 'chkit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                chkit(10);
                     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:408:11: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                if( ecmp(q1,q2) == 0 )
                        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:410:8: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        ediv( etwo, e1, e1 );
                            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:411:8: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        emov( e3, e2 );
                            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:418:7: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                ediv( etwo, e2, e2 );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:459:9: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ecmp( print, scan ) != 0 )
        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:461:6: warning: passing arguments to 'pvec' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        pvec( print, NE );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:463:6: warning: passing arguments to 'pvec' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        pvec( scan, NE );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:454:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void chkid( print, scan, string )
     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:95:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void chkid(), pvec();
     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:477:9: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ecmp( ref, tst ) != 0 )
        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:480:6: warning: passing arguments to 'pvec' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        pvec( tst, NE );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:482:6: warning: passing arguments to 'pvec' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        pvec( ref, NE );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:472:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void chkscan( ref, tst, string )
     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:496:9: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ecmp(ref, tst) != 0 )
        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:499:6: warning: passing arguments to 'pvec' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        pvec( ref, NE );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:502:6: warning: passing arguments to 'pvec' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        pvec( tst, NE );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:492:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void chkprint( ref, tst, string ) 
     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:512:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void pvec( x, n )
     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:95:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void chkid(), pvec();
              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:531:9: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ecmp( ref, ezero ) != 0 )
        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:533:6: warning: passing arguments to 'esub' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        esub( ref, tst, e );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:534:6: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        ediv( ref, e, e );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:535:6: warning: passing arguments to 'eabs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eabs( e );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:536:10: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        if( ecmp( e, rprint ) > 0 )
                ^
/usr/src/regress/lib/libc/cephes/ieetst.c:537:7: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emov( e, rprint );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:526:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void cmpprint( ref, tst )
     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:548:9: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ecmp( ref, ezero ) != 0 )
        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:550:6: warning: passing arguments to 'esub' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        esub( ref, tst, er );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:551:6: warning: passing arguments to 'ediv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        ediv( ref, er, er );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:552:6: warning: passing arguments to 'eabs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eabs( er );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:553:10: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        if( ecmp( er, rscan ) > 0 )
                ^
/usr/src/regress/lib/libc/cephes/ieetst.c:554:7: warning: passing arguments to 'emov' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                emov( er, rscan );
                    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:555:10: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        if( ecmp( er, ehalf ) > 0 )
                ^
/usr/src/regress/lib/libc/cephes/ieetst.c:557:9: warning: passing arguments to 'etoasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                etoasc( tst, str1, 21 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:543:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void cmpscan( ref, tst )
     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:568:9: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ecmp( ref, tst ) != 0 )
        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:565:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void cmptrunc( ref, tst )
     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:580:7: warning: passing arguments to 'etoasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
etoasc( rprint, str0, 3 );
      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:582:7: warning: passing arguments to 'etoasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
etoasc( rscan, str0, 3 );
      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:600:9: warning: passing arguments to 'etoe64' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                etoe64( fullp, &prec64 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:601:9: warning: passing arguments to 'e64toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e64toe( &prec64, rounded );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:611:9: warning: passing arguments to 'e64toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e64toe( &sprec64, u );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:613:11: warning: passing arguments to 'asctoe64' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe64( str2, &ssprec64 );
                        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:614:9: warning: passing arguments to 'e64toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e64toe( &ssprec64, v );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:620:9: warning: passing arguments to 'etoasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                etoasc( fullp, str0, 24 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:621:9: warning: passing arguments to 'etoe64' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                etoe64( fullp, &ssprec64 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:622:9: warning: passing arguments to 'e64toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e64toe( &ssprec64, u );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:624:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( str2, t );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:627:9: warning: passing arguments to 'e64toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e64toe( &sprec64, t );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:632:11: warning: passing arguments to 'e64toasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e64toasc( &ssprec64, str1, 24 );
                        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:635:12: warning: passing arguments to 'e64toasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        e64toasc( &ssprec64, str3, j );
                                ^
/usr/src/regress/lib/libc/cephes/ieetst.c:636:10: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        asctoe( str3, v );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:639:10: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        asctoe( str2, t );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:648:9: warning: passing arguments to 'etoe53' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                etoe53( fullp, &prec53 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:649:9: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e53toe( &prec53, rounded );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:658:9: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e53toe( &sprec53, u );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:660:11: warning: passing arguments to 'asctoe53' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe53( str2, &ssprec53 );
                        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:661:9: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e53toe( &ssprec53, v );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:667:9: warning: passing arguments to 'etoasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                etoasc( fullp, str0, 24 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:668:9: warning: passing arguments to 'etoe53' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                etoe53( fullp, &ssprec53 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:669:9: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e53toe( &ssprec53, u );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:671:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( str2, t );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:674:9: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e53toe( &sprec53, t );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:678:11: warning: passing arguments to 'e53toasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e53toasc( &ssprec53, str1, 24 );
                        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:681:12: warning: passing arguments to 'e53toasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        e53toasc( &ssprec53, str3, j );
                                ^
/usr/src/regress/lib/libc/cephes/ieetst.c:682:10: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        asctoe( str3, v );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:685:10: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        asctoe( str2, t );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:691:9: warning: passing arguments to 'etoe24' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                etoe24( fullp, &prec24 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:692:9: warning: passing arguments to 'e24toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e24toe( &prec24, rounded );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:701:9: warning: passing arguments to 'e24toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e24toe( &sprec24, u );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:703:11: warning: passing arguments to 'asctoe24' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe24( str2, &ssprec24 );
                        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:704:9: warning: passing arguments to 'e24toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e24toe( &ssprec24, v );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:710:9: warning: passing arguments to 'etoasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                etoasc( fullp, str0, 24 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:711:9: warning: passing arguments to 'etoe24' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                etoe24( fullp, &ssprec24 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:712:9: warning: passing arguments to 'e24toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e24toe( &ssprec24, u );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:714:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( str2, t );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:717:9: warning: passing arguments to 'e24toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e24toe( &sprec24, t );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:723:11: warning: passing arguments to 'e24toasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                e24toasc( &ssprec24, str1, 24 );
                        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:726:12: warning: passing arguments to 'e24toasc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        e24toasc( &ssprec24, str3, j );
                                ^
/usr/src/regress/lib/libc/cephes/ieetst.c:727:10: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        asctoe( str3, v );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:730:10: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        asctoe( str2, t );
                              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:590:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void chkit( testno )
     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:94:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void chkit(), printerr(), mnrand(), etrand(), shownoncrit();
     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:781:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( ldwidth, WIDTH );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:782:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( a34, e27 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:786:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( dwidth, WIDTH );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:787:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( a27, e27 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:791:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( fwidth, WIDTH );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:792:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( a13, e27 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:794:8: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        asctoe( a10m13, e10m13 );
              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:798:7: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
e53toe( &x, ex ); /* x = WIDTH *  ( x - 1.0 )  +  LOW; */
      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:799:5: warning: passing arguments to 'esub' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
esub( eone, ex, ex );
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:800:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( WIDTH, ex, ex );
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:801:5: warning: passing arguments to 'eexp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eexp( ex, ex );   /* x = exp(x); */
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:804:7: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
e53toe( &a, ea );
      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:805:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( ea, ex, ea );  /* a = 1.0e-13 * x * a; */
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:806:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( e10m13, ea, ea );
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:807:5: warning: passing arguments to 'eabs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eabs( ea );
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:808:5: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eadd( ea, ex, ex );     /* add fuzz */
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:809:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( ex, ex, ex );     /* square it, to get range to 10^17 - 1 */
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:810:7: warning: passing arguments to 'efloor' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
efloor( ex, em ); /* this is M */
      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:814:7: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
e53toe( &a, ex );
      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:815:5: warning: passing arguments to 'esub' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
esub( eone, ex, ex ); /* y3 = 54.0 *  ( y3 - 1.0 ) + 0.5; */
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:816:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( e27, ex, ex );
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:817:5: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eadd( ex, ex, ex );
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:818:5: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eadd( ehalf, ex, ex );
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:819:7: warning: passing arguments to 'efloor' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
efloor( ex, ex ); /* y3 = floor( y3 ) - 27.0; */
      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:820:5: warning: passing arguments to 'esub' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
esub( e27, ex, en ); /* this is N */
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:821:5: warning: passing arguments to 'epow' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
epow( eten, en, ex );
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:822:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( ex, em, erand );
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:771:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void mnrand( erand )
     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:94:27: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void chkit(), printerr(), mnrand(), etrand(), shownoncrit();
                          ^
/usr/src/regress/lib/libc/cephes/ieetst.c:845:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( ldemin, LOW );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:846:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( ldewid, WIDTH );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:847:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( a34, e27 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:851:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( demin, LOW );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:852:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( dewid, WIDTH );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:853:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( a27, e27 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:857:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( femin, LOW );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:858:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( fewid, WIDTH );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:859:9: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                asctoe( a13, e27 );
                      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:861:8: warning: passing arguments to 'asctoe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        asctoe( a10m13, e10m13 );
              ^
/usr/src/regress/lib/libc/cephes/ieetst.c:865:7: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
e53toe( &x, ex ); /* x = WIDTH *  ( x - 1.0 )  +  LOW; */
      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:866:5: warning: passing arguments to 'esub' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
esub( eone, ex, ex );
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:867:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( WIDTH, ex, ex );
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:868:5: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eadd( LOW, ex, ex );
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:869:5: warning: passing arguments to 'eexp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eexp( ex, ex );   /* x = exp(x); */
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:874:7: warning: passing arguments to 'e53toe' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
e53toe( &a, ea );
      ^
/usr/src/regress/lib/libc/cephes/ieetst.c:875:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( ea, ex, ea );  /* a = 1.0e-13 * x * a; */
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:876:5: warning: passing arguments to 'emul' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
emul( e10m13, ea, ea );
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:877:9: warning: passing arguments to 'ecmp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
if( ecmp( ex, ezero ) > 0 )
        ^
/usr/src/regress/lib/libc/cephes/ieetst.c:878:6: warning: passing arguments to 'eneg' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        eneg( ea );
            ^
/usr/src/regress/lib/libc/cephes/ieetst.c:879:5: warning: passing arguments to 'eadd' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
eadd( ea, ex, erand );
    ^
/usr/src/regress/lib/libc/cephes/ieetst.c:835:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void etrand( erand )
     ^
/usr/src/regress/lib/libc/cephes/ieetst.c:94:37: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
void chkit(), printerr(), mnrand(), etrand(), shownoncrit();
                                    ^
209 warnings generated.
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/lib/libc/cephes/mtherr.c
/usr/src/regress/lib/libc/cephes/mtherr.c:89:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int mtherr( name, code )
    ^
In file included from /usr/src/regress/lib/libc/cephes/mtherr.c:70:
/usr/src/regress/lib/libc/cephes/mconf.h:184:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int mtherr();
    ^
2 warnings generated.
cc   -o ieetst drand.o econst.o eexp.o elog.o epow.o etanh.o etodec.o ieee.o ieetst.o mtherr.o 
ld: warning: ieee.c:3399 (/usr/src/regress/lib/libc/cephes/ieee.c:3399)(ieee.o:(etoasc)): warning: sprintf() is often misused, please use snprintf()
./ieetst
Steve Moshier's printf/scanf tester, version 0.2.

Testing FLOAT precision.
1. Checking 10^n - 1 for n = -9 to 9.
No errors found.
2. Checking powers of 10 from 10^-13 to 10^13.
No errors found.
3. Checking (10^9-1)*10^n from n = -13 to 13.
No errors found.
4. Checking powers of 2 from 2^-24 to 2^+56.
No errors found.
5. Checking 2^n - 1 for n = 0 to 24.
No errors found.
6. Checking 2^n + 1 for n = 0 to 24.
No errors found.
7. Checking 100 values M * 10^N with random integer M and N,
  1 <= M <= 10^9 - 1  and  -13 <= N <= +13.
No errors found.
8. Checking critical rounding cases.
No errors found.
9. Testing on 100 random non-denormal values.
No errors found.
Maximum relative printf error found =  3.464E-9 .
Maximum relative scanf error found =  5.689E-8 .
10. Checking denormal numbers.
No errors found.

Testing DOUBLE precision.
1. Checking 10^n - 1 for n = -17 to 17.
No errors found.
2. Checking powers of 10 from 10^-27 to 10^27.
No errors found.
3. Checking (10^17-1)*10^n from n = -27 to 27.
No errors found.
4. Checking powers of 2 from 2^-24 to 2^+56.
No errors found.
5. Checking 2^n - 1 for n = 0 to 53.
No errors found.
6. Checking 2^n + 1 for n = 0 to 53.
No errors found.
7. Checking 100 values M * 10^N with random integer M and N,
  1 <= M <= 10^17 - 1  and  -27 <= N <= +27.
No errors found.
8. Checking critical rounding cases.
No errors found.
9. Testing on 100 random non-denormal values.
No errors found.
Maximum relative printf error found =  3.838E-17 .
Maximum relative scanf error found =  9.202E-17 .
10. Checking denormal numbers.
No errors found.

Testing LONG DOUBLE precision.
1. Checking 10^n - 1 for n = -20 to 20.
No errors found.
2. Checking powers of 10 from 10^-34 to 10^34.
No errors found.
3. Checking (10^20-1)*10^n from n = -34 to 34.
No errors found.
4. Checking powers of 2 from 2^-24 to 2^+56.
No errors found.
5. Checking 2^n - 1 for n = 0 to 64.
No errors found.
6. Checking 2^n + 1 for n = 0 to 64.
No errors found.
7. Checking 100 values M * 10^N with random integer M and N,
  1 <= M <= 10^20 - 1  and  -34 <= N <= +34.
No errors found.
8. Checking critical rounding cases.
No errors found.
9. Testing on 100 random non-denormal values.
No errors found.
Maximum relative printf error found =  3.405E-21 .
Maximum relative scanf error found =  4.645E-20 .
10. Checking denormal numbers.
No errors found.

End of test.

PASS	lib/libc/cephes	Duration 0m05.81s