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
d621accb
Commit
d621accb
authored
Jul 03, 2011
by
Dylan Smith
Committed by
Alexandre Julliard
Jul 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9/tests: Added tests for rounding of denormalized number for D3DXFloat32To16Array.
parent
cac35191
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
math.c
dlls/d3dx9_36/tests/math.c
+5
-0
No files found.
dlls/d3dx9_36/tests/math.c
View file @
d621accb
...
...
@@ -2254,6 +2254,11 @@ static void test_D3DXFloat_Array(void)
{
-
NAN
,
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
,
0x1
,
5.96046e-08
f
,
5.96046e-08
f
},
{
-
2.9809598e-08
f
,
0x8001
,
0x8001
,
-
5.96046e-08
f
,
-
5.96046e-08
f
},
{
8.9406967e-08
f
,
0x2
,
0x2
,
1.19209e-07
f
,
1.19209e-07
f
}
};
/* 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