Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
feea4592
Commit
feea4592
authored
Aug 06, 2012
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Aug 14, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9_36/tests: Fix failures on vista x64.
parent
be1ca283
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
math.c
dlls/d3dx9_36/tests/math.c
+5
-5
No files found.
dlls/d3dx9_36/tests/math.c
View file @
feea4592
...
...
@@ -2290,7 +2290,7 @@ static void test_D3DXFloat_Array(void)
{
FLOAT
single_in
;
/* half_ver2 occurs on WXPPROSP3 (32 bit math), WVISTAADM (32 bit math), W7PRO (32 bit math) */
/* half_ver2 occurs on WXPPROSP3 (32 bit math), WVISTAADM (32
/64
bit math), W7PRO (32 bit math) */
WORD
half_ver1
,
half_ver2
;
/* single_out_ver2 confirms that half -> single conversion is consistent across platforms */
...
...
@@ -2314,15 +2314,15 @@ static void test_D3DXFloat_Array(void)
{
-
65536
.
0
f
,
0xfc00
,
0xfc00
,
-
65536
.
0
f
,
-
65536
.
0
f
},
{
1
.
0
f
/
z
,
0x7c00
,
0x7fff
,
65536
.
0
f
,
131008
.
0
f
},
{
-
1
.
0
f
/
z
,
0xffff
,
0xffff
,
-
131008
.
0
f
,
-
131008
.
0
f
},
{
nan
,
0x7fff
,
0x
7fff
,
131008
.
0
f
,
131008
.
0
f
},
{
nan
,
0x7fff
,
0x
ffff
,
131008
.
0
f
,
-
131008
.
0
f
},
{
nnan
,
0xffff
,
0xffff
,
-
131008
.
0
f
,
-
131008
.
0
f
},
{
0
.
0
f
,
0x0
,
0x0
,
0
.
0
f
,
0
.
0
f
},
{
-
0
.
0
f
,
0x8000
,
0x8000
,
0
.
0
f
,
0
.
0
f
},
{
2.9809595e-08
f
,
0x0
,
0x0
,
0
.
0
f
,
0
.
0
f
},
{
-
2.9809595e-08
f
,
0x8000
,
0x8000
,
-
0
.
0
f
,
-
0
.
0
f
},
{
2.9809598e-08
f
,
0x1
,
0x
1
,
5.96046e-08
f
,
5.96046e-08
f
},
{
-
2.9809598e-08
f
,
0x8001
,
0x800
1
,
-
5.96046e-08
f
,
-
5.96046e-08
f
},
{
8.9406967e-08
f
,
0x2
,
0x
2
,
1.19209e-07
f
,
1.19209e-07
f
}
{
2.9809598e-08
f
,
0x1
,
0x
0
,
5.96046e-08
f
,
5.96046e-08
f
},
{
-
2.9809598e-08
f
,
0x8001
,
0x800
0
,
-
5.96046e-08
f
,
-
5.96046e-08
f
},
{
8.9406967e-08
f
,
0x2
,
0x
1
,
1.19209e-07
f
,
5.96046e-008
}
};
/* exception on NULL out or in parameter */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment