Home
last modified time | relevance | path

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

12345

/external/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/musl/src/math/powerpc64/
Dfloor.c5 double floor(double x) in floor() function
/external/musl/src/math/s390x/
Dfloor.c5 double floor(double x) in floor() function
/external/musl/src/math/aarch64/
Dfloor.c3 double floor(double x) in floor() function
/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/skia/docs/examples/
DRect_MakeSize.cpp10 SkISize floor = size.toFloor(); in draw() local
/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/rust/crates/libm/src/math/
Dfloor.rs10 pub fn floor(x: f64) -> f64 { in floor() function
/external/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowFloatMath.java27 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
/external/tensorflow/tensorflow/lite/kernels/
Dfloor.cc27 namespace floor { namespace
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_fusion_test.cc103 auto floor = builder.AddInstruction( in TEST_F() local
179 auto floor = builder.AddInstruction( in TEST_F() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.hpp137 tcu::Vector<float, Size> floor (const tcu::Vector<float, Size>& v) in floor() function
/external/guava/android/guava/src/com/google/common/collect/
DDescendingImmutableSortedSet.java94 public E floor(E element) { in floor() method in DescendingImmutableSortedSet
DSortedMultisets.java113 public E floor(@ParametricNullness E e) { in floor() method in SortedMultisets.NavigableElementSet
DForwardingNavigableSet.java82 public E floor(@ParametricNullness E e) { in floor() method in ForwardingNavigableSet
/external/guava/guava/src/com/google/common/collect/
DDescendingImmutableSortedSet.java94 public E floor(E element) { in floor() method in DescendingImmutableSortedSet
DSortedMultisets.java113 public E floor(@ParametricNullness E e) { in floor() method in SortedMultisets.NavigableElementSet
/external/guava/android/guava-tests/test/com/google/common/math/
DIntMathTest.java277 int floor = IntMath.log10(x, FLOOR); in testLog10Exact() local
334 int floor = IntMath.sqrt(x, FLOOR); in testSqrtExactMatchesFloorOrThrows() local
/external/guava/guava-tests/test/com/google/common/math/
DIntMathTest.java277 int floor = IntMath.log10(x, FLOOR); in testLog10Exact() local
334 int floor = IntMath.sqrt(x, FLOOR); in testSqrtExactMatchesFloorOrThrows() local

12345