Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds