Home
last modified time | relevance | path

Searched defs:ceil (Results 1 – 25 of 55) sorted by relevance

123

/third_party/musl/src/math/i386/
Dfloor.s27 .global ceil symbol
29 ceil: label
/third_party/musl/src/math/aarch64/
Dceil.c3 double ceil(double x) in ceil() function
/third_party/musl/src/math/powerpc64/
Dceil.c5 double ceil(double x) in ceil() function
/third_party/musl/src/math/s390x/
Dceil.c5 double ceil(double x) in ceil() function
/third_party/boost/boost/chrono/
Dceil.hpp25 To ceil(const duration<Rep, Period>& d) in ceil() function
/third_party/jerryscript/jerry-libm/
Dceil.c43 ceil (double x) in ceil() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dceil.c10 double ceil(double x) in ceil() function
/third_party/musl/src/math/
Dceil.c10 double ceil(double x) in ceil() function
/third_party/flutter/skia/experimental/xps_to_png/
Dxps_to_png.cs22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } in ceil() method in Program
/third_party/skia/experimental/xps_to_png/
Dxps_to_png.cs22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } in ceil() method in Program
/third_party/boost/libs/numeric/conversion/test/
Dtest_helpers.cpp65 inline MyInt ceil ( MyInt const& x ) { return x ; } in ceil() function
77 inline MyFloat ceil ( MyFloat const& x ) in ceil() function
Dconverter_test.cpp29 inline float ceil (float x) { return std::ceil ( static_cast<double>(x)); } in ceil() function
31 inline long double ceil (long double x) { return std::ceill (x); } in ceil() function
Dudt_example_0.cpp109 Double ceil ( Double v ) { return Double(std::ceil (v.mV)) ; } in ceil() function
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_ceil.cc36 auto ceil = std::make_shared<Ceil>(); in TEST_F() local
/third_party/libnl/python/netlink/route/qdisc/
Dhtb.py65 def ceil(self): member in HTBClass
70 def ceil(self, value): member in HTBClass
/third_party/boost/boost/qvm/
Dmath.hpp57 template <> BOOST_QVM_INLINE_TRIVIAL float ceil<float>( float x ) { return ::ceilf(x); } in ceil() function
79 template <> BOOST_QVM_INLINE_TRIVIAL double ceil<double>( double x ) { return ::ceil(x); } in ceil() function
101 …template <> BOOST_QVM_INLINE_TRIVIAL long double ceil<long double>( long double x ) { return ::cei… in ceil() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.hpp150 tcu::Vector<float, Size> ceil (const tcu::Vector<float, Size>& v) in ceil() function
/third_party/libnl/tests/
Dtest-complex-HTB-with-hash-filters.c335 uint64_t rate, uint64_t ceil, in class_add_HTB()
395 uint64_t rate, uint64_t ceil, in class_add_HTB_root()
/third_party/ffmpeg/libavfilter/
Daf_aexciter.c45 double ceil; member
83 double ceil) in set_params()
/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h176 static inline __device__ float ceil(float a) { return __builtin_ceilf(a); } in ceil() function
177 static inline __device__ double ceil(double a) { return __builtin_ceil(a); } in ceil() function
/third_party/boost/libs/icl/example/large_bitset_/
Dlarge_bitset.hpp174 ceil = icl::last (operand) >> shift; // icl::last (operand) / divisor in segment_apply() local
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in469 # define ceil rpl_ceil macro
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp604 Int ceil = -d >> 31; // Ceiling division: remainder <= 0 in edge() local
/third_party/libnl/lib/route/qdisc/
Dhtb.c524 int rtnl_htb_set_ceil(struct rtnl_class *class, uint32_t ceil) in rtnl_htb_set_ceil()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp596 Int ceil = -d >> 31; // Ceiling division: remainder <= 0 in edge() local

123