|
clang 23.0.0git
|
Go to the source code of this file.
Macros | |
| #define | __DEVICE__ __device__ inline |
| #define | _SCALBNd __builtin_scalbn |
| #define | _SCALBNf __builtin_scalbnf |
| #define | _LOGBd __builtin_logb |
| #define | _LOGBf __builtin_logbf |
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 24 of file __clang_cuda_complex_builtins.h.
| #define _LOGBd __builtin_logb |
Definition at line 41 of file __clang_cuda_complex_builtins.h.
Referenced by __divdc3().
| #define _LOGBf __builtin_logbf |
Definition at line 42 of file __clang_cuda_complex_builtins.h.
Referenced by __divsc3().
| #define _SCALBNd __builtin_scalbn |
Definition at line 39 of file __clang_cuda_complex_builtins.h.
Referenced by __divdc3().
| #define _SCALBNf __builtin_scalbnf |
Definition at line 40 of file __clang_cuda_complex_builtins.h.
Referenced by __divsc3().
Definition at line 148 of file __clang_cuda_complex_builtins.h.
References __a, __b, __c, __DEVICE__, _LOGBd, _SCALBNd, and int.
Definition at line 186 of file __clang_cuda_complex_builtins.h.
References __a, __b, __c, __DEVICE__, _LOGBf, _SCALBNf, and int.
Definition at line 49 of file __clang_cuda_complex_builtins.h.
References __a, __b, __c, and __DEVICE__.
Definition at line 100 of file __clang_cuda_complex_builtins.h.
References __a, __b, __c, and __DEVICE__.