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:floorl
(Results
1 - 25
of
26
) sorted by relevance
1
2
/third_party/musl/src/math/x32/
H
A
D
floorl.s
1
.global
floorl
2
.type
floorl
,@function
3
floorl
:
label
/third_party/musl/src/math/x86_64/
H
A
D
floorl.s
1
.global
floorl
2
.type
floorl
,@function
3
floorl
:
label
/third_party/musl/src/math/i386/
H
A
D
floor.s
7
.global
floorl
8
.type
floorl
,@function
9
floorl
:
label
/third_party/musl/src/math/
H
A
D
floorl.c
4
long double
floorl
(long double x)
in floorl()
function
12
long double
floorl
(long double x)
in floorl()
function
H
A
D
powl.c
247
w =
floorl
(y);
in powl()
258
ya =
floorl
(0.5 * ya);
in powl()
298
if (iyflg &&
floorl
(x) == x && fabsl(y) < 32768.0) {
in powl()
424
t =
floorl
(t);
in reducl()
H
A
D
tgammal.c
215
p =
floorl
(q);
in tgammal()
230
if (0.5 * p ==
floorl
(q * 0.5))
in tgammal()
H
A
D
expl.c
108
px =
floorl
(LOG2E * x + 0.5);
in expl()
H
A
D
expm1l.c
98
px =
floorl
(0.5 + x / xx);
in expm1l()
H
A
D
lgammal.c
207
x = 2.0*(x -
floorl
(x)); /* x mod 2.0 */
in sin_pi()
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
floorl.c
4
long double
floorl
(long double x)
in floorl()
function
12
long double
floorl
(long double x)
in floorl()
function
H
A
D
powl.c
239
w =
floorl
(y);
in powl()
250
ya =
floorl
(0.5 * ya);
in powl()
290
if (iyflg &&
floorl
(x) == x && fabsl(y) < 32768.0) {
in powl()
416
t =
floorl
(t);
in reducl()
H
A
D
tgammal.c
215
p =
floorl
(q);
in tgammal()
230
if (0.5 * p ==
floorl
(q * 0.5))
in tgammal()
H
A
D
expl.c
108
px =
floorl
(LOG2E * x + 0.5);
in expl()
H
A
D
expm1l.c
98
px =
floorl
(0.5 + x / xx);
in expm1l()
H
A
D
lgammal.c
207
x = 2.0*(x -
floorl
(x)); /* x mod 2.0 */
in sin_pi()
/third_party/musl/src/math/s390x/
H
A
D
floorl.c
5
long double
floorl
(long double x)
in floorl()
function
13
#include "../
floorl
.c"
/third_party/musl/libc-test/src/math/
H
A
D
floorl.c
12
#include "sanity/
floorl
.h"
13
#include "special/
floorl
.h"
33
y =
floorl
(p->x);
in main()
37
printf("%s:%d: bad fp exception: %s
floorl
(%La)=%La, want %s",
in main()
44
printf("%s:%d: %s
floorl
(%La) want %La got %La ulperr %.3f = %a + %a\n",
in main()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H
A
D
math_floor_test.cpp
65
* @tc.desc: When the parameter of
floorl
is valid, test the return value of the function.
70
EXPECT_DOUBLE_EQ(2.0L,
floorl
(2.2L));
in HWTEST_F()
/third_party/FreeBSD/lib/msun/ld128/
H
A
D
e_powl.c
197
if (
floorl
(y) == y)
in powl()
200
if (
floorl
(z) == z)
in powl()
410
n =
floorl
(z + 0.5L);
in powl()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
math.h
213
long double
floorl
(long double);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
math.h
213
long double
floorl
(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
math.h
213
long double
floorl
(long double);
/third_party/musl/include/
H
A
D
math.h
213
long double
floorl
(long double);
/third_party/musl/libc-test/src/api/
H
A
D
math.c
113
{long double(*p)(long double) =
floorl
;}
in f()
/third_party/musl/libc-test/src/math/gen/
H
A
D
mplibm.c
140
int mpfloorl(struct t *t) { return mpl1(t,
floorl
); }
in mpfloorl()
Completed in 13 milliseconds
1
2