Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^21: supporting quads on 32 bit Perl

by bulk88 (Priest)
on Jun 04, 2012 at 17:44 UTC ( [id://974336]=note: print w/replies, xml ) Need Help??

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);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://974336]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-24 21:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found