x86: adjust ignored prefix warning for branches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic54x / math.s
1 *
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
This page took 0.029604 seconds and 4 git commands to generate.