次の方法で共有


Concurrency::fast_math 名前空間

fast_math 名前空間の関数は精度が低く、単精度 (float) のみをサポートし、DirectX の組み込み関数を呼び出します。 各関数には、2 種類のバージョン (たとえば、coscosf) があります。 どちらのバージョンも float を受け取り、返しますが、それぞれの DirectX の同じ組み込み関数を呼び出します。

namespace fast_math;

メンバー

関数

名前

説明

cos 関数 (fast_math)

引数の逆余弦を計算します。

cosf 関数 (fast_math)

引数の逆余弦を計算します。

asin 関数 (fast_math)

引数の逆正弦を計算します。

asinf 関数 (fast_math)

引数の逆正弦を計算します。

atan 関数 (fast_math)

引数の逆正接を計算します。

atan2 関数 (fast_math)

_Y/_X の逆正接を計算します。

atan2f 関数 (fast_math)

_Y/_X の逆正接を計算します。

atanf 関数 (fast_math)

引数の逆正接を計算します。

ceil 関数 (fast_math)

引数の切り上げを計算します。

ceilf 関数 (fast_math)

引数の切り上げを計算します。

cos 関数 (fast_math)

引数の余弦を計算します。

cosf 関数 (fast_math)

引数の余弦を計算します。

cosh 関数 (fast_math)

引数の双曲線余弦の値を計算します。

coshf 関数 (fast_math)

引数の双曲線余弦の値を計算します。

exp 関数 (fast_math)

e を底とする引数のべき乗を計算します。

exp2 関数 (fast_math)

2 を底とする引数のべき乗を計算します。

exp2f 関数 (fast_math)

2 を底とする引数のべき乗を計算します。

expf 関数 (fast_math)

e を底とする引数のべき乗を計算します。

fabs 関数 (fast_math)

引数の絶対値を返します。

fabsf 関数 (fast_math)

引数の絶対値を返します。

floor 関数 (fast_math)

引数の切り捨てを計算します。

floorf 関数 (fast_math)

引数の切り捨てを計算します。

fmax 関数 (fast_math)

引数の最大数値を判断します。

fmaxf 関数 (fast_math)

引数の最大数値を判断します。

fmin 関数 (fast_math)

引数の最小数値を判断します。

fminf 関数 (fast_math)

引数の最小数値を判断します。

fmod 関数 (fast_math)

_X/_Y の浮動小数点の剰余を計算します。

fmodf 関数 (fast_math)

_X/_Y の浮動小数点の剰余を計算します。

frexp 関数 (fast_math)

_X の仮数と指数を取得します。

frexpf 関数 (fast_math)

_X の仮数と指数を取得します。

isfinite 関数 (fast_math)

引数に有限値が存在するかどうかを判断します。

isinf 関数 (fast_math)

引数が無限値であるかどうかを判断します。

isnan 関数 (fast_math)

引数が NaN であるかどうかを判断します。

ldexp 関数 (fast_math)

仮数と指数から実数を計算します。

ldexpf 関数 (fast_math)

仮数と指数から実数を計算します。

log 関数 (fast_math)

e を底とする引数の対数を計算します。

log10 関数 (fast_math)

10 を底とする引数の対数を計算します。

log10f 関数 (fast_math)

10 を底とする引数の対数を計算します。

log2 関数 (fast_math)

2 を底とする引数の対数を計算します。

log2f 関数 (fast_math)

2 を底とする引数の対数を計算します。

logf 関数 (fast_math)

e を底とする引数の対数を計算します。

modf 関数 (fast_math)

_X を小数部と整数部に分割します。

modff 関数 (fast_math)

_X を小数部と整数部に分割します。

pow 関数 (fast_math)

_X の _Y 乗を計算します。

powf 関数 (fast_math)

_X の _Y 乗を計算します。

round 関数 (fast_math)

_X を最も近い整数値に丸めます。

roundf 関数 (fast_math)

_X を最も近い整数値に丸めます。

rsqrt 関数 (fast_math)

引数の平方根の逆数を返します。

rsqrtf 関数 (fast_math)

引数の平方根の逆数を返します。

signbit 関数 (fast_math)

引数の正弦を返します。

signbitf 関数 (fast_math)

引数の正弦を返します。

sin 関数 (fast_math)

引数の正弦値を計算します。

sincos 関数 (fast_math)

_X の正弦と余弦の値を計算します

sincosf 関数 (fast_math)

_X の正弦と余弦の値を計算します

sinf 関数 (fast_math)

引数の正弦値を計算します。

sinh 関数 (fast_math)

引数の双曲線正弦の値を計算します。

sinhf 関数 (fast_math)

引数の双曲線正弦の値を計算します。

sqrt 関数 (fast_math)

引数の平方根を計算します。

sqrtf 関数 (fast_math)

引数の平方根を計算します。

tan 関数 (fast_math)

引数の正接値を計算します。

tanf 関数 (fast_math)

引数の正接値を計算します。

tanh 関数 (fast_math)

引数の双曲線正接の値を計算します。

tanhf 関数 (fast_math)

引数の双曲線正接の値を計算します。

trunc 関数 (fast_math)

引数を整数コンポーネントに切り捨てます。

truncf 関数 (fast_math)

引数を整数コンポーネントに切り捨てます。

必要条件

ヘッダー: amp_math.h

名前空間: Concurrency::fast_math

参照

関連項目

Concurrency 名前空間 (C++ AMP)