URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [loop_optimization10_pkg.ads] - Rev 700
Go to most recent revision | Compare with Previous | Blame | View Log
package Loop_Optimization10_Pkg is pragma Pure (Loop_Optimization10_Pkg); type Limit_Type is record Low : Float; High : Float; end record; function F (Low, High : in Float) return Limit_Type; end Loop_Optimization10_Pkg;
Go to most recent revision | Compare with Previous | Blame | View Log