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:ceill
(Results
1 - 15
of
15
) sorted by relevance
/third_party/musl/src/math/x32/
H
A
D
floorl.s
15
.global
ceill
16
.type
ceill
,@function
17
ceill
:
label
/third_party/musl/src/math/x86_64/
H
A
D
floorl.s
15
.global
ceill
16
.type
ceill
,@function
17
ceill
:
label
/third_party/musl/src/math/i386/
H
A
D
floor.s
41
.global
ceill
42
.type
ceill
,@function
43
ceill
:
label
/third_party/musl/src/math/
H
A
D
ceill.c
4
long double
ceill
(long double x)
in ceill()
function
12
long double
ceill
(long double x)
in ceill()
function
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
ceill.c
4
long double
ceill
(long double x)
in ceill()
function
12
long double
ceill
(long double x)
in ceill()
function
/third_party/musl/src/math/s390x/
H
A
D
ceill.c
5
long double
ceill
(long double x)
in ceill()
function
13
#include "../
ceill
.c"
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H
A
D
math_ceil_test.cpp
65
* @tc.desc: When the parameter of
ceill
is valid, test the return value of the function.
70
EXPECT_DOUBLE_EQ(1.0L,
ceill
(0.8L));
in HWTEST_F()
/third_party/musl/libc-test/src/math/
H
A
D
ceill.c
12
#include "sanity/
ceill
.h"
13
#include "special/
ceill
.h"
33
y =
ceill
(p->x);
in main()
37
printf("%s:%d: bad fp exception: %s
ceill
(%La)=%La, want %s",
in main()
44
printf("%s:%d: %s
ceill
(%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
169
long double
ceill
(long double);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
math.h
169
long double
ceill
(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
math.h
169
long double
ceill
(long double);
/third_party/musl/include/
H
A
D
math.h
169
long double
ceill
(long double);
/third_party/musl/libc-test/src/api/
H
A
D
math.c
80
{long double(*p)(long double) =
ceill
;}
in f()
/third_party/musl/libc-test/src/math/gen/
H
A
D
mplibm.c
107
int mpceill(struct t *t) { return mpl1(t,
ceill
); }
in mpceill()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
34193
extern long double
ceill
(long double __x) throw () __attribute__ ((__const__)); extern long double __ceill (long double __x) throw () __attribute__ ((__const__));
[all...]
Completed in 29 milliseconds