Home
last modified time | relevance | path

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

123

/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/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/musl/src/math/s390x/
Dceil.c5 double ceil(double x) in ceil() function
/external/musl/src/math/aarch64/
Dceil.c3 double ceil(double x) in ceil() function
/external/musl/src/math/powerpc64/
Dceil.c5 double ceil(double x) 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/rust/crates/libm/src/math/
Dceil.rs10 pub fn ceil(x: f64) -> f64 { in ceil() function
Dmod.rs105 mod ceil; module
/external/musl/src/math/
Dceil.c10 double ceil(double x) 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/buildtools/third_party/libc++/trunk/test/std/numerics/bit/bit.pow.two/
Dbit_ceil.pass.cpp59 T ceil = 256; in test() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowFloatMath.java32 protected static float ceil(float value) { in ceil() method in ShadowFloatMath
/external/libnl/python/netlink/route/qdisc/
Dhtb.py65 def ceil(self): member in HTBClass
70 def ceil(self, value): member in HTBClass
/external/tensorflow/tensorflow/lite/kernels/
Dceil.cc26 namespace ceil { namespace
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.hpp150 tcu::Vector<float, Size> ceil (const tcu::Vector<float, Size>& v) in ceil() function
/external/libnl/tests/
Dtest-complex-HTB-with-hash-filters.c329 uint64_t rate, uint64_t ceil, in class_add_HTB()
389 uint64_t rate, uint64_t ceil, in class_add_HTB_root()
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Dfeatures_extraction_unittest.cc27 constexpr int ceil(int n, int m) { in ceil() function
/external/libgav1/src/utils/
Draw_bit_reader.cc42 size_t DivideBy8(size_t n, bool ceil) { return (n + (ceil ? 7 : 0)) >> 3; } in DivideBy8()
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h495 ceil() const in ceil() function
/external/rust/crates/num-traits/src/
Dreal.rs94 fn ceil(self) -> Self; in ceil() method
Dfloat.rs328 fn ceil(self) -> Self { in ceil() method
1185 fn ceil(self) -> Self; in ceil() method
/external/rust/crates/half/src/
Dnum_traits.rs201 fn ceil(self) -> Self { in ceil() method
366 fn ceil(self) -> Self { in ceil() method
939 fn ceil(self) -> Self { in ceil() method
1104 fn ceil(self) -> Self { in ceil() method
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h641 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT {ret… in ceil() function
644 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() function
648 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT {ret… in ceil() function
654 ceil(_A1 __x) _NOEXCEPT {return __builtin_ceil((double)__x);} in ceil() function
/external/clang/lib/Headers/
D__clang_cuda_cmath.h55 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() function

123