Go to the source code of this file.
|
__device__ float4 | operator* (const float &x, const float4 &y) |
|
__device__ double2 | operator* (const double &x, const double2 &y) |
|
__global__ void | twistGamma5Kernel (float4 *spinor, float *null, float a, float b, const float4 *in, const float *null2, DslashParam param) |
|
__global__ void | twistGamma5Kernel (float4 *spinor, float *null, float a, float b, float c, const float4 *in, const float *null2, DslashParam param) |
|
__global__ void | twistGamma5Kernel (short4 *spinor, float *spinorNorm, float a, float b, const short4 *in, const float *inNorm, DslashParam param) |
|
__global__ void | twistGamma5Kernel (short4 *spinor, float *spinorNorm, float a, float b, float c, const short4 *in, const float *inNorm, DslashParam param) |
|
__device__ float4 operator* |
( |
const float & |
x, |
|
|
const float4 & |
y |
|
) |
| |
__device__ double2 operator* |
( |
const double & |
x, |
|
|
const double2 & |
y |
|
) |
| |
__global__ void twistGamma5Kernel |
( |
float4 * |
spinor, |
|
|
float * |
null, |
|
|
float |
a, |
|
|
float |
b, |
|
|
const float4 * |
in, |
|
|
const float * |
null2, |
|
|
DslashParam |
param |
|
) |
| |
__global__ void twistGamma5Kernel |
( |
float4 * |
spinor, |
|
|
float * |
null, |
|
|
float |
a, |
|
|
float |
b, |
|
|
float |
c, |
|
|
const float4 * |
in, |
|
|
const float * |
null2, |
|
|
DslashParam |
param |
|
) |
| |
__global__ void twistGamma5Kernel |
( |
short4 * |
spinor, |
|
|
float * |
spinorNorm, |
|
|
float |
a, |
|
|
float |
b, |
|
|
const short4 * |
in, |
|
|
const float * |
inNorm, |
|
|
DslashParam |
param |
|
) |
| |
__global__ void twistGamma5Kernel |
( |
short4 * |
spinor, |
|
|
float * |
spinorNorm, |
|
|
float |
a, |
|
|
float |
b, |
|
|
float |
c, |
|
|
const short4 * |
in, |
|
|
const float * |
inNorm, |
|
|
DslashParam |
param |
|
) |
| |