QUDA  0.9.0
Public Member Functions | Public Attributes | List of all members
doublesingle2 Struct Reference

#include <double_single.h>

Collaboration diagram for doublesingle2:
Collaboration graph
[legend]

Public Member Functions

__host__ __device__ doublesingle2operator= (const double &a)
 
__host__ __device__ void operator+= (const double2 &b)
 
__host__ __device__ void operator+= (const doublesingle2 &b)
 

Public Attributes

doublesingle x
 
doublesingle y
 

Detailed Description

Definition at line 36 of file double_single.h.

Member Function Documentation

◆ operator+=() [1/2]

__host__ __device__ void doublesingle2::operator+= ( const double2 &  b)
inline

Definition at line 41 of file double_single.h.

References b, x, and y.

◆ operator+=() [2/2]

__host__ __device__ void doublesingle2::operator+= ( const doublesingle2 b)
inline

Definition at line 42 of file double_single.h.

References b, x, and y.

◆ operator=()

__host__ __device__ doublesingle2& doublesingle2::operator= ( const double a)
inline

Definition at line 39 of file double_single.h.

References a, x, and y.

Member Data Documentation

◆ x

doublesingle doublesingle2::x

Definition at line 37 of file double_single.h.

Referenced by operator+=(), and operator=().

◆ y

doublesingle doublesingle2::y

Definition at line 38 of file double_single.h.

Referenced by operator+=(), and operator=().


The documentation for this struct was generated from the following file: