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:llrint
(Results
1 - 11
of
11
) sorted by relevance
/third_party/musl/src/math/i386/
H
A
D
llrint.c
3
long long
llrint
(double x)
in llrint()
function
/third_party/musl/src/math/
H
A
D
llrint.c
5
long long
llrint
(double x)
in llrint()
function
/third_party/musl/src/math/x86_64/
H
A
D
llrint.c
3
long long
llrint
(double x)
in llrint()
function
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
llrint.c
5
long long
llrint
(double x)
in llrint()
function
/third_party/musl/src/math/aarch64/
H
A
D
llrint.c
3
long long
llrint
(double x)
in llrint()
function
/third_party/musl/src/math/x32/
H
A
D
llrint.s
3
llrint
:
label
/third_party/ffmpeg/libavutil/
H
A
D
tablegen.h
47
#define
llrint
ff_llrint
macro
H
A
D
libm.h
393
#undef
llrint
macro
394
#define
llrint
(x) ((long long)rint(x))
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
tgmath.h
180
#undef
llrint
macro
243
#define
llrint
(x) __tg_real_nocast(
llrint
, (x))
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
tgmath.h
180
#undef
llrint
macro
243
#define
llrint
(x) __tg_real_nocast(
llrint
, (x))
macro
/third_party/musl/include/
H
A
D
tgmath.h
180
#undef
llrint
macro
243
#define
llrint
(x) __tg_real_nocast(
llrint
, (x))
macro
Completed in 6 milliseconds