Searched refs:ceiling (Results 1 – 10 of 10) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | prune.h | 90 Weight ceiling = Times((*fdistance)[fst->Start()], opts.threshold); in Prune() local 93 if (less(ceiling, Times((*idistance)[state], (*fdistance)[state]))) { in Prune() 104 if(less(ceiling, weight)) { in Prune() 109 if (less(ceiling, Times((*idistance)[state], fst->Final(state)))) in Prune() 175 Weight ceiling = Times((*fdistance)[ifst.Start()], opts.threshold); in Prune() local 188 if (less(ceiling, Times((*idistance)[state], (*fdistance)[state]))) in Prune() 193 if (!less(ceiling, Times((*idistance)[state], ifst.Final(state)))) in Prune() 213 if (!less(ceiling, weight)) { in Prune()
|
/external/webkit/V8Binding/v8/src/ |
D | platform-nullos.cc | 44 double ceiling(double x) { in ceiling() function
|
D | platform.h | 113 double ceiling(double x);
|
D | platform-macos.cc | 78 double ceiling(double x) { in ceiling() function
|
D | platform-freebsd.cc | 66 double ceiling(double x) { in ceiling() function
|
D | platform-linux.cc | 71 double ceiling(double x) { in ceiling() function
|
D | platform-win32.cc | 222 double ceiling(double x) { in ceiling() function
|
D | runtime.cc | 4111 return Heap::NumberFromDouble(ceiling(x)); in Runtime_Math_ceil()
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 4801 ceiling sEl6N
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 7292 Remove ceiling of text width at end of fragment. This was screwing up
|