double_2 クラス
2 個の倍精度浮動小数点数の short ベクターを表します。
構文
class double_2;
メンバー
パブリック typedef
名前 | 説明 |
---|---|
value_type |
パブリック コンストラクター
名前 | 説明 |
---|---|
double_2 コンストラクター | 過負荷です。 既定のコンストラクター。すべての要素を 0 で初期化します。 |
パブリック メソッド
名前 | 説明 |
---|---|
double_2::get_x | |
double_2::get_xy | |
double_2::get_y | |
double_2::get_yx | |
double_2::ref_g | |
double_2::ref_r | |
double_2::ref_x | |
double_2::ref_y | |
double_2::set_x | |
double_2::set_xy | |
double_2::set_y | |
double_2::set_yx |
パブリック演算子
名前 | 説明 |
---|---|
double_2::operator- | |
double_2::operator-- | |
double_2::operator*= | |
double_2::operator/= | |
double_2::operator++ | |
double_2::operator+= | |
double_2::operator= | |
double_2::operator-= |
パブリック定数
名前 | 説明 |
---|---|
double_2::size 定数 |
パブリック データ メンバー
名前 | 説明 |
---|---|
double_2::g | |
double_2::gr | |
double_2::r | |
double_2::rg | |
double_2::x | |
double_2::xy | |
double_2::y | |
double_2::yx |
継承階層
double_2
要件
ヘッダー: amp_short_vectors.h
名前空間: Concurrency::graphics
double_2
既定のコンストラクター。すべての要素を 0 で初期化します。
double_2() restrict(amp,
cpu);
double_2(
double _V0,
double _V1) restrict(amp,
cpu);
double_2(
double _V) restrict(amp,
cpu);
double_2(
const double_2& _Other) restrict(amp,
cpu);
explicit inline double_2(
const uint_2& _Other) restrict(amp,
cpu);
explicit inline double_2(
const int_2& _Other) restrict(amp,
cpu);
explicit inline double_2(
const float_2& _Other) restrict(amp,
cpu);
explicit inline double_2(
const unorm_2& _Other) restrict(amp,
cpu);
explicit inline double_2(
const norm_2& _Other) restrict(amp,
cpu);
パラメーター
_V0
要素 0 を初期化する値。
_V1
要素 1 を初期化する値。
_V
初期化用の値。
_Other
初期化に使用されるオブジェクト。
size
static const int size = 2;