repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
aspect1_horizontal.adb
blob
b5b0cf795bfed0da5d1c8425a52282fb27e5dec6
1
package body
Aspect1_Horizontal
is
2
function
Theta_D
(
s
:
Position_2d_Pkg
.
Vect2
;
nzv
:
Speed_2d_Pkg
.
Nz_vect2
)
3
return
float
4
is
5
a
:
constant
float
:=
0.0
;
6
begin
7
return
0.0
;
8
end
Theta_D
;
9
end
Aspect1_Horizontal
;