#include <stdint.h>#include <stddef.h>#include "config.h"#include <float.h>Go to the source code of this file.
Macros | |
| #define | NORETURN |
| #define | __attribute__(x) |
| #define | MPI_TYPE_TW_STIME MPI_DOUBLE |
| #define | TW_STIME_CRT(x) |
| #define | TW_STIME_DBL(x) |
| #define | TW_STIME_CMP(x, y) |
| #define | TW_STIME_ADD(x, y) |
| #define | TW_STIME_MAX DBL_MAX |
| #define __attribute__ | ( | x | ) |
Definition at line 17 of file ross-base.h.
| #define MPI_TYPE_TW_STIME MPI_DOUBLE |
Definition at line 40 of file ross-base.h.
| #define NORETURN |
Definition at line 15 of file ross-base.h.
| #define TW_STIME_ADD | ( | x, | |
| y ) |
Definition at line 44 of file ross-base.h.
| #define TW_STIME_CMP | ( | x, | |
| y ) |
Definition at line 43 of file ross-base.h.
| #define TW_STIME_CRT | ( | x | ) |
Definition at line 41 of file ross-base.h.
| #define TW_STIME_DBL | ( | x | ) |
Definition at line 42 of file ross-base.h.
| #define TW_STIME_MAX DBL_MAX |
Definition at line 45 of file ross-base.h.