Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Ddouble_const.py13 TWOPI = 6.28318530717958648 variable
30 check_ok(TWOPI, TWOPI_str)
H A Dtest_random.py1086 0 <= sample <= random.TWOPI,
1313 self.assertAlmostEqual(random.TWOPI, 6.28318530718)
/third_party/python/Lib/
H A Drandom.py51 from math import tau as TWOPI, floor as _floor, isfinite as _isfinite namespace
596 x2pi = random() * TWOPI
648 return TWOPI * random()
666 theta = (mu + _acos(f)) % TWOPI
668 theta = (mu - _acos(f)) % TWOPI
/third_party/ffmpeg/libavcodec/
H A Datrac3plusdsp.c88 #define TWOPI (2 * M_PI) macro
102 sine_table[i] = sin(TWOPI * i / 2048); in ff_atrac3p_init_dsp_static()
106 hann_window[i] = (1.0f - cos(TWOPI * i / 256.0f)) * 0.5f; in ff_atrac3p_init_dsp_static()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGraphWriter.h56 TWOPI, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DGraphWriter.cpp140 case GraphProgram::TWOPI: in getProgramName()

Completed in 6 milliseconds