Home
last modified time | relevance | path

Searched refs:bd1 (Results 1 – 25 of 1258) sorted by relevance

12345678910>>...51

/dports/devel/ppl/ppl-1.2/tests/Concrete_Expression/
H A Dbdshape2.cc32 FP_BD_Shape bd1(0); in test01() local
73 FP_BD_Shape bd1(2); in test02() local
149 FP_BD_Shape bd1(2); in test04() local
188 FP_BD_Shape bd1(2); in test05() local
226 FP_BD_Shape bd1(2); in test06() local
264 FP_BD_Shape bd1(2); in test07() local
303 FP_BD_Shape bd1(3); in test08() local
333 FP_BD_Shape bd1(2); in test09() local
374 FP_BD_Shape bd1(2); in test10() local
454 FP_BD_Shape bd1(2); in test12() local
[all …]
H A Dbdshape1.cc33 FP_BD_Shape bd1(0); in test01() local
70 FP_BD_Shape bd1(2); in test02() local
71 bd1.add_constraint(A <= 2); in test02()
96 FP_BD_Shape bd1(3); in test03() local
121 FP_BD_Shape bd1(3); in test04() local
148 FP_BD_Shape bd1(3); in test05() local
176 FP_BD_Shape bd1(3); in test06() local
204 FP_BD_Shape bd1(3); in test07() local
231 FP_BD_Shape bd1(3); in test08() local
262 FP_BD_Shape bd1(3); in test09() local
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/data/xy/
H A DXYBarDatasetTest.java74 XYBarDataset bd1 = new XYBarDataset(d1, 5.0); in testEquals() local
76 assertTrue(bd1.equals(bd2)); in testEquals()
77 assertTrue(bd2.equals(bd1)); in testEquals()
90 XYBarDataset bd1 = new XYBarDataset(d1, 5.0); in testCloning() local
92 assertTrue(bd1 != bd2); in testCloning()
93 assertTrue(bd1.getClass() == bd2.getClass()); in testCloning()
94 assertTrue(bd1.equals(bd2)); in testCloning()
99 assertFalse(bd1.equals(bd2)); in testCloning()
102 assertTrue(bd1.equals(bd2)); in testCloning()
116 assertTrue(bd1 instanceof PublicCloneable); in testPublicCloneable()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/
H A DBigDecimalColumnInterpreter.java54 public BigDecimal add(BigDecimal bd1, BigDecimal bd2) { in add() argument
55 if (bd1 == null ^ bd2 == null) { in add()
56 return (bd1 == null) ? bd2 : bd1; // either of one is null. in add()
58 if (bd1 == null) { in add()
61 return bd1.add(bd2); in add()
66 if (bd1 == null ^ bd2 == null) { in compare()
69 if (bd1 == null) { in compare()
72 return bd1.compareTo(bd2); // natural ordering. in compare()
87 return (bd1 == null || bd2 == null) ? null : bd1.multiply(bd2) in multiply()
97 public double divideForAvg(BigDecimal bd1, Long l2) { in divideForAvg() argument
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/math/BigDecimal/
H A DFloatDoubleValueTests.java97 BigDecimal bd1 = new BigDecimal(i); in testFloatDoubleValue() local
100 testDoubleValue0( i, bd1); in testFloatDoubleValue()
103 testFloatValue0( i, bd1); in testFloatDoubleValue()
125 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
128 testDoubleValue0( i, bd1); in testDoubleValue()
131 checkFloat(bd1, (float)i); in testDoubleValue()
137 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
139 checkDouble(bd1, (double)i); in testDoubleValue()
142 checkFloat(bd1, (float)i); in testDoubleValue()
155 checkFloat(bd1, (float)i); in testFloatValue()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/math/BigDecimal/
H A DFloatDoubleValueTests.java97 BigDecimal bd1 = new BigDecimal(i); in testFloatDoubleValue() local
100 testDoubleValue0( i, bd1); in testFloatDoubleValue()
103 testFloatValue0( i, bd1); in testFloatDoubleValue()
125 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
128 testDoubleValue0( i, bd1); in testDoubleValue()
131 checkFloat(bd1, (float)i); in testDoubleValue()
137 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
139 checkDouble(bd1, (double)i); in testDoubleValue()
142 checkFloat(bd1, (float)i); in testDoubleValue()
155 checkFloat(bd1, (float)i); in testFloatValue()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/math/BigDecimal/
H A DFloatDoubleValueTests.java97 BigDecimal bd1 = new BigDecimal(i); in testFloatDoubleValue() local
100 testDoubleValue0( i, bd1); in testFloatDoubleValue()
103 testFloatValue0( i, bd1); in testFloatDoubleValue()
125 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
128 testDoubleValue0( i, bd1); in testDoubleValue()
131 checkFloat(bd1, (float)i); in testDoubleValue()
137 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
139 checkDouble(bd1, (double)i); in testDoubleValue()
142 checkFloat(bd1, (float)i); in testDoubleValue()
155 checkFloat(bd1, (float)i); in testFloatValue()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/math/BigDecimal/
H A DFloatDoubleValueTests.java97 BigDecimal bd1 = new BigDecimal(i); in testFloatDoubleValue() local
100 testDoubleValue0( i, bd1); in testFloatDoubleValue()
103 testFloatValue0( i, bd1); in testFloatDoubleValue()
125 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
128 testDoubleValue0( i, bd1); in testDoubleValue()
131 checkFloat(bd1, (float)i); in testDoubleValue()
137 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
139 checkDouble(bd1, (double)i); in testDoubleValue()
142 checkFloat(bd1, (float)i); in testDoubleValue()
155 checkFloat(bd1, (float)i); in testFloatValue()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/math/BigDecimal/
H A DFloatDoubleValueTests.java97 BigDecimal bd1 = new BigDecimal(i); in testFloatDoubleValue() local
100 testDoubleValue0( i, bd1); in testFloatDoubleValue()
103 testFloatValue0( i, bd1); in testFloatDoubleValue()
125 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
128 testDoubleValue0( i, bd1); in testDoubleValue()
131 checkFloat(bd1, (float)i); in testDoubleValue()
137 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
139 checkDouble(bd1, (double)i); in testDoubleValue()
142 checkFloat(bd1, (float)i); in testDoubleValue()
155 checkFloat(bd1, (float)i); in testFloatValue()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/math/BigDecimal/
H A DFloatDoubleValueTests.java97 BigDecimal bd1 = new BigDecimal(i); in testFloatDoubleValue() local
100 testDoubleValue0( i, bd1); in testFloatDoubleValue()
103 testFloatValue0( i, bd1); in testFloatDoubleValue()
125 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
128 testDoubleValue0( i, bd1); in testDoubleValue()
131 checkFloat(bd1, (float)i); in testDoubleValue()
137 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
139 checkDouble(bd1, (double)i); in testDoubleValue()
142 checkFloat(bd1, (float)i); in testDoubleValue()
155 checkFloat(bd1, (float)i); in testFloatValue()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/math/BigDecimal/
H A DFloatDoubleValueTests.java97 BigDecimal bd1 = new BigDecimal(i); in testFloatDoubleValue() local
100 testDoubleValue0( i, bd1); in testFloatDoubleValue()
103 testFloatValue0( i, bd1); in testFloatDoubleValue()
125 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
128 testDoubleValue0( i, bd1); in testDoubleValue()
131 checkFloat(bd1, (float)i); in testDoubleValue()
137 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
139 checkDouble(bd1, (double)i); in testDoubleValue()
142 checkFloat(bd1, (float)i); in testDoubleValue()
155 checkFloat(bd1, (float)i); in testFloatValue()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/math/BigDecimal/
H A DFloatDoubleValueTests.java97 BigDecimal bd1 = new BigDecimal(i); in testFloatDoubleValue() local
100 testDoubleValue0( i, bd1); in testFloatDoubleValue()
103 testFloatValue0( i, bd1); in testFloatDoubleValue()
125 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
128 testDoubleValue0( i, bd1); in testDoubleValue()
131 checkFloat(bd1, (float)i); in testDoubleValue()
137 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
139 checkDouble(bd1, (double)i); in testDoubleValue()
142 checkFloat(bd1, (float)i); in testDoubleValue()
155 checkFloat(bd1, (float)i); in testFloatValue()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/math/BigDecimal/
H A DFloatDoubleValueTests.java97 BigDecimal bd1 = new BigDecimal(i); in testFloatDoubleValue() local
100 testDoubleValue0( i, bd1); in testFloatDoubleValue()
103 testFloatValue0( i, bd1); in testFloatDoubleValue()
125 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
128 testDoubleValue0( i, bd1); in testDoubleValue()
131 checkFloat(bd1, (float)i); in testDoubleValue()
137 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
139 checkDouble(bd1, (double)i); in testDoubleValue()
142 checkFloat(bd1, (float)i); in testDoubleValue()
155 checkFloat(bd1, (float)i); in testFloatValue()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/math/BigDecimal/
H A DFloatDoubleValueTests.java97 BigDecimal bd1 = new BigDecimal(i); in testFloatDoubleValue() local
100 testDoubleValue0( i, bd1); in testFloatDoubleValue()
103 testFloatValue0( i, bd1); in testFloatDoubleValue()
125 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
128 testDoubleValue0( i, bd1); in testDoubleValue()
131 checkFloat(bd1, (float)i); in testDoubleValue()
137 BigDecimal bd1 = new BigDecimal(i); in testDoubleValue() local
139 checkDouble(bd1, (double)i); in testDoubleValue()
142 checkFloat(bd1, (float)i); in testDoubleValue()
155 checkFloat(bd1, (float)i); in testFloatValue()
[all …]
/dports/devel/juce/JUCE-f37e9a1/examples/Assets/Box2DTests/
H A DGears.h48 b2BodyDef bd1; in Gears() local
49 bd1.type = b2_staticBody; in Gears()
50 bd1.position.Set(10.0f, 9.0f); in Gears()
51 b2Body* body1 = m_world->CreateBody(&bd1); in Gears()
67 jd1.Initialize(body2, body1, bd1.position); in Gears()
93 b2BodyDef bd1; in Gears() local
94 bd1.type = b2_dynamicBody; in Gears()
95 bd1.position.Set(-3.0f, 12.0f); in Gears()
96 b2Body* body1 = m_world->CreateBody(&bd1); in Gears()
102 jd1.localAnchorA = ground->GetLocalPoint(bd1.position); in Gears()
[all …]
/dports/devel/juce/JUCE-f37e9a1/examples/DemoRunner/Builds/Android/app/src/main/assets/Box2DTests/
H A DGears.h48 b2BodyDef bd1; in Gears() local
49 bd1.type = b2_staticBody; in Gears()
50 bd1.position.Set(10.0f, 9.0f); in Gears()
51 b2Body* body1 = m_world->CreateBody(&bd1); in Gears()
67 jd1.Initialize(body2, body1, bd1.position); in Gears()
93 b2BodyDef bd1; in Gears() local
94 bd1.type = b2_dynamicBody; in Gears()
95 bd1.position.Set(-3.0f, 12.0f); in Gears()
96 b2Body* body1 = m_world->CreateBody(&bd1); in Gears()
102 jd1.localAnchorA = ground->GetLocalPoint(bd1.position); in Gears()
[all …]
/dports/misc/box2d/box2d-2.4.1/testbed/tests/
H A Dgear_joint.cpp50 b2BodyDef bd1; in GearJoint() local
51 bd1.type = b2_staticBody; in GearJoint()
52 bd1.position.Set(10.0f, 9.0f); in GearJoint()
53 b2Body* body1 = m_world->CreateBody(&bd1); in GearJoint()
69 jd1.Initialize(body1, body2, bd1.position); in GearJoint()
95 b2BodyDef bd1; in GearJoint() local
96 bd1.type = b2_dynamicBody; in GearJoint()
97 bd1.position.Set(-3.0f, 12.0f); in GearJoint()
98 b2Body* body1 = m_world->CreateBody(&bd1); in GearJoint()
104 jd1.localAnchorA = ground->GetLocalPoint(bd1.position); in GearJoint()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/Testbed/Tests/
H A DGears.h48 b2BodyDef bd1; in Gears() local
49 bd1.type = b2_staticBody; in Gears()
50 bd1.position.Set(10.0f, 9.0f); in Gears()
51 b2Body* body1 = m_world->CreateBody(&bd1); in Gears()
67 jd1.Initialize(body2, body1, bd1.position); in Gears()
93 b2BodyDef bd1; in Gears() local
94 bd1.type = b2_dynamicBody; in Gears()
95 bd1.position.Set(-3.0f, 12.0f); in Gears()
96 b2Body* body1 = m_world->CreateBody(&bd1); in Gears()
102 jd1.localAnchorA = ground->GetLocalPoint(bd1.position); in Gears()
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Testbed/Tests/
H A DGears.h47 b2BodyDef bd1; in Gears() local
48 bd1.type = b2_staticBody; in Gears()
49 bd1.position.Set(10.0f, 9.0f); in Gears()
50 b2Body* body1 = m_world->CreateBody(&bd1); in Gears()
66 jd1.Initialize(body2, body1, bd1.position); in Gears()
92 b2BodyDef bd1; in Gears() local
93 bd1.type = b2_dynamicBody; in Gears()
94 bd1.position.Set(-3.0f, 12.0f); in Gears()
95 b2Body* body1 = m_world->CreateBody(&bd1); in Gears()
101 jd1.localAnchorA = ground->GetLocalPoint(bd1.position); in Gears()
[all …]
/dports/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9/src/
H A Dsavage_accel.c462 psav->GlobalBD.bd1.HighPart.Bpp = (unsigned char) (pScrn->bitsPerPixel); in SavageSetGBD_Twister()
463 psav->GlobalBD.bd1.Offset = pScrn->fbOffset; in SavageSetGBD_Twister()
614 psav->GlobalBD.bd1.HighPart.Bpp = (unsigned char) (pScrn->bitsPerPixel); in SavageSetGBD_3D()
615 psav->GlobalBD.bd1.Offset = pScrn->fbOffset; in SavageSetGBD_3D()
853 psav->GlobalBD.bd1.HighPart.ResBWTile = tile16;/* 16 bit */ in SavageSetGBD_M7()
862 psav->GlobalBD.bd1.HighPart.ResBWTile = tile32;/* 32 bit */ in SavageSetGBD_M7()
871 psav->GlobalBD.bd1.HighPart.ResBWTile |= 0x10;/* disable block write */ in SavageSetGBD_M7()
875 psav->GlobalBD.bd1.Offset = pScrn->fbOffset; in SavageSetGBD_M7()
1091 psav->GlobalBD.bd1.HighPart.ResBWTile |= 0x10;/* disable block write */ in SavageSetGBD_PM()
1095 psav->GlobalBD.bd1.Offset = pScrn->fbOffset; in SavageSetGBD_PM()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/go.test/test/ken/
H A Ddivmod.go74 var bd1 int8 = +3
77 if bn1/bd1 != q1 || bn1%bd1 != r1 {
78 println("int8-1", bn1, bd1, bn1/bd1, bn1%bd1)
81 if bn2/bd1 != q2 || bn2%bd1 != r2 {
82 println("int8-2", bn2, bd1, bn2/bd1, bn2%bd1)
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/go.test/test/ken/
H A Ddivmod.go74 var bd1 int8 = +3
77 if bn1/bd1 != q1 || bn1%bd1 != r1 {
78 println("int8-1", bn1, bd1, bn1/bd1, bn1%bd1)
81 if bn2/bd1 != q2 || bn2%bd1 != r2 {
82 println("int8-2", bn2, bd1, bn2/bd1, bn2%bd1)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/go.test/test/ken/
H A Ddivmod.go74 var bd1 int8 = +3
77 if bn1/bd1 != q1 || bn1%bd1 != r1 {
78 println("int8-1", bn1, bd1, bn1/bd1, bn1%bd1)
81 if bn2/bd1 != q2 || bn2%bd1 != r2 {
82 println("int8-2", bn2, bd1, bn2/bd1, bn2%bd1)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/ken/
H A Ddivmod.go74 var bd1 int8 = +3
77 if bn1/bd1 != q1 || bn1%bd1 != r1 {
78 println("int8-1", bn1, bd1, bn1/bd1, bn1%bd1)
81 if bn2/bd1 != q2 || bn2%bd1 != r2 {
82 println("int8-2", bn2, bd1, bn2/bd1, bn2%bd1)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/ken/
H A Ddivmod.go74 var bd1 int8 = +3
77 if bn1/bd1 != q1 || bn1%bd1 != r1 {
78 println("int8-1", bn1, bd1, bn1/bd1, bn1%bd1)
81 if bn2/bd1 != q2 || bn2%bd1 != r2 {
82 println("int8-2", bn2, bd1, bn2/bd1, bn2%bd1)

12345678910>>...51