Home
last modified time | relevance | path

Searched defs:floor (Results 1 – 25 of 195) sorted by relevance

12345678

/external/musl/src/math/i386/
Dfloor.s13 .global floor symbol
15 floor: label
/external/trusty/musl/src/math/i386/
Dfloor.s13 .global floor symbol
15 floor: label
/external/tensorflow/tensorflow/core/lib/core/
Dbits.h80 int floor = Log2Floor(n); in Log2Ceiling() local
88 int floor = Log2Floor64(n); in Log2Ceiling64() local
/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/cronet/stable/third_party/libc++/src/include/__cxx03/__math/
Drounding_functions.h47 _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/
Drounding_functions.h47 [[__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/
Drounding_functions.h47 _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/
Drounding_functions.h47 [[__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/
Dfloor.c5 double floor(double x) in floor() function
/external/trusty/musl/src/math/aarch64/
Dfloor.c3 double floor(double x) in floor() function
/external/musl/src/math/s390x/
Dfloor.c5 double floor(double x) in floor() function
/external/trusty/musl/src/math/powerpc64/
Dfloor.c5 double floor(double x) in floor() function
/external/musl/src/math/aarch64/
Dfloor.c3 double floor(double x) in floor() function
/external/trusty/musl/src/math/s390x/
Dfloor.c5 double floor(double x) in floor() function
/external/skia/docs/examples/
DRect_MakeSize.cpp9 SkISize floor = size.toFloor(); in draw() local
/external/armnn/src/armnn/test/optimizations/
DInsertDebugLayerTests.cpp26 auto floor = graph.AddLayer<armnn::FloorLayer>("floor"); variable
DFp32NetworkToFp16ConverterTests.cpp26 auto floor = graph.AddLayer<armnn::FloorLayer>("floor"); variable
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCompletionPercent.java21 final int floor = (int) Math.floor((100 * (float) done) / (float) total); in calculate() local
/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/
Dfloor.hpp25 To floor(const duration<Rep, Period>& d) in floor() function
/external/sdv/vsomeip/third_party/boost/numeric/conversion/test/
Dtest_helpers.cpp66 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/
Dfloor.c10 double floor(double x) in floor() function
/external/rust/android-crates-io/crates/libm/src/math/
Dfloor.rs10 pub fn floor(x: f64) -> f64 { in floor() function
/external/trusty/musl/src/math/
Dfloor.c10 double floor(double x) in floor() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowFloatMath.java30 protected static float floor(float value) { in floor() method in ShadowFloatMath
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dnoise_reduction.c39 const uint32_t floor = in NoiseReductionApply() local

12345678