Home
last modified time | relevance | path

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

123

/external/jemalloc/test/unit/
Drun_quantize.c60 size_t lrun_size, run_size, floor, ceil; in TEST_BEGIN() local
115 size_t run_size, floor, ceil; in TEST_BEGIN() local
/external/libvorbis/lib/books/
DMakefile.am3 SUBDIRS = coupled uncoupled floor subdir
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowFloatMath.java27 public static float floor(float value) { in floor() method in ShadowFloatMath
/external/guava/guava-tests/test/com/google/common/math/
DIntMathTest.java201 int floor = IntMath.log10(x, FLOOR); in testLog10Exact() local
257 int floor = IntMath.sqrt(x, FLOOR); in testSqrtExactMatchesFloorOrThrows() local
DLongMathTest.java254 int floor = LongMath.log10(x, FLOOR); in testLog10Exact() local
/external/guava/guava/src/com/google/common/collect/
DDescendingImmutableSortedSet.java86 public E floor(E element) { in floor() method in DescendingImmutableSortedSet
DSortedMultisets.java100 public E floor(E e) { in floor() method in SortedMultisets.NavigableElementSet
DForwardingNavigableSet.java71 public E floor(E e) { in floor() method in ForwardingNavigableSet
DRegularImmutableSortedSet.java201 public E floor(E element) { in floor() method in RegularImmutableSortedSet
DAbstractMapBasedMultimap.java700 public V floor(V v) { in floor() method in AbstractMapBasedMultimap.WrappedNavigableSet
1039 public K floor(K k) { in floor() method in NavigableKeySet
DImmutableSortedSet.java709 public E floor(E e) { in floor() method in ImmutableSortedSet
/external/opencv3/3rdparty/openexr/Imath/
DImathMath.h117 static T floor (T x) {return ::floor (double(x));} in floor() function
DImathFun.h148 floor (T x) in floor() function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DSimpleBigDecimal.java148 public BigInteger floor() in floor() method in SimpleBigDecimal
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingNavigableSetTest.java112 public T floor(T e) { in floor() method in ForwardingNavigableSetTest.StandardImplForwardingNavigableSet
DSynchronizedNavigableSetTest.java80 @Override public E floor(E e) { in floor() method in SynchronizedNavigableSetTest.TestSet
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java114 @Override public E floor(E e) { in floor() method in SafeTreeSet
/external/tremolo/Tremolo/
Dfloor1.c231 const ogg_int32_t *floor; in render_line() local
Dcodec_internal.h166 char floor; member
/external/libvorbis/lib/
Dpsy.c918 float *floor, int *flag, int i, int jn){ in flag_lossless()
1035 float **floor = alloca(ch*sizeof(*floor)); in _vp_couple_quantize_normalize() local
/external/bison/lib/
Dmath.in.h753 # define floor rpl_floor macro
/external/skia/src/core/
DSkNx.h125 SkNx floor() const { return Floor(fVal); } in floor() function
/external/skia/src/opts/
DSkNx_neon.h173 SkNx floor() const { in floor() function
DSkNx_sse.h104 SkNx floor() const { return sse2_mm_floor_ps(fVec); } in floor() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp45 Ambiguous floor(Ambiguous){ return Ambiguous(); } in floor() function

123