/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/trusty/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/cronet/stable/third_party/libc++/src/include/__cxx03/__math/ |
D | rounding_functions.h | 29 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT { return __builtin_c… in ceil() function 32 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() function 36 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT { in ceil() function 41 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double ceil(_A1 __x) _NOEXCEPT { in ceil() function
|
/external/cronet/stable/third_party/libc++/src/include/__math/ |
D | rounding_functions.h | 29 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT { return __builtin_c… in ceil() function 32 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() function 36 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT { in ceil() function 41 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double ceil(_A1 __x) _NOEXCEPT { in ceil() function
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__math/ |
D | rounding_functions.h | 29 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT { return __builtin_c… in ceil() function 32 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() function 36 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT { in ceil() function 41 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double ceil(_A1 __x) _NOEXCEPT { in ceil() function
|
/external/cronet/tot/third_party/libc++/src/include/__math/ |
D | rounding_functions.h | 29 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float ceil(float __x) _NOEXCEPT { return __builtin_c… in ceil() function 32 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double ceil(double __x) _NOEXCEPT { in ceil() function 36 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double ceil(long double __x) _NOEXCEPT { in ceil() function 41 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double ceil(_A1 __x) _NOEXCEPT { in ceil() function
|
/external/trusty/musl/src/math/powerpc64/ |
D | ceil.c | 5 double ceil(double x) in ceil() function
|
/external/trusty/musl/src/math/s390x/ |
D | ceil.c | 5 double ceil(double x) in ceil() function
|
/external/musl/src/math/s390x/ |
D | ceil.c | 5 double ceil(double x) in ceil() function
|
/external/trusty/musl/src/math/aarch64/ |
D | ceil.c | 3 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/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/ |
D | ceil.hpp | 25 To ceil(const duration<Rep, Period>& d) 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/sdv/vsomeip/third_party/boost/numeric/conversion/test/ |
D | test_helpers.cpp | 65 inline MyInt ceil ( MyInt const& x ) { return x ; } in ceil() function 77 inline MyFloat ceil ( MyFloat const& x ) in ceil() function
|
/external/musl/src/math/ |
D | ceil.c | 10 double ceil(double x) in ceil() function
|
/external/trusty/musl/src/math/ |
D | ceil.c | 10 double ceil(double x) in ceil() function
|
/external/rust/android-crates-io/crates/libm/src/math/ |
D | ceil.rs | 10 pub fn ceil(x: f64) -> f64 { in ceil() function
|
/external/cronet/tot/third_party/libc++/src/test/std/numerics/bit/bit.pow.two/ |
D | bit_ceil.pass.cpp | 60 T ceil = 256; in test() local
|
/external/cronet/stable/third_party/libc++/src/test/std/numerics/bit/bit.pow.two/ |
D | bit_ceil.pass.cpp | 60 T ceil = 256; in test() local
|
/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/rust/android-crates-io/crates/taffy/src/util/ |
D | sys.rs | 42 pub(crate) fn ceil(value: f32) -> f32 { in ceil() function 214 pub(crate) fn ceil(value: f32) -> f32 { in ceil() function
|
/external/libnl/python/netlink/route/qdisc/ |
D | htb.py | 66 def ceil(self): member in HTBClass 71 def ceil(self, value): member in HTBClass
|