ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "helper_string.h"
Go to the source code of this file.
Macros | |
#define | MAX(a, b) (a > b ? a : b) |
Functions | |
template<typename T > | |
void | check (T result, char const *const func, const char *const file, int const line) |
int | ftoi (float value) |
int | _ConvertSMVer2Cores (int major, int minor) |
const char * | _ConvertSMVer2ArchName (int major, int minor) |
#define MAX | ( | a, | |
b | |||
) | (a > b ? a : b) |
|
inline |
|
inline |
void check | ( | T | result, |
char const *const | func, | ||
const char *const | file, | ||
int const | line | ||
) |
|
inline |