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:M_PIl
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/testcases/misc/math/float/trigo/
H
A
D
gentan.c
38
#define
M_PIl
3.1415926535897932384626433832795029L
macro
51
Inc = (2 *
M_PIl
) / nbVal; /* condering a period of 2 pi rad */
in create_Result_file()
54
if ((Inc * i) != (
M_PIl
/ 2))
in create_Result_file()
85
Inc = (2 *
M_PIl
) / nbVal; /* condering a period of 2 pi rad */
in create_Data_file()
88
if ((Inc * i) != (
M_PIl
/ 2))
in create_Data_file()
H
A
D
genatan2.c
38
#define
M_PIl
3.1415926535897932384626433832795029L
macro
51
Inc = (2 *
M_PIl
) / nbVal;
in create_Result_file()
82
Inc = (2 *
M_PIl
) / nbVal;
in create_Data_file()
H
A
D
gencos.c
38
#define
M_PIl
3.1415926535897932384626433832795029L
macro
51
Inc = (2 *
M_PIl
) / nbVal; /* condering a period of 2 pi rad */
in create_Result_file()
81
Inc = (2 *
M_PIl
) / nbVal; /* condering a period of 2 pi rad */
in create_Data_file()
H
A
D
gensin.c
38
#define
M_PIl
3.1415926535897932384626433832795029L
macro
51
Inc = (2 *
M_PIl
) / nbVal; /* condering a period of 2 pi rad */
in create_Result_file()
81
Inc = (2 *
M_PIl
) / nbVal; /* condering a period of 2 pi rad */
in create_Data_file()
H
A
D
gentrigo.c
40
#define
M_PIl
3.1415926535897932384626433832795029L L
macro
H
A
D
genatan.c
38
#define
M_PIl
3.1415926535897932384626433832795029L
macro
H
A
D
genasin.c
38
#define
M_PIl
3.1415926535897932384626433832795029L
macro
H
A
D
genacos.c
38
#define
M_PIl
3.1415926535897932384626433832795029L
macro
/third_party/ltp/testcases/misc/math/float/exp_log/
H
A
D
genhypot.c
38
#define
M_PIl
3.1415926535897932384626433832795029L
macro
51
Inc = (2 *
M_PIl
) / nbVal;
in create_Result_file()
81
Inc = (2 *
M_PIl
) / nbVal;
in create_Data_file()
Completed in 3 milliseconds