#include <GenericOperation.h>
Public メソッド | |
Type | operator() (OpEmulationState *opState) |
GenericOperation.h の 465 行で定義されています。
Type Onikiri::EmulatorUtility::Operation::CastFP< Type, TValue, RoundMode >::operator() | ( | OpEmulationState * | opState | ) | [inline] |
GenericOperation.h の 467 行で定義されています。
参照先 Type.
00468 { 00469 Onikiri::ScopedFESetRound sr( RoundMode()(opState) ); 00470 volatile Type rvalue = static_cast<Type>( TValue()(opState) ); 00471 return rvalue; 00472 }