Lines Matching full:value
24 * This data type represents a phase or angle value and takes advantage
25 * of the circular value range when doing arithmetig with an integer
27 * The phase value range lies within [ - PI, PI [;
28 * The corresponding integer value range is [ MININT, MAXINT + 1 [.
38 /** 8 bit phase value */
41 /** 16 bit phase value */
44 /** 32 bit phase value */
49 /** value PI in a phase16 expression */
52 /** value PI/2 in a phase16 expression */
55 /** value PI/4 in a phase16 expression */
58 /** value PI in a phase8 expression */
61 /** value PI/2 in a phase8 expression */
64 /** value ( 32768 / PI ) in the format 14.1 */
84 * The return value has the format 8.24
93 * The return value has the format 8.24
102 * The return value has the format 2.14
109 * The return value has the format 2.14