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
defs:getComplex
(Results
1 - 1
of
1
) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H
A
D
complexndk.cpp
87
double complex
getComplex
= conj(testComplex);
in Conj()
local
115
float complex
getComplex
= conjf(testComplex);
in ConjF()
local
140
long double complex
getComplex
= conjl(testComplex);
in ConjL()
local
167
double complex
getComplex
in CPow()
local
196
float complex
getComplex
= cpow(testComplex, anotherTestComplex);
CPowF()
local
223
long double complex
getComplex
= cpowl(testComplex, anotherTestComplex);
CPowL()
local
248
double complex
getComplex
= cproj(testComplex);
CProj()
local
276
float complex
getComplex
= cprojf(testComplex);
CProjF()
local
301
long double complex
getComplex
= cprojl(testComplex);
CProjL()
local
326
long double complex
getComplex
= csin(testComplex);
CSin()
local
351
long double complex
getComplex
= csinf(testComplex);
CSinF()
local
376
long double complex
getComplex
= csinl(testComplex);
CSinL()
local
401
long double complex
getComplex
= csinh(testComplex);
CSinH()
local
426
long double complex
getComplex
= csinhf(testComplex);
CSinHf()
local
451
long double complex
getComplex
= csinhl(testComplex);
CSinHl()
local
476
long double complex
getComplex
= csqrt(testComplex);
CSqrt()
local
501
long double complex
getComplex
= csqrtf(testComplex);
CSqrtF()
local
526
long double complex
getComplex
= csqrtl(testComplex);
CSqrtL()
local
551
long double complex
getComplex
= ctan(testComplex);
CTan()
local
576
long double complex
getComplex
= ctanf(testComplex);
CTanF()
local
601
long double complex
getComplex
= ctanl(testComplex);
CTanL()
local
626
long double complex
getComplex
= ctanh(testComplex);
CTanH()
local
651
long double complex
getComplex
= ctanhf(testComplex);
CTanHf()
local
676
long double complex
getComplex
= ctanhl(testComplex);
CTanHl()
local
[all...]
Completed in 5 milliseconds