line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
## This file generated by InlineX::C2XS (version 0.26) using Inline::C (version 0.79_001) |
2
|
|
|
|
|
|
|
package Math::Ryu::Debug; |
3
|
1
|
|
|
1
|
|
60085
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
36
|
|
4
|
1
|
|
|
1
|
|
6
|
use strict; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
185
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
require Exporter; |
7
|
|
|
|
|
|
|
*import = \&Exporter::import; |
8
|
|
|
|
|
|
|
require DynaLoader; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
our $VERSION = '0.04'; |
11
|
|
|
|
|
|
|
#$VERSION = eval $VERSION; |
12
|
|
|
|
|
|
|
DynaLoader::bootstrap Math::Ryu::Debug $VERSION; |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
@Math::Ryu::Debug::EXPORT = (); |
15
|
|
|
|
|
|
|
@Math::Ryu::Debug::EXPORT_OK = qw( |
16
|
|
|
|
|
|
|
d2s s2d |
17
|
|
|
|
|
|
|
d2s_buffered_n d2s_buffered d2fixed_buffered_n d2fixed_buffered |
18
|
|
|
|
|
|
|
d2fixed d2fixed d2exp_buffered_n d2exp_buffered d2exp |
19
|
|
|
|
|
|
|
); |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
%Math::Ryu::Debug::EXPORT_TAGS = (all => [qw( |
22
|
|
|
|
|
|
|
d2s s2d |
23
|
|
|
|
|
|
|
d2s_buffered_n d2s_buffered d2fixed_buffered_n d2fixed_buffered |
24
|
|
|
|
|
|
|
d2fixed d2fixed d2exp_buffered_n d2exp_buffered d2exp |
25
|
|
|
|
|
|
|
)]); |
26
|
|
|
|
|
|
|
|
27
|
1
|
|
|
1
|
0
|
268
|
sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
1; |