Lines Matching full:atan2
345 function: atan2360 function: atan22006 See also @atan2().3198 instructions. For example, instead of computing <code>(a[i] < b[i]) ? 0.f : @atan2(a[i], b[i])</code>3199 for the corresponding elements of a vector, you could instead use <code>step(a, b) * @atan2(a, b)</code>.