Searched refs:TWOPI (Results 1 – 15 of 15) sorted by relevance
/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/cpython3/Lib/test/ |
D | double_const.py | 13 TWOPI = 6.28318530717958648 variable 30 check_ok(TWOPI, TWOPI_str)
|
D | test_random.py | 827 0 <= sample <= random.TWOPI, 940 self.assertAlmostEqual(random.TWOPI, 6.28318530718)
|
/external/python/cpython3/Lib/ |
D | random.py | 59 TWOPI = 2.0*_pi variable 478 return TWOPI * random() 496 theta = (mu + _acos(f)) % TWOPI 498 theta = (mu - _acos(f)) % TWOPI 608 x2pi = random() * TWOPI
|
/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/swiftshader/third_party/LLVM/lib/Support/ |
D | GraphWriter.cpp | 82 case GraphProgram::TWOPI: args.push_back("-f"); args.push_back("twopi");break; in DisplayGraph() 136 if (program == GraphProgram::TWOPI) in DisplayGraph()
|
/external/deqp-deps/glslang/Test/ |
D | cppSimple.vert | 129 #define TWOPI (2.0 * PI) 130 float twoPi = TWOPI;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | GraphWriter.cpp | 141 case GraphProgram::TWOPI: in getProgramName()
|
/external/llvm/lib/Support/ |
D | GraphWriter.cpp | 127 case GraphProgram::TWOPI: in getProgramName()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | GraphWriter.h | 44 TWOPI, enumerator
|
/external/llvm/include/llvm/Support/ |
D | GraphWriter.h | 47 TWOPI, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | GraphWriter.h | 56 TWOPI, enumerator
|
/external/swiftshader/third_party/LLVM/autoconf/ |
D | configure.ac | 943 AC_PATH_PROG(TWOPI, [twopi], [echo twopi]) 944 if test "$TWOPI" != "echo twopi" ; then 948 TWOPI=`echo $TWOPI | sed 's/^\/\([[A-Za-z]]\)\//\1:\//' ` 950 AC_DEFINE_UNQUOTED([LLVM_PATH_TWOPI],"$TWOPI${EXEEXT}",
|
/external/swiftshader/third_party/LLVM/ |
D | configure | 746 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 | sed 's/^\/\([A-Za-z]\)\//\1:\//' ` 19867 TWOPI!$TWOPI$ac_delim
|