Coder Assumptions for 'Abstandsensor'

List of assumptions that you can check and expected results for selected target environment. For more information see, Verification of Code Generation Assumptions.

C Language Configuration for Atmel->AVR Target Hardware

BitPerChar 8
BitPerShort 16
BitPerInt 16
BitPerLong 32
BitPerFloat 32
BitPerDouble 64
BitPerPointer 16
BitPerSizeT 16
BitPerPtrDiffT 16

Endianness LittleEndian
Shift right for signed integer is arithmetic shift. True
Signed integer division rounds to Zero

Floating-Point Numbers

Code generation is configured to support floating-point numbers. Target environment might perform subnormal number calculations.

Flush-to-zero computed subnormal values (FTZ). False
Flush-to-zero incoming subnormal values (DAZ). False

If assumptions are not correct, subnormal numbers might cause mismatches between model and generated code simulation results. For more information see, Subnormal Number Performance.