Home
last modified time | relevance | path

Searched defs:Infinity (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/cases/conformance/enums/
DenumConstantMembers.ts31 const enum E6 {
/third_party/typescript/tests/cases/compiler/
DenumWithInfinityProperty.ts2 Infinity = 1 enumerator
DpropertiesAndIndexers2.ts10 Infinity: string; property
DpropertiesAndIndexers.ts35 Infinity: number; property
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-3229.js29 Number.prototype.toString.call(-Infinity, "Unicorn invasion");
/third_party/typescript/tests/baselines/reference/
DoctalIntegerLiteral.js53 Infinity: true property
DbinaryIntegerLiteral.js55 Infinity: true, property
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h242 static double Infinity() { in Infinity() function
414 static float Infinity() { in Infinity() function
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h250 static double Infinity() { in Infinity() function
435 static float Infinity() { in Infinity() function
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-ieee.h250 static double Infinity() { in Infinity() function
435 static float Infinity() { in Infinity() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dieee.h236 static double Infinity() { in Infinity() function
421 static float Infinity() { in Infinity() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_parse_test.cc316 TEST(ParseFloat, Infinity) { in TEST() argument
/third_party/skia/third_party/externals/tint/src/writer/
Dfloat_to_string_test.cc193 TEST(FloatToBitPreservingStringTest, Infinity) { in TEST() argument
/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/
Dstructured-clone-battery-of-tests.js123 'Infinity':Infinity, property
199 'Infinity':new Number(Infinity), property
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h300 static RawType Infinity() { in Infinity() function
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h308 static RawType Infinity() { return ReinterpretBits(kExponentBitMask); } in Infinity() function
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-internal.h308 static RawType Infinity() { return ReinterpretBits(kExponentBitMask); } in Infinity() function
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime_test.cc206 TEST(Time, Infinity) { in TEST() argument
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts24 declare var Infinity: number; variable
/third_party/typescript/lib/
Dlib.es5.d.ts26 declare var Infinity: number; variable
/third_party/typescript/src/lib/
Des5.d.ts6 declare var Infinity: number; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp65 Infinity = 0x0008, enumerator
/third_party/googletest/googletest/test/
Dgtest_unittest.cc2846 TEST_F(FloatTest, Infinity) { in TEST_F() argument
3004 TEST_F(DoubleTest, Infinity) { in TEST_F() argument
/third_party/typescript/tests/lib/
Dlib.d.ts23 declare var Infinity: number; variable