Home
last modified time | relevance | path

Searched refs:SvUOK (Results 1 – 25 of 1100) sorted by relevance

12345678910>>...44

/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Duv16 SvUOK
53 #if !defined(SvUOK) && defined(SvIOK_UV)
54 # define SvUOK(sv) SvIOK_UV(sv)
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Duv16 SvUOK
53 #if !defined(SvUOK) && defined(SvIOK_UV)
54 # define SvUOK(sv) SvIOK_UV(sv)
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Duv16 SvUOK
53 #if !defined(SvUOK) && defined(SvIOK_UV)
54 # define SvUOK(sv) SvIOK_UV(sv)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Duv16 SvUOK
53 #if !defined(SvUOK) && defined(SvIOK_UV)
54 # define SvUOK(sv) SvIOK_UV(sv)
/dports/lang/perl5.34/perl-5.34.0/cpan/Math-BigInt-FastCalc/
H A DFastCalc.xs8 #ifndef SvUOK
9 # define SvUOK(sv) SvIOK_UV(sv) macro
65 if (SvUOK(x) && SvUV(x) < XS_BASE)
/dports/lang/perl5.30/perl-5.30.3/cpan/Math-BigInt-FastCalc/
H A DFastCalc.xs8 #ifndef SvUOK
9 # define SvUOK(sv) SvIOK_UV(sv) macro
65 if (SvUOK(x) && SvUV(x) < XS_BASE)
/dports/lang/perl5.32/perl-5.32.1/cpan/Math-BigInt-FastCalc/
H A DFastCalc.xs8 #ifndef SvUOK
9 # define SvUOK(sv) SvIOK_UV(sv) macro
65 if (SvUOK(x) && SvUV(x) < XS_BASE)
/dports/math/p5-Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.5012/
H A DFastCalc.xs8 #ifndef SvUOK
9 # define SvUOK(sv) SvIOK_UV(sv) macro
65 if (SvUOK(x) && SvUV(x) < XS_BASE)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Math-BigInt-FastCalc/
H A DFastCalc.xs8 #ifndef SvUOK
9 # define SvUOK(sv) SvIOK_UV(sv) macro
65 if (SvUOK(x) && SvUV(x) < XS_BASE)
/dports/devel/swig/swig-4.0.2/Lib/perl5/
H A Dperlhead.swg37 #ifndef SvUOK
38 # define SvUOK(sv) SvIOK_UV(sv)
H A Dperlprimtypes.swg55 if (SvUOK(obj)) {
122 if (SvUOK(obj)) {
198 if (SvUOK(obj)) {
278 if (SvUOK(obj)) {
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/base/
H A D50070013 SvUOK # U
/dports/math/p5-Math-GMPf/Math-GMPf-0.45/
H A Dmath_gmpf_include.h93 #define SvUOK SvIsUV macro
H A DGMPf.xs1603 if(SvUOK(b)) { in overload_mul()
1703 if(SvUOK(b)) {
1803 if(SvUOK(b)) {
1909 if(SvUOK(b)) {
2559 if(SvUOK(b)) {
2635 if(SvUOK(b)) {
2710 if(SvUOK(b)) {
2786 if(SvUOK(b)) {
2903 if(SvUOK(b)) {
2957 if(SvUOK(b)) {
[all …]
/dports/math/p5-Math-GMPq/Math-GMPq-0.48/
H A Dmath_gmpq_include.h80 #define SvUOK SvIsUV macro
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/Prec/
H A DPrec.xs18 #define SvUOK SvIsUV macro
/dports/devel/p5-Scalar-Util-LooksLikeNumber/Scalar-Util-LooksLikeNumber-1.39.1/
H A DLooksLikeNumber.xs73 if(SvIOK(sv) && !SvNOK(sv) && !SvUOK(sv)) in accum_type()
/dports/security/p5-CryptX/CryptX-0.075/inc/
H A DCryptX_BigInt_LTM.xs.inc16 …if ((SvUOK(x) || SvIOK(x)) && (sizeof(UV) <= sizeof(unsigned long) || SvUV(x) == (unsigned long)Sv…
20 if (SvUOK(x)) {
27 if (SvUOK(x)) {
135 …if ((SvUOK(x) || SvIOK(x)) && (sizeof(UV) <= sizeof(unsigned long) || SvUV(x) == (unsigned long)Sv…
139 if (SvUOK(x)) {
146 if (SvUOK(x)) {
/dports/math/p5-Math-MPC/Math-MPC-1.13/
H A Dmath_mpc_include.h144 #define SvUOK SvIsUV macro
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/base/
H A D500700132 SvUOK # U
/dports/math/p5-Math-GMPz/Math-GMPz-0.52/
H A Dmath_gmpz_include.h24 #define SvUOK SvIsUV macro
H A DGMPz.xs2056 if(SvUOK(b)) { in overload_mul()
2195 if(SvUOK(b)) { in overload_add()
2344 if(SvUOK(b)) { in overload_sub()
2503 if(SvUOK(b)) { in overload_div()
2665 if(SvUOK(b)) { in overload_mod()
2830 if(SvUOK(b)) { in overload_lshift()
2860 if(SvUOK(b)) { in overload_rshift()
2896 if(SvUOK(b)) { in overload_pow()
2998 if(SvUOK(b)) { in overload_and()
3133 if(SvUOK(b)) { in overload_ior()
[all …]
/dports/math/p5-Math-BigInt-GMP/Math-BigInt-GMP-1.6009/
H A DGMP.xs9 #ifndef SvUOK
10 # define SvUOK(sv) SvIOK_UV(sv) macro
170 …if ((SvUOK(x) || SvIOK(x)) && (sizeof(UV) <= sizeof(unsigned long) || SvUV(x) == (unsigned long)Sv…
192 …if ((SvUOK(x) || SvIOK(x)) && (sizeof(UV) <= sizeof(unsigned long) || SvUV(x) == (unsigned long)Sv…
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/todo/
H A D500600018 SvUOK # U
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/Random/
H A DRandom.xs24 #define SvUOK SvIsUV macro

12345678910>>...44