Searched defs:ceiling (Results 1 - 10 of 10) sorted by relevance

/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/
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-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-linux.cc74 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-openbsd.cc68 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-win32.cc143 double ceiling(double x) { function in namespace:v8::internal

Completed in 394 milliseconds