|
|
1.1 root 1: //////////
2: / /usr/src/libm/i387/sin87.s
3: / i387 mathematics library
4: / sin(d)
5: //////////
6:
7: RASIZE = 4
8:
9: .globl sin
10:
11: //////////
12: / double
13: / sin(angle)
14: / double angle;
15: //////////
16:
17: d = RASIZE / arg offset
18:
19: sin:
20: fldl d(%esp) / Load argument d.
21: fsin / sin(d)
22: ret
23:
24: / end of sin87.s
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.