Searched refs:TWOPI (Results 1 – 7 of 7) sorted by relevance
13 TWOPI = 6.28318530717958648 variable30 check_ok(TWOPI, TWOPI_str)
1079 0 <= sample <= random.TWOPI,1306 self.assertAlmostEqual(random.TWOPI, 6.28318530718)
51 from math import tau as TWOPI, floor as _floor, isfinite as _isfinite unknown622 x2pi = random() * TWOPI674 return TWOPI * random()692 theta = (mu + _acos(f)) % TWOPI694 theta = (mu - _acos(f)) % TWOPI
88 #define TWOPI (2 * M_PI) macro102 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()
129 #define TWOPI (2.0 * PI)130 float twoPi = TWOPI;
140 case GraphProgram::TWOPI: in getProgramName()
56 TWOPI, enumerator