/external/icu4c/test/testdata/ |
D | dcfmtest.txt | 32 # 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/ |
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/LayoutTests/fast/xpath/ |
D | invalid-functions-expected.txt | 5 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)…
|
D | xpath-functional-test-expected.txt | 81 [ok].//*[ceiling(@title div @class) = 1]
|
/external/webkit/LayoutTests/fast/xpath/4XPath/Core/ |
D | test_core_functions-expected.txt | 57 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/ |
D | functions-expected.txt | 70 PASS ceiling(1.99) 71 PASS ceiling(-1.99)
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | TreeMapExtendTest.java | 4863 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/ |
D | cached-powers.cc | 150 double k = ceiling((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()
|
D | platform-nullos.cc | 45 double ceiling(double x) { in ceiling() function
|
D | platform.h | 131 double ceiling(double x);
|
D | platform-openbsd.cc | 66 double ceiling(double x) { in ceiling() function
|
D | platform-cygwin.cc | 56 double ceiling(double x) { in ceiling() function
|
D | platform-solaris.cc | 86 double ceiling(double x) { in ceiling() function
|
D | platform-freebsd.cc | 68 double ceiling(double x) { in ceiling() function
|
D | platform-macos.cc | 83 double ceiling(double x) { in ceiling() function
|
D | platform-linux.cc | 73 double ceiling(double x) { in ceiling() function
|
D | platform-win32.cc | 172 double ceiling(double x) { in ceiling() function
|
D | runtime.cc | 6505 return isolate->heap()->NumberFromDouble(ceiling(x)); in RUNTIME_FUNCTION()
|
/external/kernel-headers/original/linux/ |
D | mm.h | 719 unsigned long end, unsigned long floor, unsigned long ceiling); 721 unsigned long floor, unsigned long ceiling);
|
/external/quake/quake/src/WinQuake/data/ |
D | README.TXT | 244 ceiling while walking.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 4089 N_ING "ceiling" :G2P
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 4448 N_ING "ceiling" :G2P
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 4801 ceiling sEl6N
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 7292 Remove ceiling of text width at end of fragment. This was screwing up
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 15984 ** Return the ceiling of the logarithm base 2 of iValue. 63746 /* Use the ceiling() function to convert real->int */
|