OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [tic54x/] [math.s] - Blame information for rev 215

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 215 jeremybenn
*
2
* Math built-in functions
3
*
4
        .float  $acos(0.0)
5
        .float  $asin(0.0)
6
        .float  $atan(0.0)
7
        .float  $atan2(1.0,2.0)
8
        .float  $ceil(1.5)
9
        .float  $cosh(0.0)
10
        .float  $cos(0.0)
11
        .float  $cvf(1)
12
        .int    $cvi(2.5)
13
        .int    $cvi(-2.5)
14
        .float  $exp(1.0)
15
        .float  $fabs(-2.5)
16
        .float  $floor(3.4)
17
        .float  $fmod(10,4)
18
        .int    $int(1.2)
19
        .float  $ldexp(1,2)
20
        .float  $log10(1.0)
21
        .float  $log(1.0)
22
        .float  $max(1.0,2.0)
23
        .float  $min(1.0,2.0)
24
        .float  $pow(2.0,3.0)
25
        .float  $round(4.5)
26
        .float  $round(-4.5)
27
        .int    $sgn(-1.0)
28
        .int    $sgn(0)
29
        .int    $sgn(1)
30
        .float  $sin(0.0)
31
        .float  $sinh(0.0)
32
        .float  $sqrt(1.0)
33
        .float  $tan(0.0)
34
        .float  $tanh(0.0)
35
        .float  $trunc(-1.5)
36
        .float  $trunc(1.5)
37
        .end

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.