Home
last modified time | relevance | path

Searched refs:ceill (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/src/math/x32/
H A Dfloorl.s15 .global ceill
16 .type ceill,@function
17 ceill: label
/third_party/musl/src/math/x86_64/
H A Dfloorl.s15 .global ceill
16 .type ceill,@function
17 ceill: label
/third_party/musl/src/math/i386/
H A Dfloor.s41 .global ceill
42 .type ceill,@function
43 ceill: label
/third_party/musl/src/math/
H A Dceill.c4 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 Dceill.c4 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 Dceill.c5 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 Dmath_ceil_test.cpp65 * @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 Dceill.c12 #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 Dmath.h169 long double ceill(long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h169 long double ceill(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h169 long double ceill(long double);
/third_party/musl/include/
H A Dmath.h169 long double ceill(long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c80 {long double(*p)(long double) = ceill;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c107 int mpceill(struct t *t) { return mpl1(t, ceill); } in mpceill()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34193 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