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:truncl
(Results
1 - 14
of
14
) sorted by relevance
/third_party/musl/src/math/x32/
H
A
D
floorl.s
22
.global
truncl
23
.type
truncl
,@function
24
truncl
:
label
/third_party/musl/src/math/x86_64/
H
A
D
floorl.s
22
.global
truncl
23
.type
truncl
,@function
24
truncl
:
label
/third_party/musl/src/math/i386/
H
A
D
floor.s
62
.global
truncl
63
.type
truncl
,@function
64
truncl
:
label
/third_party/musl/src/math/
H
A
D
truncl.c
4
long double
truncl
(long double x)
in truncl()
function
12
long double
truncl
(long double x)
in truncl()
function
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
truncl.c
4
long double
truncl
(long double x)
in truncl()
function
12
long double
truncl
(long double x)
in truncl()
function
/third_party/musl/src/math/s390x/
H
A
D
truncl.c
5
long double
truncl
(long double x)
in truncl()
function
13
#include "../
truncl
.c"
/third_party/musl/libc-test/src/math/
H
A
D
truncl.c
11
#include "sanity/
truncl
.h"
12
#include "special/
truncl
.h"
32
y =
truncl
(p->x);
in main()
36
printf("%s:%d: bad fp exception: %s
truncl
(%La)=%La, want %s",
in main()
43
printf("%s:%d: %s
truncl
(%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
361
long double
truncl
(long double);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
math.h
361
long double
truncl
(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
math.h
361
long double
truncl
(long double);
/third_party/musl/include/
H
A
D
math.h
361
long double
truncl
(long double);
/third_party/musl/libc-test/src/api/
H
A
D
math.c
229
{long double(*p)(long double) =
truncl
;}
in f()
/third_party/musl/libc-test/src/math/gen/
H
A
D
mplibm.c
223
int mptruncl(struct t *t) { return mpl1(t,
truncl
); }
in mptruncl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
34338
extern long double
truncl
(long double __x) throw () __attribute__ ((__const__)); extern long double __truncl (long double __x) throw () __attribute__ ((__const__));
35351
using ::
truncl
;
[all...]
Completed in 28 milliseconds