QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 35 of file double_single.h.

Member Function Documentation

◆ operator+=() [1/2]

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

Definition at line 40 of file double_single.h.

◆ operator+=() [2/2]

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

Definition at line 41 of file double_single.h.

References x, and y.

◆ operator=()

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

Definition at line 38 of file double_single.h.

References doublesingle::a.

Member Data Documentation

◆ x

doublesingle doublesingle2::x

Definition at line 36 of file double_single.h.

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

◆ y

doublesingle doublesingle2::y

Definition at line 37 of file double_single.h.

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


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