Searched refs:ceiling (Results 1 - 22 of 22) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DForwardingSortedSet.java116 Object ceiling = self.tailSet(object).first();
117 return unsafeCompare(ceiling, object) == 0;
141 Object ceiling = iterator.next();
142 if (unsafeCompare(ceiling, object) == 0) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dprune.h90 Weight ceiling = Times((*fdistance)[fst->Start()], opts.threshold); local
93 if (less(ceiling, Times((*idistance)[state], (*fdistance)[state]))) {
104 if(less(ceiling, weight)) {
109 if (less(ceiling, Times((*idistance)[state], fst->Final(state))))
175 Weight ceiling = Times((*fdistance)[ifst.Start()], opts.threshold); local
188 if (less(ceiling, Times((*idistance)[state], (*fdistance)[state])))
193 if (!less(ceiling, Times((*idistance)[state], ifst.Final(state))))
213 if (!less(ceiling, weight)) {
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DSetNavigationTester.java95 assertNull(navigableSet.ceiling(samples.e0));
130 assertEquals(a, navigableSet.ceiling(samples.e0));
186 assertEquals(a, navigableSet.ceiling(a));
187 assertEquals(c, navigableSet.ceiling(b));
188 assertEquals(c, navigableSet.ceiling(c));
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDecimalTest.cpp222 EXPECT_EQ(Decimal(1), Decimal(1).ceiling());
223 EXPECT_EQ(Decimal(1), encode(1, -10, Positive).ceiling());
224 EXPECT_EQ(Decimal(2), encode(11, -1, Positive).ceiling());
225 EXPECT_EQ(Decimal(2), encode(13, -1, Positive).ceiling());
226 EXPECT_EQ(Decimal(2), encode(15, -1, Positive).ceiling());
227 EXPECT_EQ(Decimal(2), encode(19, -1, Positive).ceiling());
228 EXPECT_EQ(Decimal(2), encode(151, -2, Positive).ceiling());
229 EXPECT_EQ(Decimal(2), encode(101, -2, Positive).ceiling());
230 EXPECT_EQ(Decimal(1), encode(199, -3, Positive).ceiling());
231 EXPECT_EQ(Decimal(2), encode(199, -2, Positive).ceiling());
[all...]
H A DDecimal.h136 Decimal ceiling() const;
H A DDecimal.cpp622 Decimal Decimal::ceiling() const
912 return quotient.isSpecial() ? quotient : *this - (quotient.isNegative() ? quotient.ceiling() : quotient.floor()) * rhs;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSafeTreeSet.java77 @Override public E ceiling(E e) { method in class:SafeTreeSet
78 return delegate.ceiling(checkValid(e));
/external/v8/src/
H A Dplatform-nullos.cc45 double ceiling(double x) { function in namespace:v8::internal
H A Dplatform.h97 double ceiling(double x);
H A Dplatform-cygwin.cc57 double ceiling(double x) { function in namespace:v8::internal
H A Dplatform-freebsd.cc70 double ceiling(double x) { function in namespace:v8::internal
H A Dplatform-macos.cc84 double ceiling(double x) { function in namespace:v8::internal
H A Dplatform-solaris.cc88 double ceiling(double x) { function in namespace:v8::internal
H A Dplatform-linux.cc74 double ceiling(double x) { function in namespace:v8::internal
H A Dplatform-openbsd.cc68 double ceiling(double x) { function in namespace:v8::internal
H A Dplatform-win32.cc143 double ceiling(double x) { function in namespace:v8::internal
H A Druntime.cc7372 return isolate->heap()->NumberFromDouble(ceiling(x));
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DTreeMapExtendTest.java4863 descendingSet.ceiling(null);
4872 entry = (Entry) descendingSet.ceiling(entryArray[i]);
4881 Object x = descendingSet.ceiling(afterEnd);
4888 Object y = descendingSet.ceiling(beforeStart);
4897 descendingSet.ceiling(null);
4906 entry = (Entry) descendingSet.ceiling(entryArray[i]);
4916 descendingSet.ceiling(null);
4925 entry = (Entry) descendingSet.ceiling(entryArray[i]);
4934 descendingSet.ceiling(null);
4943 entry = (Entry) descendingSet.ceiling(entryArra
[all...]
/external/kernel-headers/original/linux/
H A Dmm.h719 unsigned long end, unsigned long floor, unsigned long ceiling);
721 unsigned long floor, unsigned long ceiling);
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DInputType.cpp960 newValue = base + ((current - base) / step).ceiling() * step;
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 419 milliseconds