Home
last modified time | relevance | path

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

123

/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/llvm-project/libc/src/math/
Dceil.cpp14 double LLVM_LIBC_ENTRYPOINT(ceil)(double x) { return fputil::ceil(x); } in LLVM_LIBC_ENTRYPOINT() argument
/external/rust/crates/libm/src/math/
Dceil.rs9 pub fn ceil(x: f64) -> f64 { in ceil() function
Dmod.rs89 mod ceil; module
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_fusion_test.cc100 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/
DShadowFloatMath.java32 protected static float ceil(float value) { in ceil() method in ShadowFloatMath
/external/skia/experimental/xps_to_png/
Dxps_to_png.cs22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } in ceil() method in Program
/external/skqp/experimental/xps_to_png/
Dxps_to_png.cs22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } in ceil() method in Program
/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/micro/kernels/
Dceil.cc26 namespace ceil { namespace
/external/llvm-project/mlir/include/mlir/Analysis/Presburger/
DFraction.h57 inline int64_t ceil(Fraction f) { return ceilDiv(f.num, f.den); } in ceil() function
/external/tensorflow/tensorflow/lite/kernels/
Dceil.cc26 namespace ceil { namespace
/external/llvm-project/libc/utils/FPUtil/
DNearestIntegerOperations.h53 static inline T ceil(T x) { in ceil() function
/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.c335 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/
Dfeatures_extraction_unittest.cc26 constexpr size_t ceil(size_t n, size_t m) { in ceil() function
/external/libgav1/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.h412 ceil() const in ceil() function
/external/rust/crates/num-traits/src/
Dfloat.rs328 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
Dreal.rs94 fn ceil(self) -> Self; in ceil() method
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h426 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half ceil(const half& a) { in ceil() function
/external/clang/lib/Headers/
D__clang_cuda_cmath.h55 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() function
/external/llvm-project/libcxx/include/
Dmath.h830 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/
Dutils.h119 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.h49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() function

123