#include <complex>
#include <string>
#include "sha1.h"
Go to the source code of this file.
 | 
| typedef double  | Real | 
|   | 
| typedef std::complex< double >  | Cmplx | 
|   | 
| typedef long double  | lReal | 
|   | 
◆ _stdcall
◆ fftw
      
        
          | #define fftw | 
          ( | 
            | 
          name | ) | 
             fftw_ ## name | 
        
      
 
 
◆ TYPE_STR
◆ Cmplx
      
        
          | typedef std::complex<double> Cmplx | 
        
      
 
 
◆ lReal
      
        
          | typedef long double lReal | 
        
      
 
 
◆ Real
◆ parsedouble()
      
        
          | int parsedouble  | 
          ( | 
          char *  | 
          str,  | 
        
        
           | 
           | 
          double &  | 
          res  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ parseint()
      
        
          | int parseint  | 
          ( | 
          char *  | 
          str,  | 
        
        
           | 
           | 
          int &  | 
          res  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ parsepositivedouble()
      
        
          | int parsepositivedouble  | 
          ( | 
          char *  | 
          str,  | 
        
        
           | 
           | 
          double &  | 
          res  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ parsepositiveint()
      
        
          | int parsepositiveint  | 
          ( | 
          char *  | 
          str,  | 
        
        
           | 
           | 
          int &  | 
          res  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ sha1tostring()
      
        
          | std::string sha1tostring  | 
          ( | 
          SHA1 &  | 
          sha1 | ) | 
           | 
        
      
 
 
◆ tol_eq()
      
        
          | bool tol_eq  | 
          ( | 
          double  | 
          a,  | 
        
        
           | 
           | 
          double  | 
          b  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
tolerant comparison of two double numbers