Searched refs:_acos (Results 1 – 2 of 2) sorted by relevance
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
5138 builtin_builder::_acos(const glsl_type *type) in _acos() function in builtin_builder