/external/musl/src/math/i386/ |
D | floor.s | 13 .global floor symbol 15 floor: label
|
/external/trusty/musl/src/math/i386/ |
D | floor.s | 13 .global floor symbol 15 floor: label
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | bits.h | 80 int floor = Log2Floor(n); in Log2Ceiling() local 88 int floor = Log2Floor64(n); in Log2Ceiling64() local
|
/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 | 47 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __builtin_… in floor() function 50 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() function 54 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() function 59 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() function
|
/external/cronet/stable/third_party/libc++/src/include/__math/ |
D | rounding_functions.h | 47 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __builtin_… in floor() function 50 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() function 54 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() function 59 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() function
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__math/ |
D | rounding_functions.h | 47 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __builtin_… in floor() function 50 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() function 54 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() function 59 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() function
|
/external/cronet/tot/third_party/libc++/src/include/__math/ |
D | rounding_functions.h | 47 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float floor(float __x) _NOEXCEPT { return __builtin_… in floor() function 50 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double floor(double __x) _NOEXCEPT { in floor() function 54 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double floor(long double __x) _NOEXCEPT { in floor() function 59 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double floor(_A1 __x) _NOEXCEPT { in floor() function
|
/external/musl/src/math/powerpc64/ |
D | floor.c | 5 double floor(double x) in floor() function
|
/external/trusty/musl/src/math/aarch64/ |
D | floor.c | 3 double floor(double x) in floor() function
|
/external/musl/src/math/s390x/ |
D | floor.c | 5 double floor(double x) in floor() function
|
/external/trusty/musl/src/math/powerpc64/ |
D | floor.c | 5 double floor(double x) in floor() function
|
/external/musl/src/math/aarch64/ |
D | floor.c | 3 double floor(double x) in floor() function
|
/external/trusty/musl/src/math/s390x/ |
D | floor.c | 5 double floor(double x) in floor() function
|
/external/skia/docs/examples/ |
D | Rect_MakeSize.cpp | 9 SkISize floor = size.toFloor(); in draw() local
|
/external/armnn/src/armnn/test/optimizations/ |
D | InsertDebugLayerTests.cpp | 26 auto floor = graph.AddLayer<armnn::FloorLayer>("floor"); variable
|
D | Fp32NetworkToFp16ConverterTests.cpp | 26 auto floor = graph.AddLayer<armnn::FloorLayer>("floor"); variable
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | CompletionPercent.java | 21 final int floor = (int) Math.floor((100 * (float) done) / (float) total); in calculate() local
|
/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/ |
D | floor.hpp | 25 To floor(const duration<Rep, Period>& d) in floor() function
|
/external/sdv/vsomeip/third_party/boost/numeric/conversion/test/ |
D | test_helpers.cpp | 66 inline MyInt floor ( MyInt const& x ) { return x ; } in floor() function 68 inline MyFloat floor ( MyFloat const& x ) in floor() function
|
/external/musl/src/math/ |
D | floor.c | 10 double floor(double x) in floor() function
|
/external/rust/android-crates-io/crates/libm/src/math/ |
D | floor.rs | 10 pub fn floor(x: f64) -> f64 { in floor() function
|
/external/trusty/musl/src/math/ |
D | floor.c | 10 double floor(double x) in floor() function
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowFloatMath.java | 30 protected static float floor(float value) { in floor() method in ShadowFloatMath
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/ |
D | noise_reduction.c | 39 const uint32_t floor = in NoiseReductionApply() local
|