Searched refs:NVTYPE (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs51 #ifndef NVTYPE
53 # define NVTYPE long double
55 # define NVTYPE double
57 typedef NVTYPE NV;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duconfig.h3135 /* NVTYPE:
3172 * This symbol, if defined, indicates that a variable of type NVTYPE
3176 * This symbol contains the number of bits a variable of type NVTYPE
3191 #define NVTYPE double /**/ macro
H A Dperl.h1271 typedef NVTYPE NV;
H A Dconfig_h.SH3176 /* NVTYPE:
3213 * This symbol, if defined, indicates that a variable of type NVTYPE
3217 * This symbol contains the number of bits a variable of type NVTYPE
3232 #define NVTYPE $nvtype /**/
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs123 (V >= IV_MIN && V <= IV_MAX ? newSViv((IVTYPE) V) : newSVnv((NVTYPE) V))
126 (V <= UV_MAX ? newSVuv((UVTYPE) V) : newSVnv((NVTYPE) V))
129 (V <= IV_MAX ? newSViv((IVTYPE) V) : newSVnv((NVTYPE) V))
133 newSVnv((NVTYPE) (V / 1000000000.0))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm474 #ifndef NVTYPE
476 # define NVTYPE long double
478 # define NVTYPE double
480 typedef NVTYPE NV;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm245 #ifndef NVTYPE
246 typedef double NV; /* 5.6 and later define NVTYPE, and typedef NV to it. */

Completed in 66 milliseconds