Home
last modified time | relevance | path

Searched defs:Perl_fp_class_denorm (Results 1 – 4 of 4) sorted by relevance

/dports/lang/perl5.32/perl-5.32.1/
H A Dperl.h2201 # define Perl_fp_class_denorm(x) (Perl_fp_class(x) == 2) macro
2271 # define Perl_fp_class_denorm(x) (Perl_fp_class(x)==FP_SUBNORMAL) macro
2308 # define Perl_fp_class_denorm(x) (Perl_fp_class(x)==FP_SUBNORMAL) macro
2453 # define Perl_fp_class_denorm(x) (_fpclass(x) & (_FPCLASS_ND|_FPCLASS_PD)) macro
2486 # define Perl_fp_class_denorm(x) \ macro
7570 # define Perl_fp_class_denorm(x) ((x) != 0.0 && !Perl_isinf(x) && !Perl_isnan(x) && PERL_ABS(x) < … macro
7576 # define Perl_fp_class_denorm(x) FALSE macro
/dports/lang/perl5.30/perl-5.30.3/
H A Dperl.h2004 # define Perl_fp_class_denorm(x) (Perl_fp_class(x) == 2) macro
2074 # define Perl_fp_class_denorm(x) (Perl_fp_class(x)==FP_SUBNORMAL) macro
2111 # define Perl_fp_class_denorm(x) (Perl_fp_class(x)==FP_SUBNORMAL) macro
2256 # define Perl_fp_class_denorm(x) (_fpclass(x) & (_FPCLASS_ND|_FPCLASS_PD)) macro
2289 # define Perl_fp_class_denorm(x) \ macro
7160 # define Perl_fp_class_denorm(x) ((x) != 0.0 && !Perl_isinf(x) && !Perl_isnan(x) && PERL_ABS(x) < … macro
7166 # define Perl_fp_class_denorm(x) FALSE macro
/dports/lang/perl5.34/perl-5.34.0/
H A Dperl.h2357 # define Perl_fp_class_denorm(x) (Perl_fp_class(x) == 2) macro
2427 # define Perl_fp_class_denorm(x) (Perl_fp_class(x)==FP_SUBNORMAL) macro
2464 # define Perl_fp_class_denorm(x) (Perl_fp_class(x)==FP_SUBNORMAL) macro
2609 # define Perl_fp_class_denorm(x) (_fpclass(x) & (_FPCLASS_ND|_FPCLASS_PD)) macro
2642 # define Perl_fp_class_denorm(x) \ macro
7849 # define Perl_fp_class_denorm(x) ((x) != 0.0 && !Perl_isinf(x) && !Perl_isnan(x) && PERL_ABS(x) < … macro
7855 # define Perl_fp_class_denorm(x) FALSE macro
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dperl.h2362 # define Perl_fp_class_denorm(x) (Perl_fp_class(x) == 2) macro
2432 # define Perl_fp_class_denorm(x) (Perl_fp_class(x)==FP_SUBNORMAL) macro
2469 # define Perl_fp_class_denorm(x) (Perl_fp_class(x)==FP_SUBNORMAL) macro
2614 # define Perl_fp_class_denorm(x) (_fpclass(x) & (_FPCLASS_ND|_FPCLASS_PD)) macro
2647 # define Perl_fp_class_denorm(x) \ macro
7875 # define Perl_fp_class_denorm(x) ((x) != 0.0 && !Perl_isinf(x) && !Perl_isnan(x) && PERL_ABS(x) < … macro
7881 # define Perl_fp_class_denorm(x) FALSE macro