#include <AlphaOperation.h>
Public メソッド | |
u64 | operator() (EmulatorUtility::OpEmulationState *opState) const |
AlphaOperation.h の 627 行で定義されています。
u64 Onikiri::AlphaLinux::Operation::AlphaCvtTS< TSrc1 >::operator() | ( | EmulatorUtility::OpEmulationState * | opState | ) | const [inline] |
AlphaOperation.h の 629 行で定義されています。
00630 { 00631 double va = AsFPFunc<double>( TSrc1()(opState) ); 00632 00633 return AsIntFunc<u64>( (double)(float)va ); 00634 }