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:rintl
(Results
1 - 20
of
20
) sorted by relevance
/third_party/musl/src/math/x32/
H
A
D
rintl.s
1
.global
rintl
2
.type
rintl
,@function
3
rintl
:
label
/third_party/musl/src/math/x86_64/
H
A
D
rintl.s
1
.global
rintl
2
.type
rintl
,@function
3
rintl
:
label
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
lrintl.c
25
x =
rintl
(x);
in lrintl()
34
return
rintl
(x);
in lrintl()
H
A
D
llrintl.c
25
x =
rintl
(x);
in llrintl()
34
return
rintl
(x);
in llrintl()
H
A
D
rintl.c
4
long double
rintl
(long double x)
in rintl()
function
12
long double
rintl
(long double x)
in rintl()
function
H
A
D
nearbyintl.c
19
x =
rintl
(x);
in nearbyintl()
/third_party/musl/src/math/
H
A
D
llrintl.c
25
x =
rintl
(x);
in llrintl()
34
return
rintl
(x);
in llrintl()
H
A
D
lrintl.c
25
x =
rintl
(x);
in lrintl()
34
return
rintl
(x);
in lrintl()
H
A
D
rintl.c
4
long double
rintl
(long double x)
in rintl()
function
12
long double
rintl
(long double x)
in rintl()
function
H
A
D
nearbyintl.c
19
x =
rintl
(x);
in nearbyintl()
/third_party/musl/src/math/i386/
H
A
D
rintl.c
3
long double
rintl
(long double x)
in rintl()
function
/third_party/musl/src/math/s390x/
H
A
D
rintl.c
5
long double
rintl
(long double x)
in rintl()
function
13
#include "../
rintl
.c"
/third_party/musl/libc-test/src/math/
H
A
D
rintl.c
11
#include "sanity/
rintl
.h"
12
#include "special/
rintl
.h"
32
y =
rintl
(p->x);
in main()
36
printf("%s:%d: bad fp exception: %s
rintl
(%La)=%La, want %s",
in main()
43
printf("%s:%d: %s
rintl
(%La) want %La got %La ulperr %.3f = %a + %a\n",
in main()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
math.h
321
long double
rintl
(long double);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
math.h
321
long double
rintl
(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
math.h
321
long double
rintl
(long double);
/third_party/musl/include/
H
A
D
math.h
321
long double
rintl
(long double);
/third_party/musl/libc-test/src/api/
H
A
D
math.c
199
{long double(*p)(long double) =
rintl
;}
in f()
/third_party/musl/libc-test/src/math/gen/
H
A
D
mplibm.c
199
int mprintl(struct t *t) { return mpl1(t,
rintl
); }
in mprintl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
34297
extern long double
rintl
(long double __x) throw (); extern long double __rintl (long double __x) throw ();
35331
using ::
rintl
;
[all...]
Completed in 29 milliseconds