Home
last modified time | relevance | path

Searched refs:ceill (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/src/math/x32/
Dfloorl.s15 .global ceill symbol
16 .type ceill,@function
17 ceill: label
/third_party/musl/src/math/x86_64/
Dfloorl.s15 .global ceill symbol
16 .type ceill,@function
17 ceill: label
/third_party/musl/src/math/i386/
Dfloor.s41 .global ceill symbol
42 .type ceill,@function
43 ceill: label
/third_party/musl/porting/liteos_a/kernel/src/math/
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/
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/
Dceill.c5 long double ceill(long double x) in ceill() function
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_ceil_test.cpp70 EXPECT_DOUBLE_EQ(1.0L, ceill(0.8L));
/third_party/musl/libc-test/src/math/
Dceill.c33 y = ceill(p->x); in main()
Dtest_src_math.gni28 "ceill",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def214 HANDLE_LIBCALL(CEIL_F80, "ceill")
215 HANDLE_LIBCALL(CEIL_F128, "ceill")
216 HANDLE_LIBCALL(CEIL_PPCF128, "ceill")
/third_party/musl/libc-test/src/api/
Dmath.c80 {long double(*p)(long double) = ceill;} in f()
/third_party/musl/include/
Dmath.h169 long double ceill(long double);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h169 long double ceill(long double);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h169 long double ceill(long double);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h169 long double ceill(long double);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h39 T(ceill, l_l)
Dmplibm.c107 int mpceill(struct t *t) { return mpl1(t, ceill); } in mpceill()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def574 /// long double ceill(long double x);
575 TLI_DEFINE_ENUM_INTERNAL(ceill)
576 TLI_DEFINE_STRING_INTERNAL("ceill")
/third_party/musl/
Dlibc.map.txt427 ceill;
Dmusl_src.gni199 "src/math/x86_64/ceill.s",
637 "src/math/ceill.c",
1714 "src/math/ceill.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni114 "$MUSLPORTINGDIR/src/math/ceill.c",
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-libaaudio.so.abi1124 …<function-decl name='ceill' filepath='bionic/libc/include/math.h' line='223' column='1' visibility…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34193 extern long double ceill (long double __x) throw () __attribute__ ((__const__)); extern long double…