/external/armnn/src/backends/reference/workloads/ |
D | Ceil.hpp | 13 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/ |
D | floor.s | 27 .global ceil symbol 29 ceil: label
|
/external/jemalloc_new/test/unit/ |
D | extent_quantize.c | 60 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/ |
D | ceil.c | 5 double ceil(double x) in ceil() function
|
/external/musl/src/math/aarch64/ |
D | ceil.c | 3 double ceil(double x) in ceil() function
|
/external/musl/src/math/powerpc64/ |
D | ceil.c | 5 double ceil(double x) in ceil() function
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_fusion_test.cc | 99 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/ |
D | ceil.rs | 10 pub fn ceil(x: f64) -> f64 { in ceil() function
|
D | mod.rs | 105 mod ceil; module
|
/external/musl/src/math/ |
D | ceil.c | 10 double ceil(double x) in ceil() function
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowFloatMath.java | 35 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/ |
D | bit_ceil.pass.cpp | 59 T ceil = 256; in test() local
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowFloatMath.java | 32 protected static float ceil(float value) { in ceil() method in ShadowFloatMath
|
/external/libnl/python/netlink/route/qdisc/ |
D | htb.py | 65 def ceil(self): member in HTBClass 70 def ceil(self, value): member in HTBClass
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | ceil.cc | 26 namespace ceil { namespace
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.hpp | 150 tcu::Vector<float, Size> ceil (const tcu::Vector<float, Size>& v) in ceil() function
|
/external/libnl/tests/ |
D | test-complex-HTB-with-hash-filters.c | 329 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/ |
D | features_extraction_unittest.cc | 27 constexpr int ceil(int n, int m) { in ceil() function
|
/external/libgav1/src/utils/ |
D | raw_bit_reader.cc | 42 size_t DivideBy8(size_t n, bool ceil) { return (n + (ceil ? 7 : 0)) >> 3; } in DivideBy8()
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 495 ceil() const in ceil() function
|
/external/rust/crates/num-traits/src/ |
D | real.rs | 94 fn ceil(self) -> Self; in ceil() method
|
D | float.rs | 328 fn ceil(self) -> Self { in ceil() method 1185 fn ceil(self) -> Self; in ceil() method
|
/external/rust/crates/half/src/ |
D | num_traits.rs | 201 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/ |
D | math.h | 641 _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.h | 55 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() function
|