Lines Matching full:phase
23 * Phase data type.
24 * This data type represents a phase or angle value and takes advantage
27 * The phase value range lies within [ - PI, PI [;
29 * The phase data type is to be used whereever an angle is needed.
38 /** 8 bit phase value */
41 /** 16 bit phase value */
44 /** 32 bit phase value */
83 * Computes sine of a phase
92 * Computes cosine of a phase
101 * Computes sine of a phase
108 * Computes cosine of a phase
123 * Computes phase from a 2d vector as angle enclosed between vector and (0,0).