/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/llvm-project/libc/src/math/ |
D | ceil.cpp | 14 double LLVM_LIBC_ENTRYPOINT(ceil)(double x) { return fputil::ceil(x); } in LLVM_LIBC_ENTRYPOINT() argument
|
/external/rust/crates/libm/src/math/ |
D | ceil.rs | 9 pub fn ceil(x: f64) -> f64 { in ceil() function
|
D | mod.rs | 89 mod ceil; module
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_fusion_test.cc | 100 auto ceil = builder.AddInstruction( in TEST_F() local 150 auto ceil = builder.AddInstruction( in TEST_F() local 247 auto ceil = builder.AddInstruction( in TEST_F() 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/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
|
/external/skqp/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
|
/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/micro/kernels/ |
D | ceil.cc | 26 namespace ceil { namespace
|
/external/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
D | Fraction.h | 57 inline int64_t ceil(Fraction f) { return ceilDiv(f.num, f.den); } in ceil() function
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | ceil.cc | 26 namespace ceil { namespace
|
/external/llvm-project/libc/utils/FPUtil/ |
D | NearestIntegerOperations.h | 53 static inline T ceil(T x) { in ceil() function
|
/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 | 335 uint64_t rate, uint64_t ceil, in class_add_HTB() 395 uint64_t rate, uint64_t ceil, in class_add_HTB_root()
|
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | features_extraction_unittest.cc | 26 constexpr size_t ceil(size_t n, size_t m) { in ceil() function
|
/external/libgav1/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 | 412 ceil() const in ceil() function
|
/external/rust/crates/num-traits/src/ |
D | float.rs | 328 fn ceil(self) -> Self { in ceil() method 1129 fn ceil(self) -> Self; in ceil() method 1989 fn ceil(self) -> Self { in ceil() method 2124 fn ceil(self) -> Self { in ceil() method
|
D | real.rs | 94 fn ceil(self) -> Self; in ceil() method
|
/external/eigen/Eigen/src/Core/arch/CUDA/ |
D | Half.h | 426 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half ceil(const half& a) { in ceil() function
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 55 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() function
|
/external/llvm-project/libcxx/include/ |
D | math.h | 830 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __lcpp_x) _NOEXCEPT {return ::ceilf(_… in ceil() function 831 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ::ceill(_… in ceil() function 837 ceil(_A1 __lcpp_x) _NOEXCEPT {return ::ceil((double)__lcpp_x);} in ceil() function
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | utils.h | 119 inline static T Clip(const T a, const T floor, const T ceil) { in Clip()
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() function
|