Lines Matching full:range
34 \param [in] val3 value for left-shifting val2. Value range [0..31].
52 \param [in] val3 value for right-shifting val2. Value range [1..32].
67 …\param [in] y bit position for saturation, an integral constant expression in the range 1 to …
86 …etails This function enables you to saturate two signed 16-bit values to a selected unsigned range.
88 …\param [in] y bit position for saturation, an integral constant expression in the range 1 to …
108 saturating the results to the 8-bit signed integer range -2^7 <= x <= 2^7 - 1.
115 … The returned results are saturated to the 8-bit signed integer range -2^7 <= x <= 2^7 - 1.
137 saturating the results to the 8-bit unsigned integer range 0 < x < 2^8 - 1.
144 … The returned results are saturated to the 8-bit signed integer range 0 <= x <= 2^8 - 1.
220 saturating the results to the 8-bit signed integer range -2^7 <= x <= 2^7 - 1.
227 … The returned results are saturated to the 8-bit signed integer range -2^7 <= x <= 2^7 - 1.
249 saturating the results to the 8-bit unsigned integer range 0 < x < 2^8 - 1.
256 … The returned results are saturated to the 8-bit unsigned integer range 0 <= x <= 2^8 - 1.
394 saturating the results to the 16-bit signed integer range -2^15 <= x <= 2^15 - 1.
399 … The returned results are saturated to the 16-bit signed integer range -2^15 <= x <= 2^15 - 1.
417 the results to the 16-bit unsigned integer range 0 < x < 2^16 - 1.
422 The results are saturated to the 16-bit unsigned integer range 0 < x < 2^16 - 1.
579 saturating the results to the 16-bit signed integer range -2^15 <= x <= 2^15 - 1.
584 … The returned results are saturated to the 16-bit signed integer range -2^15 <= x <= 2^15 - 1.
602 saturating the results to the 16-bit unsigned integer range 0 < x < 2^16 - 1.
607 … The returned results are saturated to the 16-bit signed integer range -2^15 <= x <= 2^15 - 1.
768 saturating the results to the 16-bit signed integer range -2^15 <= x <= 2^15 - 1.
777 … The returned results are saturated to the 16-bit signed integer range -2^15 <= x <= 2^15 - 1.
796 saturating the results to the 16-bit unsigned integer range 0 <= x <= 2^16 - 1.
805 … The returned results are saturated to the 16-bit unsigned integer range 0 <= x <= 2^16 - 1.
926 saturating the results to the 16-bit signed integer range -2^15 <= x <= 2^15 - 1.
935 … The returned results are saturated to the 16-bit signed integer range -2^15 <= x <= 2^15 - 1.
954 the results to the 16-bit unsigned integer range 0 <= x <= 2^16 - 1.
963 … The returned results are saturated to the 16-bit unsigned integer range 0 <= x <= 2^16 - 1.