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

123

/external/jemalloc/test/unit/
H A Drun_quantize.c60 size_t lrun_size, run_size, floor, ceil; local
67 floor = run_quantize_floor(run_size);
70 assert_zu_eq(run_size, floor,
88 run_size_prev = floor;
101 * run_quantize_{floor,ceil}() are monotonic.
115 size_t run_size, floor, ceil; local
118 floor = run_quantize_floor(run_size);
121 assert_zu_le(floor, run_size,
122 "Floor should be <= (floor=%zu, run_size=%zu, ceil=%zu)",
123 floor, run_siz
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowFloatMath.java27 public static float floor(float value) { method in class:ShadowFloatMath
28 return (float) Math.floor(value);
/external/libvorbis/doc/
H A D01-introduction.tex179 floor and residue vectors within a mapping. The submap functions as a
180 last layer of indirection such that specific special floor or residue
183 the proper floor and residue instance number to use for decoding that
184 submap's spectral floor and spectral residue vectors.
192 apply a full range floor and residue encoding to channels 0 through 4,
195 of a full-range floor) and channel 5 belongs to submap 1, which uses a
201 Vorbis encodes a spectral 'floor' vector for each PCM channel. This
204 whitening filter. It is named a 'floor' because the Xiph.Org
208 A floor encoding may be of two types. Floor 0 uses a packed LSP
213 encoding/decoding. However, floor typ
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DDescendingImmutableSortedSet.java86 public E floor(E element) { method in class:DescendingImmutableSortedSet
92 return forward.floor(element);
H A DForwardingNavigableSet.java71 public E floor(E e) { method in class:ForwardingNavigableSet
72 return delegate().floor(e);
76 * A sensible definition of {@link #floor} in terms of the {@code descendingIterator} method of
78 * wish to override {@link #floor} to forward to this implementation.
H A DSortedMultisets.java100 public E floor(E e) { method in class:SortedMultisets.NavigableElementSet
H A DRegularImmutableSortedSet.java201 public E floor(E element) { method in class:RegularImmutableSortedSet
H A DImmutableSortedSet.java709 public E floor(E e) { method in class:ImmutableSortedSet
H A DSets.java941 public E floor(E e) { method in class:Sets.FilteredNavigableSet
1417 public E floor(E e) { method in class:Sets.UnmodifiableNavigableSet
1418 return delegate.floor(e);
1584 public E floor(E e) { method in class:Sets.DescendingSet
1590 return forward.floor(e);
H A DTreeMultiset.java386 node = rootReference.get().floor(comparator(), endpoint);
910 @Nullable private AvlNode<E> floor(Comparator<? super E> comparator, E e) { method in class:TreeMultiset.AvlNode
913 return (right == null) ? this : MoreObjects.firstNonNull(right.floor(comparator, e), this);
917 return (left == null) ? null : left.floor(comparator, e);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DSimpleBigDecimal.java148 public BigInteger floor() method in class:SimpleBigDecimal
156 return add(oneHalf.adjustScale(scale)).floor();
161 return floor().intValue();
166 return floor().longValue();
191 BigInteger floorBigInt = floor();
/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedNavigableSetTest.java80 @Override public E floor(E e) { method in class:SynchronizedNavigableSetTest.TestSet
82 return delegate().floor(e);
H A DForwardingNavigableSetTest.java112 public T floor(T e) { method in class:ForwardingNavigableSetTest.StandardImplForwardingNavigableSet
209 forward().floor("a");
210 assertEquals("[floor(Object)]", getCalls());
/external/opencv3/3rdparty/openexr/Imath/
H A DImathFun.h148 floor (T x) function in namespace:Imath
158 return -floor (-x);
197 // divp(x,y) == floor (double(x) / double (y))
H A DImathMath.h117 static T floor (T x) {return ::floor (double(x));} function in struct:Imath::Math
144 static float floor (float x) {return ::floorf (x);} function in struct:Imath::Math
/external/autotest/client/site_tests/video_VDAPerf/
H A Dvideo_VDAPerf.py17 from math import ceil, floor namespace
55 c, f = int(ceil(i)), int(floor(i))
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSafeTreeSet.java114 @Override public E floor(E e) { method in class:SafeTreeSet
115 return delegate.floor(checkValid(e));
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java382 node = rootReference.get().floor(comparator(), endpoint);
906 @Nullable private AvlNode<E> floor(Comparator<? super E> comparator, E e) { method in class:TreeMultiset.AvlNode
909 return (right == null) ? this : MoreObjects.firstNonNull(right.floor(comparator, e), this);
913 return (left == null) ? null : left.floor(comparator, e);
/external/skia/src/core/
H A DSkNx.h53 OP(abs) OP(floor)
125 SkNx floor() const { return Floor(fVal); } function in class:SkNx
145 static double Floor(double val) { return ::floor (val); }
/external/skia/src/opts/
H A DSkNx_neon.h13 // ARMv8 has vrndmq_f32 to floor 4 floats. Here we emulate it:
173 SkNx floor() const { function in class:SkNx
H A DSkNx_sse.h16 // SSE 4.1 has _mm_floor_ps to floor 4 floats. We emulate it:
104 SkNx floor() const { return sse2_mm_floor_ps(fVec); } function in class:SkNx
/external/tremolo/Tremolo/
H A Dcodec_internal.h166 char floor; member in struct:submap
H A Dfloor1.c34 function: floor backend 1 implementation
48 #define floor1_rangedB 140 /* floor 1 fixed at -140dB to 0dB range */
222 void render_lineARM(int n, ogg_int32_t *d,const ogg_int32_t *floor, int base, int err, int adx, int ady);
231 const ogg_int32_t *floor; local
243 floor=&FLOOR_fromdB_LOOKUP[y0];
267 *d = MULT31_SHIFT15(*d,*floor);
269 floor+=base;
273 floor+=1;
278 render_lineARM(n,d,floor,base,err,adx,ady);
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfp.java920 /** Round to an integer using the round floor mode.
924 public Dfp floor() { method in class:Dfp
1363 inc = sign == -1 && n != 0; // round floor
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DFastMath.java712 /* Lookup exp(floor(x)).
3688 * @param x number from which floor is requested
3691 public static double floor(double x) { method in class:FastMath
3725 y = floor(x);
3744 double y = floor(x);
3767 return (long) floor(x + 0.5);
3775 return (int) floor(x + 0.5f);

Completed in 1528 milliseconds

123