summaryrefslogtreecommitdiffstats
path: root/docs/interactive/ask_from_listf
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2003-08-24 21:22:38 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2003-08-24 21:22:38 +0000
commitcd278a56e2abef87d66d56ef27e6ea2ab4a805d9 (patch)
tree51caf6c426cd0e93e199877d6f939b0215268634 /docs/interactive/ask_from_listf
parentcb14d7b6e7c5e2848d4e8d79ccb4a88f341df3d0 (diff)
downloaddrakx-cd278a56e2abef87d66d56ef27e6ea2ab4a805d9.tar
drakx-cd278a56e2abef87d66d56ef27e6ea2ab4a805d9.tar.gz
drakx-cd278a56e2abef87d66d56ef27e6ea2ab4a805d9.tar.bz2
drakx-cd278a56e2abef87d66d56ef27e6ea2ab4a805d9.tar.xz
drakx-cd278a56e2abef87d66d56ef27e6ea2ab4a805d9.zip
Adapted version mark in HPOJ config files to the current HPOJ.
Diffstat (limited to 'docs/interactive/ask_from_listf')
0 files changed, 0 insertions, 0 deletions
class="hl slc"># st(0)=int(y) fcomp %st(1) # y = int(y)? fstsw %ax fxch sahf jnz .Lfinpow # fyl2x -> st(0) = NaN # y even or odd ? fld1 fadd %st(0) # st(0) = 2 fdivr %st(2),%st(0) # st(0)=st(2)/2 frndint fadd %st(0),%st(0) fcomp %st(2) # st(0) = x, st(1) = y fstsw %ax fchs # st(0) = -x sahf jz .Lfinpow # y even call .Lfinpow # y odd fchs 1: ret .Lfinpow: fyl2x jmp __finexp .Lende: .size pow,.Lende-pow .size powf,.Lende-powf .size powl,.Lende-powl