Searched refs:Infinity (Results 1 - 25 of 45) sorted by relevance

12

/external/protobuf/js/binary/
H A Dwriter_test.js76 assertFails(function() {writer.writeInt32(1, -Infinity);});
77 assertFails(function() {writer.writeInt32(1, Infinity);});
79 assertFails(function() {writer.writeInt64(1, -Infinity);});
80 assertFails(function() {writer.writeInt64(1, Infinity);});
83 assertFails(function() {writer.writeUint32(1, Infinity);});
86 assertFails(function() {writer.writeUint64(1, Infinity);});
88 assertFails(function() {writer.writeSint32(1, -Infinity);});
89 assertFails(function() {writer.writeSint32(1, Infinity);});
91 assertFails(function() {writer.writeSint64(1, -Infinity);});
92 assertFails(function() {writer.writeSint64(1, Infinity);});
[all...]
H A Dutils_test.js368 test(Infinity, 0x7f800000);
369 test(-Infinity, 0xff800000);
389 while (cursor != Infinity) {
396 while (cursor != -Infinity) {
438 test(Infinity, 0x7ff00000, 0x00000000);
439 test(-Infinity, 0xfff00000, 0x00000000);
459 while (cursor != Infinity) {
466 while (cursor != -Infinity) {
H A Dutils.js367 return sign * Infinity;
397 return sign * Infinity;
/external/eigen/doc/examples/
H A DTutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp21 cout << "v.lpNorm<Infinity>() = " << v.lpNorm<Infinity>() << endl;
27 cout << "m.lpNorm<Infinity>() = " << m.lpNorm<Infinity>() << endl;
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_util.cc44 double Infinity() { function in namespace:google::protobuf::internal
H A Dgenerated_message_util.h70 LIBPROTOBUF_EXPORT double Infinity();
/external/eigen/Eigen/src/Core/util/
H A DConstants.h28 /** This value means +Infinity; it is currently used only as the p parameter to MatrixBase::lpNorm<int>().
29 * The value Infinity there means the L-infinity norm.
31 const int Infinity = -1; member in namespace:Eigen
/external/v8/tools/
H A Dcompare-table-gen.js8 var strings = ["true", "false", "null", "void 0", "0", "0.0", "-0", "\"\"", "-1", "-1.25", "1", "1.25", "-2147483648", "2147483648", "Infinity", "-Infinity", "NaN"];
39 if ((1 / x) == -Infinity) return "-0";
H A Dtickprocessor.js145 this.range_start = isNaN(range_start) ? -Infinity : (range_start * 1000);
146 this.range_end = isNaN(range_end) ? Infinity : (range_end * 1000)
/external/v8/tools/profviz/
H A Dcomposer.js350 range_start = start_found ? range_start_override : Infinity;
351 range_end = end_found ? range_end_override : -Infinity;
433 var max_deopt_size = deopts.length > 0 ? deopts[0].size : Infinity;
/external/eigen/test/
H A Dvectorwiseop.cpp210 VERIFY_IS_APPROX(m1.cwiseAbs().colwise().maxCoeff(), m1.colwise().template lpNorm<Infinity>());
211 VERIFY_IS_APPROX(m1.cwiseAbs().rowwise().maxCoeff(), m1.rowwise().template lpNorm<Infinity>());
H A Darray_for_matrix.cpp158 VERIFY_IS_APPROX(u.template lpNorm<Infinity>(), RealScalar(0));
165 VERIFY_IS_APPROX(u.template lpNorm<Infinity>(), u.cwiseAbs().maxCoeff());
/external/eigen/Eigen/src/Core/
H A DDot.h233 struct lpNorm_selector<Derived, Infinity>
248 * of the coefficients of \c *this. If \a p is the special value \a Eigen::Infinity, this function returns the \f$ \ell^\infty \f$
/external/protobuf/conformance/
H A Dconformance_test.cc990 R"({"optionalFloat": "Infinity"})",
994 R"({"optionalFloat": "-Infinity"})",
1021 R"({"optionalFloat": Infinity})");
1024 R"({"optionalFloat": -Infinity})");
1062 R"({"optionalDouble": "Infinity"})",
1066 R"({"optionalDouble": "-Infinity"})",
1089 R"({"optionalDouble": Infinity})");
1092 R"({"optionalDouble": -Infinity})");
/external/doclava/res/assets/templates-sdk/assets/js/
H A Dprettify.js19 H=[G,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],w=[w,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
25 hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);k(x([],[["str",/^[\S\s]+/]]),["regex"]);window.prettyPrintOne=function(a,m,e){var h=document.createElement("PRE");h.innerHTML=a;e&&D(h,e);E({g:m,i:e,h:h});return h.innerHTML};window.prettyPrint=function(a){function m(){for(var e=window.PR_SHOULD_USE_CONTINUATION?l.now()+250:Infinity;p<h.length&&l.now()<e;p++){var n=h[p],k=n.className;if(k.indexOf("prettyprint")>=0){var k=k.match(g),f,b;if(b=
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h395 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h294 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h379 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h324 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h324 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h408 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h379 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/okhttp/website/static/
H A Dprettify.js19 O=[N,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,internal,into,is,let,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var,virtual,where"],E=[E,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],P=[y,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
27 return b.innerHTML},prettyPrint:D.prettyPrint=function(a,d){function g(){for(var b=D.PR_SHOULD_USE_CONTINUATION?c.now()+250:Infinity;i<p.length&&c.now()<b;i++){for(var d=p[i],j=h,k=d;k=k.previousSibling;){var m=k.nodeType,o=(m===7||m===8)&&k.nodeValue;if(o?!/^\??prettify\b/.test(o):m!==3||/\S/.test(k.nodeValue))break;if(o){j={};o.replace(/\b(\w+)=([\w%+\-.:]+)/g,function(a,b,c){j[b]=c});break}}k=d.className;if((j!==h||e.test(k))&&!v.test(k)){m=!1;for(o=d.parentNode;o;o=o.parentNode)if(f.test(o.tagName)&&
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h399 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h324 static RawType Infinity() { function in class:testing::internal::FloatingPoint

Completed in 3281 milliseconds

12