Concurrency::fast_math 名前空間

動作、 fast_math名前空間のある低い精度、単精度のみをサポート (float)、および DirectX の組み込み関数を呼び出します。ある 2 つのバージョンの各関数は、たとえばcoscosf。両方のバージョンを実行して戻る、 floatが、それぞれ同じ DirectX 組み込みを呼び出します。

namespace fast_math;

メンバー

Hh553048.collapse_all(ja-jp,VS.110).gif関数

名前

Description

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)

引数の常用対数を計算します。

log10f 関数 (fast_math)

引数の常用対数を計算します。

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)

引数の squre ルートを計算します。

sqrtf 関数 (fast_math)

引数の squre ルートを計算します。

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)