이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
고정소수점 연산자 대체
코드 대체 툴 또는 프로그래밍 인터페이스를 사용하여 고정소수점 연산(왼쪽 시프트 연산 및 이진 소수점이나 순 기울기 등 다양한 유형의 스케일링 포함)에 대한 코드 대체 매핑을 정의합니다.
툴
함수
도움말 항목
- Fixed-Point Operator Code Replacement
Define code replacement mappings for fixed-point operators.
- Binary-Point-Only Scaling Code Replacement
Define code replacement mappings for operations on fixed-point data types so that they match a binary-point-only scaling combination on operator inputs and output.
- Slope Bias Scaling Code Replacement
Define code replacement mappings for operations on fixed-point data types as matching a slope bias scaling combination on the operator inputs and output.
- Net Slope Scaling Code Replacement
Define a code replacement mapping for operations on fixed-point data types as matching net slope between operator inputs and output.
- Equal Slope and Zero Net Bias Code Replacement
Define code replacement mappings for addition and subtraction of fixed-point data types so that they match relative slope and bias values (equal slope and zero net bias) across operator inputs and output.
- Data Type Conversions (Casts) and Operator Code Replacement
Define code replacement mappings for code that the code generator produces for data type conversion (cast) operations.
- Shift Left Operations and Code Replacement
Define code replacement mappings for code that the code generator produces for shift (<<) operations.