構造体 テンプレート Onikiri::EmulatorUtility::Operation::FPSqrt< Type, TSrc1, RoundMode >

#include <GenericOperation.h>

すべてのメンバ一覧

Public メソッド

Type operator() (OpEmulationState *opState)


説明

template<typename Type, typename TSrc1, typename RoundMode = IntConst<int, FE_ROUNDDEFAULT>>
struct Onikiri::EmulatorUtility::Operation::FPSqrt< Type, TSrc1, RoundMode >

GenericOperation.h1072 行で定義されています。


関数

template<typename Type, typename TSrc1, typename RoundMode = IntConst<int, FE_ROUNDDEFAULT>>
Type Onikiri::EmulatorUtility::Operation::FPSqrt< Type, TSrc1, RoundMode >::operator() ( OpEmulationState opState  )  [inline]

GenericOperation.h1074 行で定義されています。

参照先 Type.

01075     {
01076         Onikiri::ScopedFESetRound sr( RoundMode()(opState) );
01077         volatile Type rvalue = std::sqrt( TSrc1()(opState) );
01078         return rvalue;
01079     }


この構造体の説明は次のファイルから生成されました:
Onikiri2に対してTue Jun 18 15:32:00 2013に生成されました。  doxygen 1.4.7