Doxygen Source Code Documentation
rnd.h File Reference
Go to the source code of this file.
| Defines | |
| #define | _RNDUP(x, unit) | 
| #define | _RNDDOWN(x, unit) ((x) - ((x)%(unit))) | 
| #define | M_RND_UNIT (sizeof(double)) | 
| #define | M_RNDUP(x) _RNDUP(x, M_RND_UNIT) | 
| #define | M_RNDDOWN(x) __RNDDOWN(x, M_RND_UNIT) | 
Define Documentation
| 
 | 
| 
 Definition at line 10 of file rnd.h. Referenced by px_get(). | 
| 
 | 
| Value: ((((x) + (unit) - 1) / (unit)) \
        * (unit))Definition at line 8 of file rnd.h. Referenced by ncx_len_NC_string(), new_NC_string(), px_get(), v1h_get_NC_string(), and v1h_put_NC_string(). | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 Definition at line 13 of file rnd.h. Referenced by ncio_create(), ncio_new(), ncio_open(), new_NC_string(), new_x_NC_attr(), and new_x_NC_var(). | 
 
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
                             
 
 
 
 
       
	   
	   
	   
	  