Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:TWOPI
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
double_const.py
13
TWOPI
= 6.28318530717958648
variable
30
check_ok(
TWOPI
, TWOPI_str)
H
A
D
test_random.py
1086
0 <= sample <= random.
TWOPI
,
1313
self.assertAlmostEqual(random.
TWOPI
, 6.28318530718)
/third_party/python/Lib/
H
A
D
random.py
51
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
D
atrac3plusdsp.c
88
#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
D
GraphWriter.h
56
TWOPI
,
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
GraphWriter.cpp
140
case GraphProgram::
TWOPI
:
in getProgramName()
Completed in 6 milliseconds