/third_party/musl/src/math/x32/ |
D | floorl.s | 15 .global ceill symbol 16 .type ceill,@function 17 ceill: label
|
/third_party/musl/src/math/x86_64/ |
D | floorl.s | 15 .global ceill symbol 16 .type ceill,@function 17 ceill: label
|
/third_party/musl/src/math/i386/ |
D | floor.s | 41 .global ceill symbol 42 .type ceill,@function 43 ceill: label
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
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/ |
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/ |
D | ceill.c | 5 long double ceill(long double x) in ceill() function
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
D | math_ceil_test.cpp | 70 EXPECT_DOUBLE_EQ(1.0L, ceill(0.8L));
|
/third_party/musl/libc-test/src/math/ |
D | ceill.c | 33 y = ceill(p->x); in main()
|
D | test_src_math.gni | 28 "ceill",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 214 HANDLE_LIBCALL(CEIL_F80, "ceill") 215 HANDLE_LIBCALL(CEIL_F128, "ceill") 216 HANDLE_LIBCALL(CEIL_PPCF128, "ceill")
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 80 {long double(*p)(long double) = ceill;} in f()
|
/third_party/musl/include/ |
D | math.h | 169 long double ceill(long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 169 long double ceill(long double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 169 long double ceill(long double);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 169 long double ceill(long double);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 39 T(ceill, l_l)
|
D | mplibm.c | 107 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/ |
D | TargetLibraryInfo.def | 574 /// long double ceill(long double x); 575 TLI_DEFINE_ENUM_INTERNAL(ceill) 576 TLI_DEFINE_STRING_INTERNAL("ceill")
|
/third_party/musl/ |
D | libc.map.txt | 427 ceill;
|
D | musl_src.gni | 199 "src/math/x86_64/ceill.s", 637 "src/math/ceill.c", 1714 "src/math/ceill.c",
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 114 "$MUSLPORTINGDIR/src/math/ceill.c",
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test-libaaudio.so.abi | 1124 …<function-decl name='ceill' filepath='bionic/libc/include/math.h' line='223' column='1' visibility…
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 34193 extern long double ceill (long double __x) throw () __attribute__ ((__const__)); extern long double…
|