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] - Diff between revs 205 and 215

Only display areas with differences | Details | Blame | View Log

Rev 205 Rev 215
*
*
* Math built-in functions
* Math built-in functions
*
*
        .float  $acos(0.0)
        .float  $acos(0.0)
        .float  $asin(0.0)
        .float  $asin(0.0)
        .float  $atan(0.0)
        .float  $atan(0.0)
        .float  $atan2(1.0,2.0)
        .float  $atan2(1.0,2.0)
        .float  $ceil(1.5)
        .float  $ceil(1.5)
        .float  $cosh(0.0)
        .float  $cosh(0.0)
        .float  $cos(0.0)
        .float  $cos(0.0)
        .float  $cvf(1)
        .float  $cvf(1)
        .int    $cvi(2.5)
        .int    $cvi(2.5)
        .int    $cvi(-2.5)
        .int    $cvi(-2.5)
        .float  $exp(1.0)
        .float  $exp(1.0)
        .float  $fabs(-2.5)
        .float  $fabs(-2.5)
        .float  $floor(3.4)
        .float  $floor(3.4)
        .float  $fmod(10,4)
        .float  $fmod(10,4)
        .int    $int(1.2)
        .int    $int(1.2)
        .float  $ldexp(1,2)
        .float  $ldexp(1,2)
        .float  $log10(1.0)
        .float  $log10(1.0)
        .float  $log(1.0)
        .float  $log(1.0)
        .float  $max(1.0,2.0)
        .float  $max(1.0,2.0)
        .float  $min(1.0,2.0)
        .float  $min(1.0,2.0)
        .float  $pow(2.0,3.0)
        .float  $pow(2.0,3.0)
        .float  $round(4.5)
        .float  $round(4.5)
        .float  $round(-4.5)
        .float  $round(-4.5)
        .int    $sgn(-1.0)
        .int    $sgn(-1.0)
        .int    $sgn(0)
        .int    $sgn(0)
        .int    $sgn(1)
        .int    $sgn(1)
        .float  $sin(0.0)
        .float  $sin(0.0)
        .float  $sinh(0.0)
        .float  $sinh(0.0)
        .float  $sqrt(1.0)
        .float  $sqrt(1.0)
        .float  $tan(0.0)
        .float  $tan(0.0)
        .float  $tanh(0.0)
        .float  $tanh(0.0)
        .float  $trunc(-1.5)
        .float  $trunc(-1.5)
        .float  $trunc(1.5)
        .float  $trunc(1.5)
        .end
        .end
 
 

powered by: WebSVN 2.1.0

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