Home
last modified time | relevance | path

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

12

/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/jemalloc/test/unit/
Drun_quantize.c60 size_t lrun_size, run_size, floor, ceil; in TEST_BEGIN() local
115 size_t run_size, floor, ceil; in TEST_BEGIN() 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/u-boot/board/synopsys/hsdk/
Dclk-lib.c13 #define ceil(x, y) ({ ulong __x = (x), __y = (y); (__x + __y - 1) / __y; }) macro
/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/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/tensorflow/tensorflow/lite/kernels/
Dceil.cc24 namespace ceil { namespace
/external/libnl/python/netlink/route/qdisc/
Dhtb.py65 def ceil(self): member in HTBClass
70 def ceil(self, value): member in HTBClass
/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.c332 uint64_t rate, uint64_t ceil, in class_add_HTB()
392 uint64_t rate, uint64_t ceil, in class_add_HTB_root()
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h402 ceil() const in ceil() function
/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py62 ceil = _core.ceil variable
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h425 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/libnl/lib/route/qdisc/
Dhtb.c438 int rtnl_htb_set_ceil(struct rtnl_class *class, uint32_t ceil) in rtnl_htb_set_ceil()
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dutils.h119 inline static T Clip(const T a, const T floor, const T ceil) { in Clip()
/external/libcxx/include/
Dmath.h834 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __lcpp_x) _NOEXCEPT {return ::ceilf(_… in ceil() function
835 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ::ceill(_… in ceil() function
841 ceil(_A1 __lcpp_x) _NOEXCEPT {return ::ceil((double)__lcpp_x);} in ceil() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h227 Status HandleCeil(HloInstruction* ceil) { in HandleCeil()
238 Status HandleCeil(HloInstruction* ceil) { in HandleCeil()
242 Status HandleCeil(HloInstruction* ceil) override { in HandleCeil()
/external/swiftshader/src/Shader/
DSetupRoutine.cpp593 Int ceil = -d >> 31; // Ceiling division: remainder <= 0 in edge() local
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py80 ceil = _unary_op(math_ops.ceil) variable
/external/swiftshader/src/Pipeline/
DSetupRoutine.cpp586 Int ceil = -d >> 31; // Ceiling division: remainder <= 0 in edge() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h316 ceil() const { in ceil() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp38 Ambiguous ceil(Ambiguous){ return Ambiguous(); } in ceil() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java932 public Dfp ceil() { in ceil() method in Dfp

12