/third_party/musl/src/math/i386/ |
D | floor.s | 27 .global ceil symbol 29 ceil: label
|
/third_party/musl/src/math/aarch64/ |
D | ceil.c | 3 double ceil(double x) in ceil() function
|
/third_party/musl/src/math/powerpc64/ |
D | ceil.c | 5 double ceil(double x) in ceil() function
|
/third_party/musl/src/math/s390x/ |
D | ceil.c | 5 double ceil(double x) in ceil() function
|
/third_party/boost/boost/chrono/ |
D | ceil.hpp | 25 To ceil(const duration<Rep, Period>& d) in ceil() function
|
/third_party/jerryscript/jerry-libm/ |
D | ceil.c | 43 ceil (double x) in ceil() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | ceil.c | 10 double ceil(double x) in ceil() function
|
/third_party/musl/src/math/ |
D | ceil.c | 10 double ceil(double x) in ceil() function
|
/third_party/flutter/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } in ceil() method in Program
|
/third_party/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } in ceil() method in Program
|
/third_party/boost/libs/numeric/conversion/test/ |
D | test_helpers.cpp | 65 inline MyInt ceil ( MyInt const& x ) { return x ; } in ceil() function 77 inline MyFloat ceil ( MyFloat const& x ) in ceil() function
|
D | converter_test.cpp | 29 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
|
D | udt_example_0.cpp | 109 Double ceil ( Double v ) { return Double(std::ceil (v.mV)) ; } in ceil() function
|
/third_party/mindspore/tests/ut/cpp/ops/ |
D | test_ops_ceil.cc | 36 auto ceil = std::make_shared<Ceil>(); in TEST_F() local
|
/third_party/libnl/python/netlink/route/qdisc/ |
D | htb.py | 65 def ceil(self): member in HTBClass 70 def ceil(self, value): member in HTBClass
|
/third_party/boost/boost/qvm/ |
D | math.hpp | 57 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/ |
D | vktSampleVerifierUtil.hpp | 150 tcu::Vector<float, Size> ceil (const tcu::Vector<float, Size>& v) in ceil() function
|
/third_party/libnl/tests/ |
D | test-complex-HTB-with-hash-filters.c | 335 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/ |
D | af_aexciter.c | 45 double ceil; member 83 double ceil) in set_params()
|
/third_party/ffmpeg/compat/cuda/ |
D | cuda_runtime.h | 176 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_/ |
D | large_bitset.hpp | 174 ceil = icl::last (operand) >> shift; // icl::last (operand) / divisor in segment_apply() local
|
/third_party/glib/glib/gnulib/ |
D | gnulib_math.h.in | 469 # define ceil rpl_ceil macro
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SetupRoutine.cpp | 604 Int ceil = -d >> 31; // Ceiling division: remainder <= 0 in edge() local
|
/third_party/libnl/lib/route/qdisc/ |
D | htb.c | 524 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/ |
D | SetupRoutine.cpp | 596 Int ceil = -d >> 31; // Ceiling division: remainder <= 0 in edge() local
|