Home
last modified time | relevance | path

Searched refs:ceiling (Results 1 – 25 of 26) sorted by relevance

12

/external/icu4c/test/testdata/
Ddcfmtest.txt32 # ceiling
73 format 0.00 ceiling "32.045" "32.05"
82 format 0.00 ceiling "-32.045" "-32.04"
91 format @@@ ceiling "1235.00" "1240"
100 format @@@ ceiling "-1235.00" "-1230"
109 format 0.000E0 ceiling "12345" "1.235E4"
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dprune.h90 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/LayoutTests/fast/xpath/
Dinvalid-functions-expected.txt5 PASS document.createExpression("ceiling(1,2)", null) threw exception Error: INVALID_EXPRESSION_ERR:…
6 PASS document.evaluate("ceiling(1,2)", document, null, XPathResult.ANY_TYPE, null) threw exception …
7 PASS document.createExpression("ceiling(1,2)", null).evaluate(document, XPathResult.ANY_TYPE, null)…
Dxpath-functional-test-expected.txt81 [ok].//*[ceiling(@title div @class) = 1]
/external/webkit/LayoutTests/fast/xpath/4XPath/Core/
Dtest_core_functions-expected.txt57 PASS DOM.evaluate("ceiling(3.14)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is 4
58 PASS DOM.evaluate("ceiling(number('NaN'))", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue i…
59 PASS DOM.evaluate("ceiling(1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is Infi…
60 PASS DOM.evaluate("ceiling(0.5)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is 1
61 PASS DOM.evaluate("ceiling(-0.5)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is -0
/external/webkit/LayoutTests/fast/xpath/py-dom-xpath/
Dfunctions-expected.txt70 PASS ceiling(1.99)
71 PASS ceiling(-1.99)
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
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(entryArray[i]);
[all …]
/external/v8/src/
Dcached-powers.cc150 double k = ceiling((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()
Dplatform-nullos.cc45 double ceiling(double x) { in ceiling() function
Dplatform.h131 double ceiling(double x);
Dplatform-openbsd.cc66 double ceiling(double x) { in ceiling() function
Dplatform-cygwin.cc56 double ceiling(double x) { in ceiling() function
Dplatform-solaris.cc86 double ceiling(double x) { in ceiling() function
Dplatform-freebsd.cc68 double ceiling(double x) { in ceiling() function
Dplatform-macos.cc83 double ceiling(double x) { in ceiling() function
Dplatform-linux.cc73 double ceiling(double x) { in ceiling() function
Dplatform-win32.cc172 double ceiling(double x) { in ceiling() function
Druntime.cc6505 return isolate->heap()->NumberFromDouble(ceiling(x)); in RUNTIME_FUNCTION()
/external/kernel-headers/original/linux/
Dmm.h719 unsigned long end, unsigned long floor, unsigned long ceiling);
721 unsigned long floor, unsigned long ceiling);
/external/quake/quake/src/WinQuake/data/
DREADME.TXT244 ceiling while walking.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf4089 N_ING "ceiling" :G2P
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf4448 N_ING "ceiling" :G2P
/external/srec/config/en.us/dictionary/
Dlarge.ok4801 ceiling sEl6N
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-037292 Remove ceiling of text width at end of fragment. This was screwing up
/external/sqlite/dist/
Dsqlite3.c.orig15984 ** Return the ceiling of the logarithm base 2 of iValue.
63746 /* Use the ceiling() function to convert real->int */

12