Sdílet prostřednictvím


Obor názvů CONCURRENCY::fast_math

Funkce v oboru názvů fast_math mají nižší přesnost, podporují pouze jednoduchou přesnost (float), a volají vnitřní objekty rozhraní DirectX.Každá funkce existuje ve dvou verzích, například cos a cosf.Obě verze přijímají a vracejí float, ale každá volá stejný vnitřní objekt rozhraní DirectX.

namespace fast_math;

Členy

Hh553048.collapse_all(cs-cz,VS.110).gifFunkce

Název

Description

Cos funkce (fast_math)

Vypočítá arkuskosinus argumentu

cosf funkce (fast_math)

Vypočítá arkuskosinus argumentu

ASIN funkce (fast_math)

Vypočítá arkussinus argumentu

asinf funkce (fast_math)

Vypočítá arkussinus argumentu

funkce Atan funkce (fast_math)

Vypočítá arkustangens argumentu

Funkce Atan2 (fast_math)

Vypočítá arkustangens výrazu _Y/_X

Funkce atan2f (fast_math)

Vypočítá arkustangens výrazu _Y/_X

atanf funkce (fast_math)

Vypočítá arkustangens argumentu

ceil funkce (fast_math)

Vypočítá horní mez argumentu

ceilf funkce (fast_math)

Vypočítá horní mez argumentu

Cos funkce (fast_math)

Vypočítá kosinus argumentu

cosf funkce (fast_math)

Vypočítá kosinus argumentu

COSH funkce (fast_math)

Vypočítá hodnotu hyperbolického kosinu argumentu

coshf funkce (fast_math)

Vypočítá hodnotu hyperbolického kosinu argumentu

Exp funkce (fast_math)

Vypočítá exponenciální funkci argumentu o základu e

Funkce exp2 (fast_math)

Vypočítá exponenciální funkci argumentu o základu 2

Funkce exp2f (fast_math)

Vypočítá exponenciální funkci argumentu o základu 2

expf funkce (fast_math)

Vypočítá exponenciální funkci argumentu o základu e

fabs funkce (fast_math)

Vrátí absolutní hodnotu argumentu

fabsf funkce (fast_math)

Vrátí absolutní hodnotu argumentu

podlahy funkce (fast_math)

Vypočítá dolní mez argumentu

floorf funkce (fast_math)

Vypočítá dolní mez argumentu

Fmax funkce (fast_math)

Určí maximální číselnou hodnotu argumentů

fmaxf funkce (fast_math)

Určí maximální číselnou hodnotu argumentů

Fmin funkce (fast_math)

Určí minimální číselnou hodnotu argumentů

fminf funkce (fast_math)

Určí minimální číselnou hodnotu argumentů

fmod funkce (fast_math)

Vypočítá zbytek s plovoucí desetinnou čárkou z výrazu _X/_Y

fmodf funkce (fast_math)

Vypočítá zbytek s plovoucí desetinnou čárkou z výrazu _X/_Y

frexp funkce (fast_math)

Načte mantisu a exponent proměnné _X

frexpf funkce (fast_math)

Načte mantisu a exponent proměnné _X

isfinite funkce (fast_math)

Určí, zda má argument konečnou hodnotu

isinf funkce (fast_math)

Určí, zda je argument nekonečno

isNaN funkce (fast_math)

Určí, zda je argument NaN

ldexp funkce (fast_math)

Vypočítá reálné číslo z mantisy a exponentu

ldexpf funkce (fast_math)

Vypočítá reálné číslo z mantisy a exponentu

protokol funkce (fast_math)

Vypočítá logaritmus argumentu o základu e

Funkce LOG10 (fast_math)

Vypočítá logaritmus argumentu o základu 10

Funkce log10f (fast_math)

Vypočítá logaritmus argumentu o základu 10

Funkce log2 (fast_math)

Vypočítá logaritmus argumentu o základu 2

Funkce log2f (fast_math)

Vypočítá logaritmus argumentu o základu 2

logf funkce (fast_math)

Vypočítá logaritmus argumentu o základu e

modf funkce (fast_math)

Rozdělí _X na celé číslo a číslo za desetinnou čárkou.

modff funkce (fast_math)

Rozdělí _X na celé číslo a číslo za desetinnou čárkou.

Pow funkce (fast_math)

Vypočítá proměnnou _X umocněnou na _Y

powf funkce (fast_math)

Vypočítá proměnnou _X umocněnou na _Y

Funkce Round (fast_math)

Zaokrouhlí číslo _X na nejbližší celé číslo

roundf funkce (fast_math)

Zaokrouhlí číslo _X na nejbližší celé číslo

rsqrt funkce (fast_math)

Vrátí převrácenou hodnotu druhé odmocniny argumentu

rsqrtf funkce (fast_math)

Vrátí převrácenou hodnotu druhé odmocniny argumentu

signbit funkce (fast_math)

Vrátí znaménko argumentu

signbitf funkce (fast_math)

Vrátí znaménko argumentu

Sin Funkce (fast_math)

Vypočítá hodnotu sinu argumentu

sincos funkce (fast_math)

Vypočítá hodnotu sinu a kosinu proměnné _X

sincosf funkce (fast_math)

Vypočítá hodnotu sinu a kosinu proměnné _X

sinf funkce (fast_math)

Vypočítá hodnotu sinu argumentu

SINH funkce (fast_math)

Vypočítá hodnotu hyperbolického sinu argumentu

sinhf funkce (fast_math)

Vypočítá hodnotu hyperbolického sinu argumentu

Sqrt funkce (fast_math)

Vypočítá druhou odmocninu argumentu

sqrtf funkce (fast_math)

Vypočítá druhou odmocninu argumentu

Funkce Tan (fast_math)

Vypočítá hodnotu tangentu argumentu

tanf funkce (fast_math)

Vypočítá hodnotu tangentu argumentu

TANH funkce (fast_math)

Vypočítá hodnotu hyperbolického tangentu argumentu

tanhf funkce (fast_math)

Vypočítá hodnotu hyperbolického tangentu argumentu

Funkce USEKNOUT funkce (fast_math)

Ořízne argument na celé číslo

truncf funkce (fast_math)

Ořízne argument na celé číslo

Požadavky

Hlavičkový soubor: amp_math.h

Obor názvů: Concurrency::fast_math

Viz také

Referenční dokumentace

Obor názvů souběžnosti (C++ AMP)