- or download this
C:\Documents and Settings\Owner\Desktop\cpan libs\salva-p5-Math-Int64-
+f0367cb>pe
rl ./t/msc.t
...
# Looks like your test exited with 255 just after 3.
C:\Documents and Settings\Owner\Desktop\cpan libs\salva-p5-Math-Int64-
+f0367cb>
- or download this
C:\Documents and Settings\Owner\Desktop\cpan libs\salva-p5-Math-Int64-
+f0367cb>pe
rl ./t/msc.t
...
# Looks like you failed 1 test of 3.
C:\Documents and Settings\Owner\Desktop\cpan libs\salva-p5-Math-Int64-
+f0367cb>
- or download this
SV *
mu64_eqn(self, other, rev = NULL)
...
RETVAL = (selfu64 == otheru64
? &PL_sv_yes
: &PL_sv_no );
- or download this
XS(XS_Math__UInt64__eqn); /* prototype to pass -Wmissing-prototypes */
XS(XS_Math__UInt64__eqn)
...
XSRETURN(1);
}
- or download this
selfu64 0xff00000000000000 unsigned __int64
otheru64 0x8000000000000000 unsigned __int64
selfu64 18374686479671623680 unsigned __int64
otheru64 9223372036854775808 unsigned __int64
- or download this
if (SvNOK(sv)) {
NV nv = SvNV(sv);
...
100045F6 DD 45 B0 fld qword ptr [nv]
100045F9 E8 6E 04 01 00 call _ftol2 (10014A6Ch)
100045FE EB 4D jmp 1000464D
- or download this
_ftol2:
10014A6C 55 push ebp
...
localexit:
10014ADF C9 leave
10014AE0 C3 ret
- or download this
10014A7B DF 7C 24 10 fistp qword ptr [esp+10h]
- or download this
10014A7B DF 7C 24 10 fistp qword ptr [esp+10h]
- or download this
void
...
i642 = (unsigned __int64)d1;
d2 = (double)i64;
0;