Searched refs:TWOPI (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | double_const.py | 13 TWOPI = 6.28318530717958648 variable 30 check_ok(TWOPI, TWOPI_str)
|
D | test_random.py | 992 0 <= sample <= random.TWOPI, 1219 self.assertAlmostEqual(random.TWOPI, 6.28318530718)
|
/external/python/cpython2/Lib/test/ |
D | double_const.py | 13 TWOPI = 6.28318530717958648 variable 30 check_ok(TWOPI, TWOPI_str)
|
D | test_random.py | 596 0 <= sample <= random.TWOPI, 609 self.assertAlmostEqual(random.TWOPI, 6.28318530718)
|
/external/python/cpython2/Lib/ |
D | random.py | 59 TWOPI = 2.0*_pi variable 466 return TWOPI * random() 484 theta = (mu + _acos(f)) % TWOPI 486 theta = (mu - _acos(f)) % TWOPI 596 x2pi = random() * TWOPI
|
/external/python/cpython3/Lib/ |
D | random.py | 51 from math import tau as TWOPI, floor as _floor unknown 579 x2pi = random() * TWOPI 631 return TWOPI * random() 649 theta = (mu + _acos(f)) % TWOPI 651 theta = (mu - _acos(f)) % TWOPI
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | cppSimple.vert | 129 #define TWOPI (2.0 * PI) 130 float twoPi = TWOPI;
|
/external/deqp-deps/glslang/Test/ |
D | cppSimple.vert | 129 #define TWOPI (2.0 * PI) 130 float twoPi = TWOPI;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | GraphWriter.cpp | 140 case GraphProgram::TWOPI: in getProgramName()
|
/external/llvm-project/llvm/lib/Support/ |
D | GraphWriter.cpp | 165 case GraphProgram::TWOPI: in getProgramName()
|
/external/llvm/lib/Support/ |
D | GraphWriter.cpp | 127 case GraphProgram::TWOPI: in getProgramName()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | GraphWriter.h | 56 TWOPI, enumerator
|
/external/llvm/include/llvm/Support/ |
D | GraphWriter.h | 47 TWOPI, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GraphWriter.h | 56 TWOPI, enumerator
|