/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/x32/ |
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/gstreamer/gstplugins_bad/ext/avtp/ |
D | gstavtpcrfsync.c | 190 (GstClockTime) roundl (current_ts + ceill (((gdouble) h264_time - in gst_avtp_crf_sync_transform_ip() 220 (GstClockTime) roundl (current_ts + ceill ((tstamp - in gst_avtp_crf_sync_transform_ip()
|
/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/boost/libs/qvm/test/ |
D | math_test.cpp | 96 test1<long double>(&boost::qvm::ceil<long double>, &::ceill); in main()
|
/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/glib/glib/gnulib/ |
D | gnulib_math.h.in | 482 # undef ceill 483 # define ceill rpl_ceill macro 485 _GL_FUNCDECL_RPL (ceill, long double, (long double x)); 486 _GL_CXXALIAS_RPL (ceill, long double, (long double x)); 489 # undef ceill 490 _GL_FUNCDECL_SYS (ceill, long double, (long double x)); 492 _GL_CXXALIAS_SYS (ceill, long double, (long double x)); 494 _GL_CXXALIASWARN (ceill); 496 # undef ceill 498 _GL_WARN_ON_USE (ceill, "ceill is unportable - " [all …]
|
/third_party/boost/boost/qvm/ |
D | math.hpp | 101 …e <> BOOST_QVM_INLINE_TRIVIAL long double ceil<long double>( long double x ) { return ::ceill(x); } in ceil()
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 80 {long double(*p)(long double) = ceill;} in f()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 169 long double ceill(long double);
|
/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/boost/libs/numeric/conversion/test/ |
D | converter_test.cpp | 31 inline long double ceil (long double x) { return std::ceill (x); } in ceil()
|
/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/porting/liteos_a/kernel/ |
D | musl.gni | 113 "$MUSLPORTINGDIR/src/math/ceill.c",
|
/third_party/musl/ |
D | libc.map.txt | 411 ceill;
|