Concurrency::fast_math 命名空间

中工作正常fast_math命名空间具有较低的精度,支持唯一的单精度 (float),并调用 DirectX 内部函数。 有两种版本的每个函数,例如coscosf。 接受这两个版本,并且返回float,但每个调用相同的 DirectX 内部。

namespace fast_math;

成员

Hh553048.collapse_all(zh-cn,VS.110).gif函数

名称

说明

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)

计算二进制指数的参数

exp2f 函数 (fast_math)

计算二进制指数的参数

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)

计算参数的二进制对数

log2f 函数 (fast_math)

计算参数的二进制对数

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)