Searched refs:TWOPI (Results 1 - 11 of 11) sorted by relevance

/external/python/cpython2/Lib/test/
H A Ddouble_const.py13 TWOPI = 6.28318530717958648 variable
30 check_ok(TWOPI, TWOPI_str)
H A Dtest_random.py575 0 <= sample <= random.TWOPI,
588 self.assertAlmostEqual(random.TWOPI, 6.28318530718)
/external/python/cpython3/Lib/test/
H A Ddouble_const.py13 TWOPI = 6.28318530717958648 variable
30 check_ok(TWOPI, TWOPI_str)
H A Dtest_random.py766 0 <= sample <= random.TWOPI,
879 self.assertAlmostEqual(random.TWOPI, 6.28318530718)
/external/swiftshader/third_party/LLVM/lib/Support/
H A DGraphWriter.cpp82 case GraphProgram::TWOPI: args.push_back("-f"); args.push_back("twopi");break;
136 if (program == GraphProgram::TWOPI)
/external/python/cpython2/Lib/
H A Drandom.py59 TWOPI = 2.0*_pi variable
464 return TWOPI * random()
482 theta = (mu + _acos(f)) % TWOPI
484 theta = (mu - _acos(f)) % TWOPI
594 x2pi = random() * TWOPI
/external/python/cpython3/Lib/
H A Drandom.py58 TWOPI = 2.0*_pi variable
472 return TWOPI * random()
490 theta = (mu + _acos(f)) % TWOPI
492 theta = (mu - _acos(f)) % TWOPI
602 x2pi = random() * TWOPI
/external/llvm/lib/Support/
H A DGraphWriter.cpp127 case GraphProgram::TWOPI:
/external/llvm/include/llvm/Support/
H A DGraphWriter.h47 TWOPI, enumerator in enum:llvm::GraphProgram::Name
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DGraphWriter.h44 TWOPI, enumerator in enum:llvm::GraphProgram::Name
/external/swiftshader/third_party/LLVM/
H A Dconfigure746 TWOPI
6374 case $TWOPI in
6376 ac_cv_path_TWOPI="$TWOPI" # Let the user override the test with a path.
6398 TWOPI=$ac_cv_path_TWOPI
6399 if test -n "$TWOPI"; then
6400 { echo "$as_me:$LINENO: result: $TWOPI" >&5
6401 echo "${ECHO_T}$TWOPI" >&6; }
6408 if test "$TWOPI" != "echo twopi" ; then
6415 TWOPI=`echo $TWOPI | se
[all...]

Completed in 1767 milliseconds