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
af3a59cb
Commit
af3a59cb
authored
Dec 19, 2013
by
Stefan Dösinger
Committed by
Alexandre Julliard
Dec 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9_36: Add missing f suffixes.
parent
7db8cf29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
math.c
dlls/d3dx9_36/math.c
+2
-2
No files found.
dlls/d3dx9_36/math.c
View file @
af3a59cb
...
@@ -2394,9 +2394,9 @@ FLOAT* WINAPI D3DXSHEvalDirection(FLOAT *out, UINT order, const D3DXVECTOR3 *dir
...
@@ -2394,9 +2394,9 @@ FLOAT* WINAPI D3DXSHEvalDirection(FLOAT *out, UINT order, const D3DXVECTOR3 *dir
out
[
9
]
=
-
sqrtf
(
70
.
0
f
/
D3DX_PI
)
/
8
.
0
f
*
dir
->
y
*
(
3
.
0
f
*
dirxx
-
diryy
);
out
[
9
]
=
-
sqrtf
(
70
.
0
f
/
D3DX_PI
)
/
8
.
0
f
*
dir
->
y
*
(
3
.
0
f
*
dirxx
-
diryy
);
out
[
10
]
=
sqrtf
(
105
.
0
f
/
D3DX_PI
)
/
2
.
0
f
*
dirxy
*
dir
->
z
;
out
[
10
]
=
sqrtf
(
105
.
0
f
/
D3DX_PI
)
/
2
.
0
f
*
dirxy
*
dir
->
z
;
out
[
11
]
=
-
sqrtf
(
42
.
0
/
D3DX_PI
)
/
8
.
0
f
*
dir
->
y
*
(
-
1
.
0
f
+
5
.
0
f
*
dirzz
);
out
[
11
]
=
-
sqrtf
(
42
.
0
f
/
D3DX_PI
)
/
8
.
0
f
*
dir
->
y
*
(
-
1
.
0
f
+
5
.
0
f
*
dirzz
);
out
[
12
]
=
sqrtf
(
7
.
0
f
/
D3DX_PI
)
/
4
.
0
f
*
dir
->
z
*
(
5
.
0
f
*
dirzz
-
3
.
0
f
);
out
[
12
]
=
sqrtf
(
7
.
0
f
/
D3DX_PI
)
/
4
.
0
f
*
dir
->
z
*
(
5
.
0
f
*
dirzz
-
3
.
0
f
);
out
[
13
]
=
sqrtf
(
42
.
0
/
D3DX_PI
)
/
8
.
0
f
*
dir
->
x
*
(
1
.
0
f
-
5
.
0
f
*
dirzz
);
out
[
13
]
=
sqrtf
(
42
.
0
f
/
D3DX_PI
)
/
8
.
0
f
*
dir
->
x
*
(
1
.
0
f
-
5
.
0
f
*
dirzz
);
out
[
14
]
=
sqrtf
(
105
.
0
f
/
D3DX_PI
)
/
4
.
0
f
*
dir
->
z
*
(
dirxx
-
diryy
);
out
[
14
]
=
sqrtf
(
105
.
0
f
/
D3DX_PI
)
/
4
.
0
f
*
dir
->
z
*
(
dirxx
-
diryy
);
out
[
15
]
=
-
sqrtf
(
70
.
0
f
/
D3DX_PI
)
/
8
.
0
f
*
dir
->
x
*
(
dirxx
-
3
.
0
f
*
diryy
);
out
[
15
]
=
-
sqrtf
(
70
.
0
f
/
D3DX_PI
)
/
8
.
0
f
*
dir
->
x
*
(
dirxx
-
3
.
0
f
*
diryy
);
if
(
order
==
4
)
if
(
order
==
4
)
...
...
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