ppevvmath.h | 177 fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1); local in function:fDecodeLinearFuse 181 f_decoded_value = fDivide(f_fuse_value, f_bit_max_value); 192 fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1); local in function:fDecodeLogisticFuse 199 f_decoded_value = fSubtract(fDivide(f_bit_max_value, f_fuse_value), f_CONSTANT1); 210 fInt f_bit_max_value = Convert_ULONG_ToFraction((uPow(2, bitlength)) - 1); local in function:fDecodeLeakageID 213 fLeakage = fDivide(fLeakage, f_bit_max_value);
|