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:carg
(Results
1 - 15
of
15
) sorted by relevance
/third_party/musl/libc-test/src/api/
H
A
D
tgmath.c
41
#ifdef
carg
in f()
42
{double r =
carg
(x);}
in f()
44
#error no
carg
(x)
in f()
H
A
D
complex.c
19
{double(*p)(double complex) =
carg
;}
in f()
/third_party/musl/src/complex/
H
A
D
carg.c
3
double
carg
(double complex z)
in carg()
function
H
A
D
cargl.c
6
return
carg
(z);
in cargl()
H
A
D
clog.c
12
phi =
carg
(z);
in clog()
/third_party/python/Modules/_ctypes/
H
A
D
callproc.c
655
PyCArgObject *
carg
;
in ConvParam()
local
658
carg
= dict->paramfunc((CDataObject *)obj);
in ConvParam()
659
if (
carg
== NULL)
in ConvParam()
661
pa->ffi_type =
carg
->pffi_type;
in ConvParam()
662
memcpy(&pa->value, &
carg
->value, sizeof(pa->value));
in ConvParam()
663
pa->keep = (PyObject *)
carg
;
in ConvParam()
668
PyCArgObject *
carg
= (PyCArgObject *)obj;
in ConvParam()
local
669
pa->ffi_type =
carg
->pffi_type;
in ConvParam()
672
memcpy(&pa->value, &
carg
->value, sizeof(pa->value));
in ConvParam()
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
tgmath.h
153
#undef
carg
macro
216
#define
carg
(x) __tg_complex_retreal(
carg
, (x))
macro
H
A
D
complex.h
84
double
carg
(double complex);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
tgmath.h
153
#undef
carg
macro
216
#define
carg
(x) __tg_complex_retreal(
carg
, (x))
macro
H
A
D
complex.h
84
double
carg
(double complex);
/third_party/musl/include/
H
A
D
tgmath.h
153
#undef
carg
macro
216
#define
carg
(x) __tg_complex_retreal(
carg
, (x))
macro
H
A
D
complex.h
84
double
carg
(double complex);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
complex.h
84
double
carg
(double complex);
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H
A
D
complex_test.cpp
119
* @tc.desc: Test whether the
carg
result is 0.0 when the parameter is 0.
124
EXPECT_EQ(0.0,
carg
(0));
in HWTEST_F()
/third_party/mksh/
H
A
D
lex.c
119
#define o_getsc_r(
carg
) \
120
int cev = (
carg
); \
Completed in 10 milliseconds