ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
Go to the source code of this file.
Macros | |
#define | __DEVICE__ __device__ inline |
#define | _ISNANd std::isnan |
#define | _ISNANf std::isnan |
#define | _ISINFd std::isinf |
#define | _ISINFf std::isinf |
#define | _ISFINITEd std::isfinite |
#define | _ISFINITEf std::isfinite |
#define | _COPYSIGNd std::copysign |
#define | _COPYSIGNf std::copysign |
#define | _SCALBNd std::scalbn |
#define | _SCALBNf std::scalbn |
#define | _ABSd std::abs |
#define | _ABSf std::abs |
#define | _LOGBd std::logb |
#define | _LOGBf std::logb |
Functions | |
__DEVICE__ double _Complex | __muldc3 (double __a, double __b, double __c, double __d) |
__DEVICE__ float _Complex | __mulsc3 (float __a, float __b, float __c, float __d) |
__DEVICE__ double _Complex | __divdc3 (double __a, double __b, double __c, double __d) |
__DEVICE__ float _Complex | __divsc3 (float __a, float __b, float __c, float __d) |
#define __DEVICE__ __device__ inline |
Definition at line 23 of file __clang_cuda_complex_builtins.h.
#define _ABSd std::abs |
Definition at line 40 of file __clang_cuda_complex_builtins.h.
#define _ABSf std::abs |
Definition at line 41 of file __clang_cuda_complex_builtins.h.
#define _COPYSIGNd std::copysign |
Definition at line 36 of file __clang_cuda_complex_builtins.h.
#define _COPYSIGNf std::copysign |
Definition at line 37 of file __clang_cuda_complex_builtins.h.
#define _ISFINITEd std::isfinite |
Definition at line 34 of file __clang_cuda_complex_builtins.h.
#define _ISFINITEf std::isfinite |
Definition at line 35 of file __clang_cuda_complex_builtins.h.
#define _ISINFd std::isinf |
Definition at line 32 of file __clang_cuda_complex_builtins.h.
#define _ISINFf std::isinf |
Definition at line 33 of file __clang_cuda_complex_builtins.h.
#define _ISNANd std::isnan |
Definition at line 30 of file __clang_cuda_complex_builtins.h.
#define _ISNANf std::isnan |
Definition at line 31 of file __clang_cuda_complex_builtins.h.
#define _LOGBd std::logb |
Definition at line 42 of file __clang_cuda_complex_builtins.h.
#define _LOGBf std::logb |
Definition at line 43 of file __clang_cuda_complex_builtins.h.
#define _SCALBNd std::scalbn |
Definition at line 38 of file __clang_cuda_complex_builtins.h.
#define _SCALBNf std::scalbn |
Definition at line 39 of file __clang_cuda_complex_builtins.h.
Definition at line 164 of file __clang_cuda_complex_builtins.h.
References __a, __b, __c, _ABSd, _COPYSIGNd, _ISFINITEd, _ISINFd, _ISNANd, _LOGBd, _SCALBNd, int, and max().
Definition at line 201 of file __clang_cuda_complex_builtins.h.
References __a, __b, __c, _ABSf, _COPYSIGNf, _ISFINITEf, _ISINFf, _ISNANf, _LOGBf, _SCALBNf, int, and max().
Definition at line 65 of file __clang_cuda_complex_builtins.h.
Definition at line 116 of file __clang_cuda_complex_builtins.h.