Home
last modified time | relevance | path

Searched refs:TestDouble (Results 1 – 25 of 141) sorted by relevance

123456

/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dserfloat_tests.cpp20 uint64_t TestDouble(double f) { in TestDouble() function
39 BOOST_CHECK_EQUAL(TestDouble(0.0), 0U); in BOOST_AUTO_TEST_CASE()
40 BOOST_CHECK_EQUAL(TestDouble(-0.0), 0x8000000000000000); in BOOST_AUTO_TEST_CASE()
43 BOOST_CHECK_EQUAL(TestDouble(0.5), 0x3fe0000000000000ULL); in BOOST_AUTO_TEST_CASE()
54 TestDouble(std::numeric_limits<double>::min()); in BOOST_AUTO_TEST_CASE()
55 TestDouble(-std::numeric_limits<double>::min()); in BOOST_AUTO_TEST_CASE()
56 TestDouble(std::numeric_limits<double>::max()); in BOOST_AUTO_TEST_CASE()
57 TestDouble(-std::numeric_limits<double>::max()); in BOOST_AUTO_TEST_CASE()
58 TestDouble(std::numeric_limits<double>::lowest()); in BOOST_AUTO_TEST_CASE()
59 TestDouble(-std::numeric_limits<double>::lowest()); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dserfloat_tests.cpp20 uint64_t TestDouble(double f) { in TestDouble() function
39 BOOST_CHECK_EQUAL(TestDouble(0.0), 0U); in BOOST_AUTO_TEST_CASE()
40 BOOST_CHECK_EQUAL(TestDouble(-0.0), 0x8000000000000000); in BOOST_AUTO_TEST_CASE()
43 BOOST_CHECK_EQUAL(TestDouble(0.5), 0x3fe0000000000000ULL); in BOOST_AUTO_TEST_CASE()
54 TestDouble(std::numeric_limits<double>::min()); in BOOST_AUTO_TEST_CASE()
55 TestDouble(-std::numeric_limits<double>::min()); in BOOST_AUTO_TEST_CASE()
56 TestDouble(std::numeric_limits<double>::max()); in BOOST_AUTO_TEST_CASE()
57 TestDouble(-std::numeric_limits<double>::max()); in BOOST_AUTO_TEST_CASE()
58 TestDouble(std::numeric_limits<double>::lowest()); in BOOST_AUTO_TEST_CASE()
59 TestDouble(-std::numeric_limits<double>::lowest()); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dserfloat_tests.cpp20 uint64_t TestDouble(double f) { in TestDouble() function
39 BOOST_CHECK_EQUAL(TestDouble(0.0), 0U); in BOOST_AUTO_TEST_CASE()
40 BOOST_CHECK_EQUAL(TestDouble(-0.0), 0x8000000000000000); in BOOST_AUTO_TEST_CASE()
43 BOOST_CHECK_EQUAL(TestDouble(0.5), 0x3fe0000000000000ULL); in BOOST_AUTO_TEST_CASE()
54 TestDouble(std::numeric_limits<double>::min()); in BOOST_AUTO_TEST_CASE()
55 TestDouble(-std::numeric_limits<double>::min()); in BOOST_AUTO_TEST_CASE()
56 TestDouble(std::numeric_limits<double>::max()); in BOOST_AUTO_TEST_CASE()
57 TestDouble(-std::numeric_limits<double>::max()); in BOOST_AUTO_TEST_CASE()
58 TestDouble(std::numeric_limits<double>::lowest()); in BOOST_AUTO_TEST_CASE()
59 TestDouble(-std::numeric_limits<double>::lowest()); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks/tests/Task/
H A DTaskFromAsyncTest.cs35 private const double TestDouble = 1.0; // const used in APM with 2/3 args tests field in System.Threading.Tasks.Tests.FromAsync.TaskFromAsyncTest
334 _expectedInputs.Add(TestDouble); in RunAPMTest()
343 …uble, AsyncCallback, object, IAsyncResult>)null, action2.EndInvoke, TestInteger, TestDouble, null); in RunAPMTest()
345 … Task.Factory.FromAsync(action2.BeginInvoke, null, TestInteger, TestDouble, null); in RunAPMTest()
372 …c<int, double, ReadOnlyCollection<object>>(func2.BeginInvoke, null, TestInteger, TestDouble, null); in RunAPMTest()
400 …dOnlyCollection<object>>.Factory.FromAsync(func2.BeginInvoke, null, TestInteger, TestDouble, null); in RunAPMTest()
425 _expectedInputs.Add(TestDouble); in RunAPMTest()
435 …cCallback, object, IAsyncResult>)null, action3.EndInvoke, TestInteger, TestDouble, TestBoolean, nu… in RunAPMTest()
437 … Task.Factory.FromAsync(action3.BeginInvoke, null, TestInteger, TestDouble, TestBoolean, null); in RunAPMTest()
464 …ool, ReadOnlyCollection<object>>(func3.BeginInvoke, null, TestInteger, TestDouble, TestBoolean, nu… in RunAPMTest()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtestv8.pp66 Procedure TestDouble(R : Double);
104 TestDouble(2.0E-2);
108 TestDouble(2.0E2);
112 TestDouble(0.0);
116 TestDouble(2.0E-39);
H A Dtestv7.pp19 Procedure TestDouble;
60 TestDouble;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/beans/XMLDecoder/spec/
H A DTestDouble.java32 public final class TestDouble extends AbstractTest { class
42 new TestDouble().test(true); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/beans/XMLDecoder/spec/
H A DTestDouble.java32 public final class TestDouble extends AbstractTest { class
42 new TestDouble().test(true); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/beans/XMLDecoder/spec/
H A DTestDouble.java32 public final class TestDouble extends AbstractTest { class
42 new TestDouble().test(true); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/beans/XMLDecoder/spec/
H A DTestDouble.java32 public final class TestDouble extends AbstractTest { class
42 new TestDouble().test(true); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/beans/XMLDecoder/spec/
H A DTestDouble.java32 public final class TestDouble extends AbstractTest { class
42 new TestDouble().test(true); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/beans/XMLDecoder/spec/
H A DTestDouble.java32 public final class TestDouble extends AbstractTest { class
42 new TestDouble().test(true); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/beans/XMLDecoder/spec/
H A DTestDouble.java33 public final class TestDouble extends AbstractTest { class
43 new TestDouble().test(true); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/beans/XMLDecoder/spec/
H A DTestDouble.java32 public final class TestDouble extends AbstractTest { class
42 new TestDouble().test(true); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/beans/XMLDecoder/spec/
H A DTestDouble.java32 public final class TestDouble extends AbstractTest { class
42 new TestDouble().test(true); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/beans/XMLDecoder/spec/
H A DTestDouble.java32 public final class TestDouble extends AbstractTest { class
42 new TestDouble().test(true); in main()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/qa/vba_tests/
H A Dvartype.vb30 Dim TestDouble As Double
45 date1 = VarType(TestDouble)
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/qa/vba_tests/
H A Dvartype.vb23 Dim TestDouble As Double
47 TestUtil.AssertEqual(VarType(TestDouble), vbDouble, "VarType(TestDouble)")
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-66.cs75 static int TestDouble () in TestDouble() method in X
122 if (TestDouble () != 0) in Main()
/dports/devel/upp/upp/bazaar/FirebirdTest/
H A DFirebirdTest.cpp512 void TestDouble(FBSession& s, const String& field_type) in TestDouble() function
1208 TestDouble(s, "DOUBLE PRECISION");
1210 TestDouble(s, "DOUBLE PRECISION");
1213 TestDouble(s, "FLOAT");
1215 TestDouble(s, "FLOAT");
1218 TestDouble(s, "DECIMAL(18, 4)");
1220 TestDouble(s, "DECIMAL(18, 4)");
1223 TestDouble(s, "NUMERIC(18, 4)");
1225 TestDouble(s, "NUMERIC(18, 4)");
/dports/devel/protozero/protozero-1.7.0/test/t/double/
H A Ddouble_testcase.proto5 package TestDouble; package
H A Dtestcase.cpp7 TestDouble::Test msg; in main()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/protozero/test/t/double/
H A Ddouble_testcase.proto5 package TestDouble; package
H A Dtestcase.cpp7 TestDouble::Test msg; in main()
/dports/devel/shapelib/shapelib-1.5.0/tests/
H A Dtest3.sh13 ./dbfcreate test.dbf -s Description 30 -n TestInt 6 0 -n TestDouble 16 5

123456