blob: 2641e694d26d01a98999b14feea2041fe79ac21b (
plain) (
tree)
|
|
.global ldexp
.global scalbn
.global scalbln
.type ldexp,@function
.type scalbn,@function
.type scalbln,@function
ldexp:
scalbn:
scalbln:
fildl 12(%esp)
fldl 4(%esp)
fscale
fstp %st(1)
ret
|