Searched defs:_acos (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
H A Drandom.py46 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin namespace
482 theta = (mu + _acos(f)) % TWOPI
484 theta = (mu - _acos(f)) % TWOPI
/external/python/cpython3/Lib/
H A Drandom.py43 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin namespace
490 theta = (mu + _acos(f)) % TWOPI
492 theta = (mu - _acos(f)) % TWOPI
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp3415 builtin_builder::_acos(const glsl_type *type) function in class:builtin_builder

Completed in 143 milliseconds