Home
last modified time | relevance | path

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

12

/third_party/musl/src/math/x86_64/
Dfloorl.s15 .global ceill symbol
16 .type ceill,@function
17 ceill: label
/third_party/musl/src/math/x32/
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/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcrfsync.c190 (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/
Dceill.c33 y = ceill(p->x); in main()
Dtest_src_math.gni28 "ceill",
/third_party/boost/libs/qvm/test/
Dmath_test.cpp96 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/
DRuntimeLibcalls.def214 HANDLE_LIBCALL(CEIL_F80, "ceill")
215 HANDLE_LIBCALL(CEIL_F128, "ceill")
216 HANDLE_LIBCALL(CEIL_PPCF128, "ceill")
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in482 # 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/
Dmath.hpp101 …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/
Dmath.c80 {long double(*p)(long double) = ceill;} in f()
/third_party/musl/ndk_musl_include/
Dmath.h169 long double ceill(long double);
/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/boost/libs/numeric/conversion/test/
Dconverter_test.cpp31 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/
DTargetLibraryInfo.def574 /// 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/
Dmusl.gni113 "$MUSLPORTINGDIR/src/math/ceill.c",
/third_party/musl/
Dlibc.map.txt411 ceill;

12