后规格化 meaning in Chinese
post normalization
postnormalization
Examples
- According to the task and delay information of the floating - point unit , it was implemented with three - stage pipeline , including pre - normalization stage , calculation stage and post - normalization stage . approximately , the delay of each stage is equal with each other . also , floating - addition , floating - subtraction and floating - multiplication can been implemented by the floating - point unit
根据浮点单元承担的任务及延迟信息,采用三级流线实现:前规格化级( pre - normalizationstage ) 、计算级( calculationstage ) 、后规格化级( post - normalizationstage ) ,每一级的工作量和延迟近似相等。 - The algorithm and its implementation of the leading zero anticipation are very vital for the performance of a high - speed floating - point adder in today s state of art microprocessor design . unfortunately , in predicting " shift amount " by a conventional lza design , the result could be off by one position . this paper presents a novel parallel error detection algorithm for a general - case lza
目前国际上已有很多算法对前导0预测算法进行了研究,但是出于设计方法和延迟等方面的限制,大部分前导0预测算法都为非精确算法,其预测结果可能与真实加法结果中前导0的个数产生一位的误差,这个误差需要在浮点加法的后规格化过程中进行修正,因此反过来又增加了浮点加减算法的关键路径延迟。