Help for this page

Select Code to Download


  1. or download this
    Microsoft (R) Program Maintenance Utility Version 7.10.3077
    Copyright (C) Microsoft Corporation.  All rights reserved.
    ...
    # Looks like you failed 1 test of 3.
    
    C:\Documents and Settings\Owner\Desktop\cpan libs\Math-Int64-0.23>
    
  2. or download this
    void
    TwoSVs( one, two )
    ...
        SV * two
    PPCODE:
        0;
    
  3. or download this
    my $u = string_to_uint64('0xff00_0000_0000_0000');
    Dump($u);
    ...
    Dump($nv);
    
    Local::XS::TwoSVs($u, $nv);
    
  4. or download this
    SV = IV(0xb04240) at 0xb04244
      REFCNT = 1
    ...
      REFCNT = 1
      FLAGS = (PADMY,NOK,pNOK)
      NV = 1.83746864796716e+019
    
  5. or download this
    0x008EAF6C  00 00 00 00 00 00 00 ff
    
  6. or download this
    0x0086AB0C  00 00 00 00 00 e0 ef 43
    
  7. or download this
    my $u = string_to_uint64('0xff00_0000_0000_0000');
    my $nv = uint64_to_number($u);
    print "nv $nv u $u \n\n";
    
  8. or download this
    nv 1.83746864796716e+019 u 18374686479671623680
    
  9. or download this
    (__int64 *)&(two->sv_any->xnv_u)
    
  10. or download this
    my $u = string_to_uint64('0xff00_0000_0000_0000');
    my $nv = uint64_to_number($u);