Home
last modified time | relevance | path

Searched refs:Infinity (Results 1 – 25 of 50) sorted by relevance

12

/external/webkit/LayoutTests/fast/dom/Geolocation/
Dargument-types-expected.txt16 PASS navigator.geolocation.getCurrentPosition(Infinity) threw exception Error: TYPE_MISMATCH_ERR: D…
17 PASS navigator.geolocation.getCurrentPosition(-Infinity) threw exception Error: TYPE_MISMATCH_ERR: …
28 PASS navigator.geolocation.getCurrentPosition(emptyFunction, Infinity) threw exception Error: TYPE_…
29 PASS navigator.geolocation.getCurrentPosition(emptyFunction, -Infinity) threw exception Error: TYPE…
38 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, Infinity) did not throw exc…
39 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, -Infinity) did not throw ex…
48 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {dummyProperty:Infinity}) d…
49 PASS navigator.geolocation.getCurrentPosition(emptyFunction, undefined, {dummyProperty:-Infinity}) …
58 …cation.getCurrentPosition(emptyFunction, undefined, {enableHighAccuracy:Infinity}) did not throw e…
59 …ation.getCurrentPosition(emptyFunction, undefined, {enableHighAccuracy:-Infinity}) did not throw e…
[all …]
/external/eigen/doc/examples/
DTutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp21 cout << "v.lpNorm<Infinity>() = " << v.lpNorm<Infinity>() << endl; in main()
27 cout << "m.lpNorm<Infinity>() = " << m.lpNorm<Infinity>() << endl; in main()
/external/protobuf/src/google/protobuf/
Dgenerated_message_util.cc43 double Infinity() { in Infinity() function
Dgenerated_message_util.h69 LIBPROTOBUF_EXPORT double Infinity();
/external/webkit/LayoutTests/fast/xpath/4XPath/Core/
Dtest_core_functions-expected.txt53 …SS DOM.evaluate("floor(1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is Infinity
54 … DOM.evaluate("floor(-1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is -Infinity
59 … DOM.evaluate("ceiling(1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is Infinity
65 …SS DOM.evaluate("round(1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is Infinity
66 … DOM.evaluate("round(-1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is -Infinity
Dtest_numeric_expr-expected.txt4 …evaluate("(1 div 0) * (1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is Infinity
5 …aluate("(-1 div 0) * (-1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is Infinity
6 …aluate("(1 div 0) * (-1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is -Infinity
11 PASS DOM.evaluate("1 div 0", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is Infinity
12 PASS DOM.evaluate("-1 div 0", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is -Infinity
46 …evaluate("(1 div 0) + (1 div 0)", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is Infinity
116 PASS DOM.evaluate("'1' div '0'", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is Infinity
117 PASS DOM.evaluate("'-1' div '0'", CHILD1, null, XPathResult.ANY_TYPE, null).numberValue is -Infinity
/external/v8/test/preparser/
Dduplicate-property.pyt142 TestBothWays("overflow-inf", "1e2000", "Infinity")
143 TestBothWays("overflow-inf-exact", "1.797693134862315808e+308", "Infinity")
159 TestBothWays("overflow-inf-str", "1e2000", '"Infinity"')
/external/chromium/base/third_party/dmg_fp/
Dmac_wextra.patch8 if (decpt == 9999) /* Infinity or Nan */ {
Dgcc_warnings.patch90 if (decpt == 9999) /* Infinity or Nan */ {
/external/eigen/Eigen/src/Core/util/
DConstants.h26 const int Infinity = -1; variable
/external/skia/legacy/src/animator/
DSkAnimatorScript.h55 static bool Infinity(const char* token, size_t len, void* callBack, SkScriptValue* );
DSkAnimatorScript.cpp55 propertyCallBack(Infinity, (void*) this); in SkAnimatorScript()
364 bool SkAnimatorScript::Infinity(const char* token, size_t len, void* user, SkScriptValue* value) { in Infinity() function in SkAnimatorScript
/external/skia/src/animator/
DSkAnimatorScript.h55 static bool Infinity(const char* token, size_t len, void* callBack, SkScriptValue* );
DSkAnimatorScript.cpp55 propertyCallBack(Infinity, (void*) this); in SkAnimatorScript()
364 bool SkAnimatorScript::Infinity(const char* token, size_t len, void* user, SkScriptValue* value) { in Infinity() function in SkAnimatorScript
/external/ceres-solver/internal/ceres/
Dtrust_region_minimizer.cc174 iteration_summary.gradient_max_norm = gradient.lpNorm<Eigen::Infinity>(); in Minimize()
458 iteration_summary.gradient_max_norm = gradient.lpNorm<Eigen::Infinity>(); in Minimize()
Dvisibility_based_preconditioner_test.cc299 ((y - z).array() / z.array()).matrix().lpNorm<Eigen::Infinity>(); in TEST_F()
/external/ceres-solver/include/ceres/
Dgradient_checker.h188 jacobian_difference.lpNorm<Eigen::Infinity>()); in Probe()
/external/v8/test/sputnik/
Dsputnik.status183 # NaN, Infinity and undefined are read-only according to ES5.
186 S15.1.1.2_A2_T1: FAIL_OK # Infinity
/external/eigen/Eigen/src/Core/
DDot.h191 struct lpNorm_selector<Derived, Infinity>
/external/llvm/test/Transforms/InstCombine/
Dfcmp-special.ll3 ; Infinity
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
Dgtest-internal.h382 static RawType Infinity() { in Infinity() function
/external/eigen/test/eigen2/
Deigen2_array.cpp111 VERIFY_IS_APPROX(u.template lpNorm<Infinity>(), u.cwise().abs().maxCoeff()); in lpNorm()
/external/bison/m4/
Disnanf.m4117 dnl Test whether isnanf() rejects Infinity (this fails on Solaris 2.5.1),
Disnanl.m4213 { /* Pseudo-Infinity. */
/external/smali/smali/src/test/resources/LexerTest/
DRealSmaliFileTest.tokens84 DOUBLE_LITERAL_OR_ID("-Infinity")
102 DOUBLE_LITERAL_OR_ID("Infinity")

12