OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TWOPI
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
double_const.py
13
TWOPI
= 6.28318530717958648
30
check_ok(
TWOPI
, TWOPI_str)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
double_const.py
13
TWOPI
= 6.28318530717958648
30
check_ok(
TWOPI
, TWOPI_str)
/external/llvm/include/llvm/Support/
GraphWriter.h
48
TWOPI
,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py
59
TWOPI
= 2.0*_pi
458
return
TWOPI
* random()
476
theta = (mu + _acos(f)) %
TWOPI
478
theta = (mu - _acos(f)) %
TWOPI
588
x2pi = random() *
TWOPI
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py
59
TWOPI
= 2.0*_pi
458
return
TWOPI
* random()
476
theta = (mu + _acos(f)) %
TWOPI
478
theta = (mu - _acos(f)) %
TWOPI
588
x2pi = random() *
TWOPI
Completed in 1223 milliseconds