Searched refs:_acos (Results 1 – 3 of 3) sorted by relevance
46 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin unknown484 theta = (mu + _acos(f)) % TWOPI486 theta = (mu - _acos(f)) % TWOPI
50 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin unknown692 theta = (mu + _acos(f)) % TWOPI694 theta = (mu - _acos(f)) % TWOPI
5109 builtin_builder::_acos(const glsl_type *type) in _acos() function in builtin_builder