Home
last modified time | relevance | path

Searched refs:_acos (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Drandom.py50 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin unknown
692 theta = (mu + _acos(f)) % TWOPI
694 theta = (mu - _acos(f)) % TWOPI
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5138 builtin_builder::_acos(const glsl_type *type) in _acos() function in builtin_builder