Home
last modified time | relevance | path

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

1234

/external/armnn/src/backends/reference/workloads/
DCeil.hpp13 struct ceil struct
15 typedef T result_type;
16 typedef T argument_type;
19 operator () (const T& inputData) const in operator ()()
/external/musl/src/math/i386/
Dfloor.s27 .global ceil symbol
29 ceil: label
/external/trusty/musl/src/math/i386/
Dfloor.s27 .global ceil symbol
29 ceil: label
/external/jemalloc_new/test/unit/
Dextent_quantize.c60 size_t lextent_size, extent_size, floor, ceil; in TEST_BEGIN() local
109 size_t extent_size, floor, ceil; in TEST_BEGIN() local
/external/cronet/third_party/libc++/src/include/__math/
Drounding_functions.h29 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT { return __built… in ceil() function
32 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() function
36 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT { in ceil() function
41 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double ceil(_A1 __x) _NOEXCEPT { in ceil() function
/external/musl/src/math/powerpc64/
Dceil.c5 double ceil(double x) in ceil() function
/external/trusty/musl/src/math/s390x/
Dceil.c5 double ceil(double x) in ceil() function
/external/trusty/musl/src/math/powerpc64/
Dceil.c5 double ceil(double x) in ceil() function
/external/musl/src/math/aarch64/
Dceil.c3 double ceil(double x) in ceil() function
/external/trusty/musl/src/math/aarch64/
Dceil.c3 double ceil(double x) in ceil() function
/external/musl/src/math/s390x/
Dceil.c5 double ceil(double x) in ceil() function
/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/
Dceil.hpp25 To ceil(const duration<Rep, Period>& d) in ceil() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_fusion_test.cc99 auto ceil = builder.AddInstruction( in TEST_F() local
149 auto ceil = builder.AddInstruction( in TEST_F() local
246 auto ceil = builder.AddInstruction( in TEST_F() local
/external/sdv/vsomeip/third_party/boost/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
/external/musl/src/math/
Dceil.c10 double ceil(double x) in ceil() function
/external/trusty/musl/src/math/
Dceil.c10 double ceil(double x) in ceil() function
/external/rust/crates/libm/src/math/
Dceil.rs10 pub fn ceil(x: f64) -> f64 { in ceil() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowFloatMath.java35 protected static float ceil(float value) { in ceil() method in ShadowFloatMath
/external/cronet/third_party/libc++/src/test/std/numerics/bit/bit.pow.two/
Dbit_ceil.pass.cpp59 T ceil = 256; in test() local
/external/libnl/python/netlink/route/qdisc/
Dhtb.py66 def ceil(self): member in HTBClass
71 def ceil(self, value): member in HTBClass
/external/tensorflow/tensorflow/lite/kernels/
Dceil.cc26 namespace ceil { namespace
/external/rust/crates/glam/src/f32/
Dmath.rs103 pub(crate) fn ceil(f: f32) -> f32 { in ceil() function
212 pub(crate) fn ceil(f: f32) -> f32 { in ceil() function
/external/rust/crates/glam/src/f64/
Dmath.rs68 pub(crate) fn ceil(f: f64) -> f64 { in ceil() function
176 pub(crate) fn ceil(f: f64) -> f64 { in ceil() function
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.hpp116 tcu::Vector<float, Size> ceil(const tcu::Vector<float, Size> &v) in ceil() function

1234