Home
last modified time | relevance | path

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

123

/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/powerpc64/
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/s390x/
Dceil.c5 double ceil(double x) in ceil() function
/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/rust/crates/libm/src/math/
Dceil.rs9 pub fn ceil(x: f64) -> f64 { in ceil() function
Dmod.rs89 mod ceil; module
/external/musl/src/math/
Dceil.c10 double ceil(double x) in ceil() function
/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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowFloatMath.java35 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/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/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/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.hpp150 tcu::Vector<float, Size> ceil (const tcu::Vector<float, Size>& v) in ceil() function
/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/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/plugins/
DArrayCwiseUnaryOps.h495 ceil() const in ceil() function
/external/clang/lib/Headers/
D__clang_cuda_cmath.h55 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() function
/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/tools/android/test/jni/object_tracking/
Dutils.h119 inline static T Clip(const T a, const T floor, const T ceil) { in Clip()
/external/swiftshader/src/Pipeline/
DSetupRoutine.cpp604 Int ceil = -d >> 31; // Ceiling division: remainder <= 0 in edge() local

123