| 
| 
  | __amp_norm_template (float v) __CPU_GPU__ | 
|   | 
| 
  | __amp_norm_template (unsigned int v) __CPU_GPU__ | 
|   | 
| 
  | __amp_norm_template (int v) __CPU_GPU__ | 
|   | 
| 
  | __amp_norm_template (double v) __CPU_GPU__ | 
|   | 
| 
  | __amp_norm_template (const norm_type &other) __CPU_GPU__ | 
|   | 
| 
  | __amp_norm_template (const __amp_norm_template<!isSigned > &other) __CPU_GPU__ | 
|   | 
| 
float  | get () __CPU_GPU__ | 
|   | 
| 
void  | set (float f) __CPU_GPU__ | 
|   | 
| 
norm_type &  | operator= (const norm_type &other) __CPU_GPU__ | 
|   | 
| 
norm_type &  | operator= (const float &other) __CPU_GPU__ | 
|   | 
| 
  | operator float () const __CPU_GPU__ | 
|   | 
| 
norm_type &  | operator+= (const norm_type &other) __CPU_GPU__ | 
|   | 
| 
norm_type &  | operator-= (const norm_type &other) __CPU_GPU__ | 
|   | 
| 
norm_type &  | operator*= (const norm_type &other) __CPU_GPU__ | 
|   | 
| 
norm_type &  | operator/= (const norm_type &other) __CPU_GPU__ | 
|   | 
| 
norm_type &  | operator++ () __CPU_GPU__ | 
|   | 
| 
norm_type  | operator++ (int) __CPU_GPU__ | 
|   | 
| 
norm_type &  | operator-- () __CPU_GPU__ | 
|   | 
| 
norm_type  | operator-- (int) __CPU_GPU__ | 
|   | 
| 
template<typename T  = norm_type, class  = typename std::enable_if<T::isSigned,norm_type>::type>  | 
| T  | operator- () __CPU_GPU__ | 
|   | 
 | 
| 
static constexpr float  | min = isSigned?-1.0f:0.0f | 
|   | 
| 
static constexpr float  | max = isSigned? 1.0f:1.0f | 
|   | 
The documentation for this class was generated from the following file: