Home
last modified time | relevance | path

Searched refs:TWOPI (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/
Ddouble_const.py13 TWOPI = 6.28318530717958648 variable
30 check_ok(TWOPI, TWOPI_str)
Dtest_random.py1079 0 <= sample <= random.TWOPI,
1306 self.assertAlmostEqual(random.TWOPI, 6.28318530718)
/third_party/python/Lib/
Drandom.py51 from math import tau as TWOPI, floor as _floor, isfinite as _isfinite unknown
622 x2pi = random() * TWOPI
674 return TWOPI * random()
692 theta = (mu + _acos(f)) % TWOPI
694 theta = (mu - _acos(f)) % TWOPI
/third_party/ffmpeg/libavcodec/
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/glslang/Test/
DcppSimple.vert129 #define TWOPI (2.0 * PI)
130 float twoPi = TWOPI;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DGraphWriter.cpp140 case GraphProgram::TWOPI: in getProgramName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGraphWriter.h56 TWOPI, enumerator