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