Listing 1: Examples of parent
program files


     1: // ------------    //
     2: // xvsqrtd.cxp    //
     3: // ------------    //
     4:
     5: // Makes a Double Precision Version of
     6: // Verification Prog for sqrt Function
     7:
     8: #define    DBL
     9: #include "xvsqrt.h"
<EOF>
     1: // ------------    //
     2: // xvsqrtf.cxp    //
     3: // ------------    //
     4:
     5: // Makes a Float Precision Version of
     6: // Verification Prog for sqrt Function
     7:
     8: #define    FLT
     9: #include "xvsqrt.h"
<EOF>
     1: // ------------    //
     2: // xvsqrtl.cxp    //
     3: // ------------    //
     4:
     5: // Makes a Long Double Precision
     6: // Version of Verif. for sqrt Function
     7:
     8: #define    LNGDBL
     9: #include "xvsqrt.h"
<EOF>
/* End of File */