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:llrintl
(Results
1 - 14
of
14
) sorted by relevance
/third_party/musl/src/math/x32/
H
A
D
llrintl.s
1
.global
llrintl
2
.type
llrintl
,@function
3
llrintl
:
label
/third_party/musl/src/math/x86_64/
H
A
D
llrintl.s
1
.global
llrintl
2
.type
llrintl
,@function
3
llrintl
:
label
/third_party/musl/src/math/
H
A
D
llrintl.c
7
long long
llrintl
(long double x)
in llrintl()
function
19
long long
llrintl
(long double x)
in llrintl()
function
32
long long
llrintl
(long double x)
in llrintl()
function
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
llrintl.c
7
long long
llrintl
(long double x)
in llrintl()
function
19
long long
llrintl
(long double x)
in llrintl()
function
32
long long
llrintl
(long double x)
in llrintl()
function
/third_party/musl/src/math/i386/
H
A
D
llrintl.c
3
long long
llrintl
(long double x)
in llrintl()
function
/third_party/musl/libc-test/src/math/
H
A
D
llrintl.c
11
#include "sanity/
llrintl
.h"
12
#include "special/
llrintl
.h"
31
yi =
llrintl
(p->x);
in main()
35
printf("%s:%d: bad fp exception: %s
llrintl
(%La)=%lld, want %s",
in main()
41
printf("%s:%d: %s
llrintl
(%La) want %lld got %lld\n",
in main()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
math.h
253
long long
llrintl
(long double);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
math.h
253
long long
llrintl
(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
math.h
253
long long
llrintl
(long double);
/third_party/musl/include/
H
A
D
math.h
253
long long
llrintl
(long double);
/third_party/musl/libc-test/src/api/
H
A
D
math.c
148
{long long(*p)(long double) =
llrintl
;}
in f()
/third_party/musl/libc-test/src/math/gen/
H
A
D
mplibm.c
328
mp_f_i(
llrintl
)
in mp_f_i()
H
A
D
mp.c
791
mp_f_i(
llrintl
)
in mp_f_i()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
34352
extern long long int
llrintl
(long double __x) throw (); extern long long int __llrintl (long double __x) throw ();
35279
using ::
llrintl
;
[all...]
Completed in 35 milliseconds